Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <integer.h>
Public Attributes | |
std::vector< Literal > | literal_to_fix |
std::vector< IntegerLiteral > | integer_literal_to_fix |
Sometimes we propagate fact with no reason at a positive level, those will automatically be fixed on the next restart.
std::vector<IntegerLiteral> operations_research::sat::DelayedRootLevelDeduction::integer_literal_to_fix |
std::vector<Literal> operations_research::sat::DelayedRootLevelDeduction::literal_to_fix |