SoPlex Doxygen Documentation
SPxMainSM::ZeroObjColSingletonPS Class Reference

Postsolves column singletons with zero objective. More...

Inheritance diagram for SPxMainSM::ZeroObjColSingletonPS:

Public Member Functions

 ZeroObjColSingletonPS (const SPxLP &lp, const SPxMainSM &, int _j, int _i)
 
 ZeroObjColSingletonPS (const ZeroObjColSingletonPS &old)
 copy constructor
 
ZeroObjColSingletonPSoperator= (const ZeroObjColSingletonPS &rhs)
 assignment operator
 
virtual PostStepclone () 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.
 
PostStepoperator= (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
 

Private Attributes

const int m_j
 
const int m_i
 
const int m_old_j
 
const Real m_lhs
 
const Real m_rhs
 
const Real m_lower
 
const Real m_upper
 
DSVector m_row
 

Additional Inherited Members

- Static Public Member Functions inherited from SPxMainSM::PostStep
static Real eps ()
 

Detailed Description

Postsolves column singletons with zero objective.

Definition at line 578 of file spxmainsm.h.

Constructor & Destructor Documentation

ZeroObjColSingletonPS ( const SPxLP lp,
const SPxMainSM ,
int  _j,
int  _i 
)

Definition at line 592 of file spxmainsm.h.

Referenced by SPxMainSM::ZeroObjColSingletonPS::clone().

copy constructor

Definition at line 604 of file spxmainsm.h.

Member Function Documentation

virtual PostStep* clone ( ) const
virtual

clone function for polymorphism

Implements SPxMainSM::PostStep.

Definition at line 627 of file spxmainsm.h.

References SPxMainSM::ZeroObjColSingletonPS::ZeroObjColSingletonPS().

ZeroObjColSingletonPS& operator= ( const ZeroObjColSingletonPS rhs)

assignment operator

Definition at line 616 of file spxmainsm.h.

References SPxMainSM::ZeroObjColSingletonPS::m_row, and SPxMainSM::PostStep::operator=().

Member Data Documentation

const int m_i
private

Definition at line 582 of file spxmainsm.h.

const int m_j
private

Definition at line 581 of file spxmainsm.h.

const Real m_lhs
private

Definition at line 584 of file spxmainsm.h.

const Real m_lower
private

Definition at line 586 of file spxmainsm.h.

const int m_old_j
private

Definition at line 583 of file spxmainsm.h.

const Real m_rhs
private

Definition at line 585 of file spxmainsm.h.

DSVector m_row
private

Definition at line 588 of file spxmainsm.h.

Referenced by SPxMainSM::ZeroObjColSingletonPS::operator=().

const Real m_upper
private

Definition at line 587 of file spxmainsm.h.