![]() |
OR-Tools
8.2
|
Definition at line 44 of file parser_util.h.
Static Public Member Functions | |
| static VariableRefOrValue | Undefined () |
| static VariableRefOrValue | VariableRef (IntegerVariable *var) |
| static VariableRefOrValue | Value (int64 value) |
Public Attributes | |
| IntegerVariable * | variable |
| int64 | value |
| bool | defined |
|
inlinestatic |
Definition at line 45 of file parser_util.h.
|
inlinestatic |
Definition at line 59 of file parser_util.h.
|
inlinestatic |
Definition at line 52 of file parser_util.h.
| bool defined |
Definition at line 69 of file parser_util.h.
| int64 value |
Definition at line 68 of file parser_util.h.
| IntegerVariable* variable |
Definition at line 67 of file parser_util.h.