![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 28 of file presolve_encoding.h.
#include <presolve_encoding.h>
Public Attributes | |
| int | var |
| std::vector< int > | linear1_constraints |
| std::vector< int > | constraints_linking_two_encoding_booleans |
| absl::flat_hash_set< int > | bools_only_used_inside_the_local_model |
| int64_t | variable_coeff_in_objective = 0 |
| bool | var_in_more_than_one_constraint_outside_the_local_model |
| int | single_constraint_using_the_var_outside_the_local_model = -1 |
| absl::flat_hash_set<int> operations_research::sat::VariableEncodingLocalModel::bools_only_used_inside_the_local_model |
Definition at line 44 of file presolve_encoding.h.
| std::vector<int> operations_research::sat::VariableEncodingLocalModel::constraints_linking_two_encoding_booleans |
Definition at line 41 of file presolve_encoding.h.
| std::vector<int> operations_research::sat::VariableEncodingLocalModel::linear1_constraints |
Definition at line 37 of file presolve_encoding.h.
| int operations_research::sat::VariableEncodingLocalModel::single_constraint_using_the_var_outside_the_local_model = -1 |
Definition at line 54 of file presolve_encoding.h.
| int operations_research::sat::VariableEncodingLocalModel::var |
Definition at line 31 of file presolve_encoding.h.
| bool operations_research::sat::VariableEncodingLocalModel::var_in_more_than_one_constraint_outside_the_local_model |
Definition at line 50 of file presolve_encoding.h.
| int64_t operations_research::sat::VariableEncodingLocalModel::variable_coeff_in_objective = 0 |
Definition at line 47 of file presolve_encoding.h.