|
Minotaur 0.4.1
Docs for developers
|


Public Member Functions | |
| MultiSolHeur () | |
| default constructor | |
| MultiSolHeur (EnvPtr env, ProblemPtr p, EnginePtr nlpe, MILPEnginePtr milpe) | |
| constructor for derived class | |
| virtual | ~MultiSolHeur () |
| default destructor | |
| void | solveAtSol (ConstSolutionPtr sol, RelaxationPtr rel, SolutionPoolPtr sPool) |
| call to the heuristic and find solutions with value less than or equal | |
| void | solve (NodePtr, RelaxationPtr, SolutionPoolPtr) |
| Use this heuristic. | |
| void | writeStats (std::ostream &out) const |
| write statistic 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. | |
|
inlinevirtual |
Use this heuristic.
Implements Minotaur::Heuristic.
|
virtual |
write statistic to the logger
Implements Minotaur::Heuristic.