Minotaur 0.4.1
Docs for developers
|
Public Member Functions | |
PreAuxVars () | |
Constructor. | |
~PreAuxVars () | |
Destroy. | |
void | insert (VariablePtr v) |
New variable that was created. | |
void | postsolveGetX (const DoubleVector &x, DoubleVector *newx) |
Remove aux-vars from the solution x. More... | |
UInt | getSize () |
Return the number of additions. | |
![]() | |
PreMod () | |
Constructor. | |
virtual | ~PreMod () |
Destroy. | |
virtual void | postsolveGetX (const DoubleVector &x, DoubleVector *newx)=0 |
Restore x. More... | |
|
virtual |
Remove aux-vars from the solution x.
Implements Minotaur::PreMod.