SoPlex
Loading...
Searching...
No Matches
SPxMainSM< R >::MultiAggregationPS Class Reference

Postsolves multi aggregation. More...

Inheritance diagram for SPxMainSM< R >::MultiAggregationPS:
SPxMainSM< R >::PostStep

Public Member Functions

 MultiAggregationPS (const SPxLPBase< R > &lp, SPxMainSM &simplifier, int _i, int _j, R constant, std::shared_ptr< Tolerances > tols)
 MultiAggregationPS (const MultiAggregationPS &old)
 copy constructor
MultiAggregationPSoperator= (const MultiAggregationPS &rhs)
 assignment operator
virtual PostStepclone () const
 clone function for polymorphism
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.
 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< 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_j
const int m_i
const int m_old_j
const int m_old_i
const R m_upper
const R m_lower
const R m_obj
const R m_const
const bool m_onLhs
const bool m_eqCons
DSVectorBase< R > m_row
DSVectorBase< R > m_col

Detailed Description

template<class R>
class soplex::SPxMainSM< R >::MultiAggregationPS

Postsolves multi aggregation.

Definition at line 1167 of file spxmainsm.h.

Constructor & Destructor Documentation

◆ MultiAggregationPS() [1/2]

◆ MultiAggregationPS() [2/2]

template<class R>
MultiAggregationPS ( const MultiAggregationPS & old)

Member Function Documentation

◆ clone()

template<class R>
virtual PostStep * clone ( ) const
virtual

clone function for polymorphism

Implements SPxMainSM< R >::PostStep.

Definition at line 1233 of file spxmainsm.h.

References MultiAggregationPS(), SPxMainSM< R >::PostStep::PostStep(), and soplex::spx_alloc().

◆ execute()

template<class R>
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
virtual

◆ operator=()

template<class R>
MultiAggregationPS & operator= ( const MultiAggregationPS & rhs)

assignment operator

Definition at line 1221 of file spxmainsm.h.

References m_col, m_row, MultiAggregationPS(), and SPxMainSM< R >::PostStep::operator=().

Member Data Documentation

◆ m_col

template<class R>
DSVectorBase<R> m_col
private

Definition at line 1181 of file spxmainsm.h.

Referenced by MultiAggregationPS(), MultiAggregationPS(), and operator=().

◆ m_const

template<class R>
const R m_const
private

Definition at line 1177 of file spxmainsm.h.

Referenced by MultiAggregationPS(), and MultiAggregationPS().

◆ m_eqCons

template<class R>
const bool m_eqCons
private

Definition at line 1179 of file spxmainsm.h.

Referenced by MultiAggregationPS(), and MultiAggregationPS().

◆ m_i

template<class R>
const int m_i
private

Definition at line 1171 of file spxmainsm.h.

Referenced by MultiAggregationPS(), and MultiAggregationPS().

◆ m_j

template<class R>
const int m_j
private

Definition at line 1170 of file spxmainsm.h.

Referenced by MultiAggregationPS(), and MultiAggregationPS().

◆ m_lower

template<class R>
const R m_lower
private

Definition at line 1175 of file spxmainsm.h.

Referenced by MultiAggregationPS(), and MultiAggregationPS().

◆ m_obj

template<class R>
const R m_obj
private

Definition at line 1176 of file spxmainsm.h.

Referenced by MultiAggregationPS(), and MultiAggregationPS().

◆ m_old_i

template<class R>
const int m_old_i
private

Definition at line 1173 of file spxmainsm.h.

Referenced by MultiAggregationPS(), and MultiAggregationPS().

◆ m_old_j

template<class R>
const int m_old_j
private

Definition at line 1172 of file spxmainsm.h.

Referenced by MultiAggregationPS(), and MultiAggregationPS().

◆ m_onLhs

template<class R>
const bool m_onLhs
private

Definition at line 1178 of file spxmainsm.h.

Referenced by MultiAggregationPS(), and MultiAggregationPS().

◆ m_row

template<class R>
DSVectorBase<R> m_row
private

Definition at line 1180 of file spxmainsm.h.

Referenced by MultiAggregationPS(), MultiAggregationPS(), and operator=().

◆ m_upper

template<class R>
const R m_upper
private

Definition at line 1174 of file spxmainsm.h.

Referenced by MultiAggregationPS(), and MultiAggregationPS().