Minotaur 0.4.1
Docs for developers
|
Public Member Functions | |
PreSubstVars () | |
Constructor. | |
~PreSubstVars () | |
Destroy. | |
void | insert (VariablePtr vout, VariablePtr vin, double rat=1.0) |
Substitute variable 'vin' by variable 'vout'. | |
void | postsolveGetX (const DoubleVector &x, DoubleVector *newx) |
Restore x. More... | |
UInt | getSize () |
Return the number of substitutions. | |
![]() | |
PreMod () | |
Constructor. | |
virtual | ~PreMod () |
Destroy. | |
virtual void | postsolveGetX (const DoubleVector &x, DoubleVector *newx)=0 |
Restore x. More... | |
|
virtual |
Restore x.
Implements Minotaur::PreMod.