![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 254 of file bop_base.h.
#include <bop_base.h>
Public Member Functions | |
| LearnedInfo (const sat::LinearBooleanProblem &problem) | |
| void | Clear () |
Public Attributes | |
| std::vector< sat::Literal > | fixed_literals |
| BopSolution | solution |
| int64_t | lower_bound |
| glop::DenseRow | lp_values |
| std::vector< sat::BinaryClause > | binary_clauses |
|
inlineexplicit |
Definition at line 255 of file bop_base.h.
|
inline |
Definition at line 264 of file bop_base.h.
| std::vector<sat::BinaryClause> operations_research::bop::LearnedInfo::binary_clauses |
Definition at line 287 of file bop_base.h.
| std::vector<sat::Literal> operations_research::bop::LearnedInfo::fixed_literals |
Definition at line 272 of file bop_base.h.
| int64_t operations_research::bop::LearnedInfo::lower_bound |
Definition at line 278 of file bop_base.h.
| glop::DenseRow operations_research::bop::LearnedInfo::lp_values |
Definition at line 284 of file bop_base.h.
| BopSolution operations_research::bop::LearnedInfo::solution |
Definition at line 275 of file bop_base.h.