![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
#include <solution_crush.h>
Public Attributes | |
int | lit |
std::vector< absl::InlinedVector< int64_t, 2 > > | var_values |
Represents lit
= "for all i, the value of the i-th column var of a table
constraint is in the `var_values`[i] set (unless this set is empty).".
Definition at line 257 of file solution_crush.h.
int operations_research::sat::SolutionCrush::TableRowLiteral::lit |
Definition at line 258 of file solution_crush.h.
std::vector<absl::InlinedVector<int64_t, 2> > operations_research::sat::SolutionCrush::TableRowLiteral::var_values |
Definition at line 260 of file solution_crush.h.