Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
gen_c.h File Reference
#include <memory>
#include "ortools/math_opt/elemental/codegen/gen.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

std::unique_ptr< CodeGeneratoroperations_research::math_opt::codegen::C99Declarations ()
 Returns a generator for C99 declarations.
std::unique_ptr< CodeGeneratoroperations_research::math_opt::codegen::C99Definitions ()
 Returns a generator for C99 definitions.