Definition at line 312 of file model.h.
#include <model.h>
◆ DebugString()
| std::string operations_research::fz::SolutionOutputSpecs::DebugString |
( |
| ) |
const |
◆ MultiDimensionalArray()
| SolutionOutputSpecs operations_research::fz::SolutionOutputSpecs::MultiDimensionalArray |
( |
absl::string_view | name, |
|
|
std::vector< Bounds > | bounds, |
|
|
std::vector< Variable * > | flat_variables, |
|
|
bool | display_as_boolean ) |
|
static |
◆ SingleVariable()
| SolutionOutputSpecs operations_research::fz::SolutionOutputSpecs::SingleVariable |
( |
absl::string_view | name, |
|
|
Variable * | variable, |
|
|
bool | display_as_boolean ) |
|
static |
◆ VoidOutput()
◆ bounds
| std::vector<Bounds> operations_research::fz::SolutionOutputSpecs::bounds |
◆ display_as_boolean
| bool operations_research::fz::SolutionOutputSpecs::display_as_boolean |
◆ flat_variables
| std::vector<Variable*> operations_research::fz::SolutionOutputSpecs::flat_variables |
◆ name
| std::string operations_research::fz::SolutionOutputSpecs::name |
◆ variable
| Variable* operations_research::fz::SolutionOutputSpecs::variable |
The documentation for this struct was generated from the following files: