Minotaur 0.4.1
Docs for developers
|
Public Member Functions | |
FixVarsHeur (EnvPtr env, ProblemPtr p) | |
default constructor | |
~FixVarsHeur () | |
default destructor | |
void | createHandlers () |
create handlers for the problem | |
void | solve (NodePtr, RelaxationPtr, SolutionPoolPtr s_pool) |
call to heuristic More... | |
void | setHandlers (HandlerVector &handlers) |
set handlers of the problem | |
void | writeStats (std::ostream &out) const |
writing the statistics to the logger More... | |
![]() | |
Heuristic () | |
Default constructor. | |
virtual | ~Heuristic () |
Destroy. | |
virtual void | solve (NodePtr node, RelaxationPtr rel, SolutionPoolPtr s_pool)=0 |
Use this heuristic. More... | |
virtual void | solveNode (ConstSolutionPtr, NodePtr, RelaxationPtr, SolutionPoolPtr) |
Use this heuristic. More... | |
virtual void | writeStats (std::ostream &out) const =0 |
Write statistics to the logger. More... | |
|
virtual |
call to heuristic
Implements Minotaur::Heuristic.
|
virtual |
writing the statistics to the logger
Implements Minotaur::Heuristic.