Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
codegen.cc File Reference
#include <iostream>
#include <memory>
#include <string>
#include "absl/flags/flag.h"
#include "absl/log/check.h"
#include "absl/log/log.h"
#include "absl/strings/string_view.h"
#include "ortools/base/init_google.h"
#include "ortools/math_opt/elemental/codegen/gen.h"
#include "ortools/math_opt/elemental/codegen/gen_c.h"
#include "ortools/math_opt/elemental/codegen/gen_python.h"

Go to the source code of this file.

Namespaces

namespace  operations_research
 OR-Tools root namespace.
namespace  operations_research::math_opt
namespace  operations_research::math_opt::codegen

Functions

 ABSL_FLAG (std::string, binding_type, "", "The binding type to generate.")
int main (int argc, char **argv)

Function Documentation

◆ ABSL_FLAG()

ABSL_FLAG ( std::string ,
binding_type ,
"" ,
"The binding type to generate."  )

◆ main()

int main ( int argc,
char ** argv )

Definition at line 48 of file codegen.cc.