Postsolves the case when constraints are removed due to a variable with zero objective that is free in one direction.
More...
|
| | FreeZeroObjVariablePS (const SPxLP &lp, int _j, bool loFree, SVector col_idx_sorted) |
| |
| | FreeZeroObjVariablePS (const FreeZeroObjVariablePS &old) |
| | copy constructor
|
| |
| FreeZeroObjVariablePS & | operator= (const FreeZeroObjVariablePS &rhs) |
| | assignment operator
|
| |
| virtual PostStep * | clone () const |
| | clone function for polymorphism
|
| |
| virtual void | execute (DVector &x, DVector &y, DVector &s, DVector &r, DataArray< SPxSolver::VarStatus > &cBasis, DataArray< SPxSolver::VarStatus > &rBasis) const |
| |
Public Member Functions inherited from SPxMainSM::PostStep |
| | PostStep (const char *p_name, int nR=0, int nC=0) |
| | constructor.
|
| |
| | PostStep (const PostStep &old) |
| | copy constructor.
|
| |
| PostStep & | operator= (const PostStep &) |
| | assignment operator
|
| |
| virtual | ~PostStep () |
| | destructor.
|
| |
| virtual const char * | getName () const |
| | get name of simplifying step.
|
| |
| virtual bool | checkBasisDim (DataArray< SPxSolver::VarStatus > rows, DataArray< SPxSolver::VarStatus > cols) const |
| |
Postsolves the case when constraints are removed due to a variable with zero objective that is free in one direction.
Definition at line 563 of file spxmainsm.h.