Minotaur 0.4.1
Docs for developers
|
#include <PreMod.h>
Public Member Functions | |
PreMod () | |
Constructor. | |
virtual | ~PreMod () |
Destroy. | |
virtual void | postsolveGetX (const DoubleVector &x, DoubleVector *newx)=0 |
Restore x. More... | |
PreMod class is an abstract base class. It has a method to transform a solution of the presolved problem in to a solution of a problem in which some of the modifications have been undone.
|
pure virtual |
Restore x.
Implemented in Minotaur::PreAuxVars, Minotaur::PreDelVars, and Minotaur::PreSubstVars.