#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.
|
| | ABSL_FLAG (std::string, binding_type, "", "The binding type to generate.") |
| int | main (int argc, char **argv) |
◆ ABSL_FLAG()
| ABSL_FLAG |
( |
std::string | , |
|
|
binding_type | , |
|
|
"" | , |
|
|
"The binding type to generate." | ) |
◆ main()
| int main |
( |
int | argc, |
|
|
char ** | argv ) |