|
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 | |
| void | setHandlers (HandlerVector &handlers) |
| set handlers of the problem | |
| void | writeStats (std::ostream &out) const |
| writing the statistics to the logger | |
Public Member Functions inherited from Minotaur::Heuristic | |
| Heuristic () | |
| Default constructor. | |
| virtual | ~Heuristic () |
| Destroy. | |
| virtual void | solveNode (ConstSolutionPtr, NodePtr, RelaxationPtr, SolutionPoolPtr) |
| Use this heuristic. | |
|
virtual |
call to heuristic
Implements Minotaur::Heuristic.
|
virtual |
writing the statistics to the logger
Implements Minotaur::Heuristic.