![]() |
OR-Tools
9.6
|
Definition at line 243 of file integer_search.h.
Public Member Functions | |
| IntegerSearchHelper (Model *model) | |
| bool | BeforeTakingDecision () |
| LiteralIndex | GetDecision (const std::function< BooleanOrIntegerLiteral()> &f) |
| bool | TakeDecision (Literal decision) |
| SatSolver::Status | SolveIntegerProblem () |
|
explicit |
Definition at line 843 of file integer_search.cc.
| bool BeforeTakingDecision | ( | ) |
Definition at line 859 of file integer_search.cc.
| LiteralIndex GetDecision | ( | const std::function< BooleanOrIntegerLiteral()> & | f | ) |
Definition at line 889 of file integer_search.cc.
| SatSolver::Status SolveIntegerProblem | ( | ) |
Definition at line 980 of file integer_search.cc.
| bool TakeDecision | ( | Literal | decision | ) |
Definition at line 940 of file integer_search.cc.