Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <integer_search.h>
Public Attributes | |
BooleanVariable | bool_var = kNoBooleanVariable |
IntegerVariable | int_var = kNoIntegerVariable |
Set the first unassigned Literal/Variable to its value.
Definition at line 197 of file integer_search.h.
BooleanVariable operations_research::sat::BooleanOrIntegerVariable::bool_var = kNoBooleanVariable |
Definition at line 198 of file integer_search.h.
IntegerVariable operations_research::sat::BooleanOrIntegerVariable::int_var = kNoIntegerVariable |
Definition at line 199 of file integer_search.h.