![]() |
OR-Tools
9.6
|
Public Types | |
| enum | Status { OPTIMAL_SOLUTION_FOUND , SOLUTION_FOUND , INFEASIBLE , LIMIT_REACHED , INFORMATION_FOUND , CONTINUE , ABORT } |
Public Member Functions | |
| LocalSearchOptimizer (const std::string &name, int max_num_decisions, absl::BitGenRef random, sat::SatSolver *sat_propagator) | |
| ~LocalSearchOptimizer () override | |
| const std::string & | name () const |
Static Public Member Functions | |
| static std::string | GetStatusString (Status status) |
Protected Attributes | |
| const std::string | name_ |
| StatsGroup | stats_ |
|
inherited |
| Enumerator | |
|---|---|
| OPTIMAL_SOLUTION_FOUND | |
| SOLUTION_FOUND | |
| INFEASIBLE | |
| LIMIT_REACHED | |
| INFORMATION_FOUND | |
| CONTINUE | |
| ABORT | |
Definition at line 67 of file bop_base.h.
| LocalSearchOptimizer | ( | const std::string & | name, |
| int | max_num_decisions, | ||
| absl::BitGenRef | random, | ||
| sat::SatSolver * | sat_propagator | ||
| ) |
|
override |
|
staticinherited |
Definition at line 41 of file bop_base.cc.
|
inlineinherited |
Definition at line 52 of file bop_base.h.
|
protectedinherited |
Definition at line 104 of file bop_base.h.
|
mutableprotectedinherited |
Definition at line 106 of file bop_base.h.