![]() |
OR-Tools
9.6
|
Definition at line 36 of file bop_solution.h.
Public Member Functions | |
| BopSolution (const sat::LinearBooleanProblem &problem, absl::string_view name) | |
| void | SetValue (VariableIndex var, bool value) |
| size_t | Size () const |
| bool | Value (VariableIndex var) const |
| const std::string & | name () const |
| void | set_name (absl::string_view name) |
| int64_t | GetCost () const |
| double | GetScaledCost () const |
| bool | IsFeasible () const |
| absl::StrongVector< VariableIndex, bool >::const_iterator | begin () const |
| absl::StrongVector< VariableIndex, bool >::const_iterator | end () const |
| bool | operator< (const BopSolution &solution) const |
| BopSolution | ( | const sat::LinearBooleanProblem & | problem, |
| absl::string_view | name | ||
| ) |
Definition at line 31 of file bop_solution.cc.
|
inline |
Definition at line 81 of file bop_solution.h.
|
inline |
Definition at line 84 of file bop_solution.h.
|
inline |
Definition at line 54 of file bop_solution.h.
|
inline |
Definition at line 65 of file bop_solution.h.
|
inline |
Definition at line 73 of file bop_solution.h.
|
inline |
Definition at line 48 of file bop_solution.h.
|
inline |
Definition at line 91 of file bop_solution.h.
|
inline |
Definition at line 49 of file bop_solution.h.
|
inline |
Definition at line 40 of file bop_solution.h.
|
inline |
Definition at line 46 of file bop_solution.h.
|
inline |
Definition at line 47 of file bop_solution.h.