Definition at line 118 of file bop_base.h.
#include <bop_base.h>
◆ ProblemState() [1/2]
◆ ProblemState() [2/2]
| operations_research::bop::ProblemState::ProblemState |
( |
const ProblemState & | | ) |
|
|
delete |
◆ assignment_preference()
| std::vector< bool > operations_research::bop::ProblemState::assignment_preference |
( |
| ) |
const |
|
inline |
◆ fixed_values()
◆ GetLearnedInfo()
| LearnedInfo operations_research::bop::ProblemState::GetLearnedInfo |
( |
| ) |
const |
◆ GetParameters()
| const BopParameters & operations_research::bop::ProblemState::GetParameters |
( |
| ) |
const |
|
inline |
◆ GetScaledLowerBound()
| double operations_research::bop::ProblemState::GetScaledLowerBound |
( |
| ) |
const |
|
inline |
◆ GetVariableFixedValue()
| bool operations_research::bop::ProblemState::GetVariableFixedValue |
( |
VariableIndex | var | ) |
const |
|
inline |
◆ is_fixed()
◆ IsInfeasible()
| bool operations_research::bop::ProblemState::IsInfeasible |
( |
| ) |
const |
|
inline |
◆ IsOptimal()
| bool operations_research::bop::ProblemState::IsOptimal |
( |
| ) |
const |
|
inline |
◆ IsVariableFixed()
| bool operations_research::bop::ProblemState::IsVariableFixed |
( |
VariableIndex | var | ) |
const |
|
inline |
◆ lower_bound()
| int64_t operations_research::bop::ProblemState::lower_bound |
( |
| ) |
const |
|
inline |
◆ lp_values()
| const glop::DenseRow & operations_research::bop::ProblemState::lp_values |
( |
| ) |
const |
|
inline |
◆ MarkAsInfeasible()
| void operations_research::bop::ProblemState::MarkAsInfeasible |
( |
| ) |
|
◆ MarkAsOptimal()
| void operations_research::bop::ProblemState::MarkAsOptimal |
( |
| ) |
|
◆ MergeLearnedInfo()
◆ NewlyAddedBinaryClauses()
| const std::vector< sat::BinaryClause > & operations_research::bop::ProblemState::NewlyAddedBinaryClauses |
( |
| ) |
const |
◆ operator=()
◆ original_problem()
◆ set_assignment_preference()
| void operations_research::bop::ProblemState::set_assignment_preference |
( |
const std::vector< bool > & | a | ) |
|
|
inline |
◆ SetParameters()
| void operations_research::bop::ProblemState::SetParameters |
( |
const BopParameters & | parameters | ) |
|
|
inline |
◆ solution()
| const BopSolution & operations_research::bop::ProblemState::solution |
( |
| ) |
const |
|
inline |
◆ SynchronizationDone()
| void operations_research::bop::ProblemState::SynchronizationDone |
( |
| ) |
|
◆ update_stamp()
| int64_t operations_research::bop::ProblemState::update_stamp |
( |
| ) |
const |
|
inline |
◆ upper_bound()
| int64_t operations_research::bop::ProblemState::upper_bound |
( |
| ) |
const |
|
inline |
◆ kInitialStampValue
| const int64_t operations_research::bop::ProblemState::kInitialStampValue |
|
static |
The documentation for this class was generated from the following files: