Definition at line 39 of file bop_solution.h.
#include <bop_solution.h>
◆ BopSolution()
◆ begin()
◆ end()
◆ GetCost()
| int64_t operations_research::bop::BopSolution::GetCost |
( |
| ) |
const |
|
inline |
◆ GetScaledCost()
| double operations_research::bop::BopSolution::GetScaledCost |
( |
| ) |
const |
|
inline |
◆ IsFeasible()
| bool operations_research::bop::BopSolution::IsFeasible |
( |
| ) |
const |
|
inline |
◆ name()
| const std::string & operations_research::bop::BopSolution::name |
( |
| ) |
const |
|
inline |
◆ operator<()
| bool operations_research::bop::BopSolution::operator< |
( |
const BopSolution & | solution | ) |
const |
|
inline |
◆ set_name()
| void operations_research::bop::BopSolution::set_name |
( |
absl::string_view | name | ) |
|
|
inline |
◆ SetValue()
| void operations_research::bop::BopSolution::SetValue |
( |
VariableIndex | var, |
|
|
bool | value ) |
|
inline |
◆ Size()
| size_t operations_research::bop::BopSolution::Size |
( |
| ) |
const |
|
inline |
◆ Value()
| bool operations_research::bop::BopSolution::Value |
( |
VariableIndex | var | ) |
const |
|
inline |
The documentation for this class was generated from the following files: