![]() |
OR-Tools
8.2
|
Definition at line 282 of file flatzinc/model.h.
Classes | |
struct | Bounds |
Public Member Functions | |
std::string | DebugString () const |
Static Public Member Functions | |
static SolutionOutputSpecs | SingleVariable (const std::string &name, IntegerVariable *variable, bool display_as_boolean) |
static SolutionOutputSpecs | MultiDimensionalArray (const std::string &name, std::vector< Bounds > bounds, std::vector< IntegerVariable * > flat_variables, bool display_as_boolean) |
static SolutionOutputSpecs | VoidOutput () |
Public Attributes | |
std::string | name |
IntegerVariable * | variable |
std::vector< IntegerVariable * > | flat_variables |
std::vector< Bounds > | bounds |
bool | display_as_boolean |
|
static |
|
static |
|
static |
std::vector<Bounds> bounds |
Definition at line 311 of file flatzinc/model.h.
bool display_as_boolean |
Definition at line 312 of file flatzinc/model.h.
std::vector<IntegerVariable*> flat_variables |
Definition at line 308 of file flatzinc/model.h.
std::string name |
Definition at line 306 of file flatzinc/model.h.
IntegerVariable* variable |
Definition at line 307 of file flatzinc/model.h.