![]() |
OR-Tools
8.2
|
Definition at line 44 of file complete_optimizer.h.
Public Types | |
enum | Status { OPTIMAL_SOLUTION_FOUND , SOLUTION_FOUND , INFEASIBLE , LIMIT_REACHED , INFORMATION_FOUND , CONTINUE , ABORT } |
Public Member Functions | |
SatCoreBasedOptimizer (const std::string &name) | |
~SatCoreBasedOptimizer () override | |
const std::string & | name () const |
Static Public Member Functions | |
static std::string | GetStatusString (Status status) |
Protected Member Functions | |
bool | ShouldBeRun (const ProblemState &problem_state) const override |
Status | Optimize (const BopParameters ¶meters, const ProblemState &problem_state, LearnedInfo *learned_info, TimeLimit *time_limit) override |
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 64 of file bop_base.h.
|
explicit |
Definition at line 24 of file complete_optimizer.cc.
|
override |
Definition at line 34 of file complete_optimizer.cc.
|
staticinherited |
Definition at line 39 of file bop_base.cc.
|
inlineinherited |
Definition at line 49 of file bop_base.h.
|
overrideprotectedvirtual |
Implements BopOptimizerBase.
Definition at line 83 of file complete_optimizer.cc.
|
overrideprotectedvirtual |
Implements BopOptimizerBase.
Definition at line 78 of file complete_optimizer.cc.
|
protectedinherited |
Definition at line 101 of file bop_base.h.
|
mutableprotectedinherited |
Definition at line 103 of file bop_base.h.