Definition at line 44 of file parser_util.h.
#include <parser_util.h>
◆ DomainValue()
◆ FloatValue()
| VarRefOrValue operations_research::fz::VarRefOrValue::FloatValue |
( |
double | value | ) |
|
|
inlinestatic |
◆ Undefined()
| VarRefOrValue operations_research::fz::VarRefOrValue::Undefined |
( |
| ) |
|
|
inlinestatic |
◆ Value()
| VarRefOrValue operations_research::fz::VarRefOrValue::Value |
( |
int64_t | value | ) |
|
|
inlinestatic |
◆ VarRef()
◆ defined
| bool operations_research::fz::VarRefOrValue::defined = false |
◆ domain
| Domain operations_research::fz::VarRefOrValue::domain |
◆ domain_is_fixed
| bool operations_research::fz::VarRefOrValue::domain_is_fixed = false |
◆ float_value
| double operations_research::fz::VarRefOrValue::float_value = 0.0 |
◆ is_domain
| bool operations_research::fz::VarRefOrValue::is_domain = false |
◆ is_float
| bool operations_research::fz::VarRefOrValue::is_float = false |
◆ value
| int64_t operations_research::fz::VarRefOrValue::value = 0 |
◆ variable
| Variable* operations_research::fz::VarRefOrValue::variable = nullptr |
The documentation for this struct was generated from the following file: