59 const static std::string me_;
Define the abstract base class Solver.
Declare important 'types' used in Minotaur.
Definition: Environment.h:28
Definition: SolCheck.h:24
SolCheck(EnvPtr env)
Default constructor.
Definition: SolCheck.cpp:32
double getUb()
get solution of the last solve.
int showInfo()
Display information.
Definition: SolCheck.cpp:86
double getLb()
Return the lower bound for the optimal value.
void showHelp() const
show help messages
Definition: SolCheck.cpp:73
int solve(ProblemPtr p)
Solve the problem.
Definition: SolCheck.cpp:113
std::string getAbout()
get status of the last solve.
Definition: SolCheck.cpp:51
~SolCheck()
Destroy.
Definition: SolCheck.cpp:41
SolveStatus getStatus()
get status of the last solve.
Definition: SolCheck.cpp:67
Definition: ActiveNodeStore.h:20
SolveStatus
Different states an algorithm like branch-and-bound can be in.
Definition: Types.h:158