60 const static std::string me_;
Define the abstract base class Solver.
Declare important 'types' used in Minotaur.
Definition Environment.h:28
double getUb()
Return the upper bound for the optimal value.
virtual SolutionPtr getSol()
get solution of the last solve.
Definition SolCheck.h:51
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