Postsolves forcing constraints. More...
Public Member Functions | |
ForceConstraintPS (const SPxLPBase< R > &lp, int _i, bool lhsFixed, DataArray< bool > &fixCols, Array< R > &lo, Array< R > &up, std::shared_ptr< Tolerances > tols) | |
ForceConstraintPS (const ForceConstraintPS &old) | |
copy constructor More... | |
ForceConstraintPS & | operator= (const ForceConstraintPS &rhs) |
assignment operator More... | |
virtual PostStep * | clone () const |
clone function for polymorphism More... | |
virtual void | execute (VectorBase< R > &x, VectorBase< R > &y, VectorBase< R > &s, VectorBase< R > &r, DataArray< typename SPxSolverBase< R >::VarStatus > &cBasis, DataArray< typename SPxSolverBase< R >::VarStatus > &rBasis, bool isOptimal) const |
Public Member Functions inherited from SPxMainSM< R >::PostStep | |
PostStep (const char *p_name, std::shared_ptr< Tolerances > tols, int nR=0, int nC=0) | |
constructor. More... | |
PostStep (const PostStep &old) | |
copy constructor. More... | |
PostStep & | operator= (const PostStep &) |
assignment operator More... | |
virtual | ~PostStep () |
destructor. More... | |
virtual const char * | getName () const |
get name of simplifying step. More... | |
virtual PostStep * | clone () const =0 |
clone function for polymorphism More... | |
virtual void | execute (VectorBase< R > &x, VectorBase< R > &y, VectorBase< R > &s, VectorBase< R > &r, DataArray< typename SPxSolverBase< R >::VarStatus > &cBasis, DataArray< typename SPxSolverBase< R >::VarStatus > &rBasis, bool isOptimal) const =0 |
executes the postsolving. More... | |
virtual bool | checkBasisDim (DataArray< typename SPxSolverBase< R >::VarStatus > rows, DataArray< typename SPxSolverBase< R >::VarStatus > cols) const |
virtual R | feastol () const |
virtual R | epsilon () const |
Private Attributes | |
const int | m_i |
const int | m_old_i |
const R | m_lRhs |
DSVectorBase< R > | m_row |
Array< R > | m_objs |
DataArray< bool > | m_fixed |
Array< DSVectorBase< R > > | m_cols |
const bool | m_lhsFixed |
const bool | m_maxSense |
Array< R > | m_oldLowers |
Array< R > | m_oldUppers |
const R | m_lhs |
const R | m_rhs |
const R | m_rowobj |
Postsolves forcing constraints.
Definition at line 386 of file spxmainsm.h.
ForceConstraintPS | ( | const SPxLPBase< R > & | lp, |
int | _i, | ||
bool | lhsFixed, | ||
DataArray< bool > & | fixCols, | ||
Array< R > & | lo, | ||
Array< R > & | up, | ||
std::shared_ptr< Tolerances > | tols | ||
) |
Definition at line 406 of file spxmainsm.h.
References SPxLPBase< R >::colVector(), SPxMainSM< R >::ForceConstraintPS::m_cols, SPxMainSM< R >::ForceConstraintPS::m_objs, SPxMainSM< R >::ForceConstraintPS::m_row, SPxLPBase< R >::obj(), and SPxLPBase< R >::spxSense().
Referenced by SPxMainSM< R >::ForceConstraintPS::clone().
ForceConstraintPS | ( | const ForceConstraintPS & | old | ) |
copy constructor
Definition at line 433 of file spxmainsm.h.
|
virtual |
clone function for polymorphism
Implements SPxMainSM< R >::PostStep.
Definition at line 467 of file spxmainsm.h.
References SPxMainSM< R >::ForceConstraintPS::ForceConstraintPS().
|
virtual |
Implements SPxMainSM< R >::PostStep.
ForceConstraintPS & operator= | ( | const ForceConstraintPS & | rhs | ) |
assignment operator
Definition at line 451 of file spxmainsm.h.
References SPxMainSM< R >::ForceConstraintPS::m_cols, SPxMainSM< R >::ForceConstraintPS::m_fixed, SPxMainSM< R >::ForceConstraintPS::m_objs, SPxMainSM< R >::ForceConstraintPS::m_oldLowers, SPxMainSM< R >::ForceConstraintPS::m_oldUppers, SPxMainSM< R >::ForceConstraintPS::m_row, and SPxMainSM< R >::PostStep::operator=().
|
private |
Definition at line 395 of file spxmainsm.h.
Referenced by SPxMainSM< R >::ForceConstraintPS::ForceConstraintPS(), and SPxMainSM< R >::ForceConstraintPS::operator=().
|
private |
Definition at line 394 of file spxmainsm.h.
Referenced by SPxMainSM< R >::ForceConstraintPS::operator=().
|
private |
Definition at line 389 of file spxmainsm.h.
|
private |
Definition at line 400 of file spxmainsm.h.
|
private |
Definition at line 396 of file spxmainsm.h.
|
private |
Definition at line 391 of file spxmainsm.h.
|
private |
Definition at line 397 of file spxmainsm.h.
|
private |
Definition at line 393 of file spxmainsm.h.
Referenced by SPxMainSM< R >::ForceConstraintPS::ForceConstraintPS(), and SPxMainSM< R >::ForceConstraintPS::operator=().
|
private |
Definition at line 390 of file spxmainsm.h.
|
private |
Definition at line 398 of file spxmainsm.h.
Referenced by SPxMainSM< R >::ForceConstraintPS::operator=().
|
private |
Definition at line 399 of file spxmainsm.h.
Referenced by SPxMainSM< R >::ForceConstraintPS::operator=().
|
private |
Definition at line 401 of file spxmainsm.h.
|
private |
Definition at line 392 of file spxmainsm.h.
Referenced by SPxMainSM< R >::ForceConstraintPS::ForceConstraintPS(), and SPxMainSM< R >::ForceConstraintPS::operator=().
|
private |
Definition at line 402 of file spxmainsm.h.