![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <model.h>
Classes | |
| struct | Bounds |
Public Member Functions | |
| std::string | DebugString () const |
Static Public Member Functions | |
| static SolutionOutputSpecs | SingleVariable (absl::string_view name, Variable *variable, bool display_as_boolean) |
| static SolutionOutputSpecs | MultiDimensionalArray (absl::string_view name, std::vector< Bounds > bounds, std::vector< Variable * > flat_variables, bool display_as_boolean) |
| static SolutionOutputSpecs | VoidOutput () |
Public Attributes | |
| std::string | name |
| Variable * | variable |
| std::vector< Variable * > | flat_variables |
| std::vector< Bounds > | bounds |
| bool | display_as_boolean |
| std::string operations_research::fz::SolutionOutputSpecs::DebugString | ( | ) | const |
|
static |
|
static |