Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Stores one variable and its strategy value. More...
Public Attributes | |
int | ref |
int64_t | value |
Stores one variable and its strategy value.
Definition at line 139 of file cp_model_search.cc.
int operations_research::sat::VarValue::ref |
Definition at line 140 of file cp_model_search.cc.
int64_t operations_research::sat::VarValue::value |
Definition at line 141 of file cp_model_search.cc.