19 #ifndef _SPXPARMULTPR_H_ 20 #define _SPXPARMULTPR_H_ 98 , pricSet(old.pricSet)
99 , multiParts(old.multiParts)
103 , partialSize(old.partialSize)
147 #endif // _SPXPARMULTPRR_H_ SPxParMultPR(const SPxParMultPR &old)
copy constructor
Safe arrays of data objects.Class DataArray provides safe arrays of Data Objects. For general C++ obj...
Abstract pricer base class.
SPxParMultPR()
default constructor
SPxPricer & operator=(const SPxPricer &rhs)
assignment operator
Partial multiple pricing.Class SPxParMultPr is an implementation class for SPxPricer implementing Dan...
Generic Ids for LP rows or columns.Both SPxColIds and SPxRowIds may be treated uniformly as SPxIds: ...
virtual void load(SPxSolver *solver)
set the solver
virtual SPxId selectEnter()
virtual int selectLeave()
Abstract pricer base class.Class SPxPricer is a pure virtual class defining the interface for pricer ...
SPxParMultPR & operator=(const SPxParMultPR &rhs)
assignment operator
virtual void setType(SPxSolver::Type tp)
set entering or leaving algorithm
Debugging, floating point type and parameter definitions.
Sequential object-oriented SimPlex.SPxSolver is an LP solver class using the revised Simplex algorith...
Everything should be within this namespace.
virtual SPxPricer * clone() const
clone function for polymorphism
int partialSize
Set size for partial pricing.
virtual ~SPxParMultPR()
destructor
Save arrays of arbitrary types.
virtual SPxSolver * solver() const
returns loaded SPxSolver object.
DataArray< SPxParMultPr_Tmp > pricSet
Save arrays of data objects.