Google OR-Tools v9.14
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
 In SWIG mode, we don't want anything besides these top-level includes.
namespace  operations_research::math_opt
 An object oriented wrapper for quadratic constraints in ModelStorage.
namespace  operations_research::math_opt::codegen
 Language-agnostic utilities for Elemental 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."  )

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

◆ main()

int main ( int argc,
char ** argv )

Definition at line 48 of file codegen.cc.