Minotaur 0.4.1
Docs for developers
|
Class for saving and using Warm-start information in Cplex LP engine. More...
#include <CplexLPEngine.h>
Public Member Functions | |
CpxLPWarmStart () | |
Default constructor. | |
~CpxLPWarmStart () | |
Destroy. | |
bool | hasInfo () |
Return the soluton that can be used as starting point. More... | |
void | write (std::ostream &) const |
Write to an output stream. More... | |
SolutionPtr | getSolution () const |
![]() | |
WarmStart () | |
Default constructor. | |
virtual | ~WarmStart () |
Destroy. | |
virtual void | decrUseCnt () |
virtual int | getUseCnt () |
virtual bool | hasInfo ()=0 |
virtual void | incrUseCnt () |
virtual void | write (std::ostream &out) const =0 |
Write to an output stream. More... | |
Additional Inherited Members | |
![]() | |
int | cnt_ |
Class for saving and using Warm-start information in Cplex LP engine.
|
virtual |
Return the soluton that can be used as starting point.
Implements Minotaur::WarmStart.
|
inlinevirtual |
Write to an output stream.
Implements Minotaur::WarmStart.