Loading...
Searching...
No Matches
Public Member Functions |
Private Member Functions |
Private Attributes |
Friends |
List of all members
SolBase< R > Class Template Reference Class for storing a primal-dual solution with basis information. More...
Detailed Descriptiontemplate<class R> class soplex::SolBase< R > Class for storing a primal-dual solution with basis information. Constructor & Destructor Documentation◆ SolBase()
template<class R>
Member Function Documentation◆ dlcmSizeDual()
template<class R>
◆ dlcmSizePrimal()
template<class R>
◆ dmaxSizeDual()
template<class R>
◆ dmaxSizePrimal()
template<class R>
◆ getDualFarkasSol()
template<class R>
◆ getDualSol()
template<class R>
◆ getPrimalRaySol()
template<class R>
◆ getPrimalSol()
template<class R>
◆ getRedCostSol()
template<class R>
◆ getSlacks()
template<class R>
◆ hasDualFarkas()
template<class R>
◆ hasPrimalRay()
template<class R>
◆ invalidate()
template<class R>
invalidate solution Definition at line 220 of file solbase.h. Referenced by SolBase< Real >::SolBase(). ◆ isDualFeasible()
template<class R>
◆ isPrimalFeasible()
template<class R>
◆ operator=() [1/2]◆ operator=() [2/2]◆ totalSizeDual()
template<class R>
◆ totalSizePrimal()
template<class R>
Friends And Related Symbol Documentation◆ SolBase◆ SoPlexBaseMember Data Documentation◆ _dual
template<class R>
Definition at line 232 of file solbase.h. Referenced by SolBase< Real >::operator=(), and SolBase< Real >::operator=(). ◆ _dualFarkas
template<class R>
Definition at line 234 of file solbase.h. Referenced by SolBase< Real >::operator=(), and SolBase< Real >::operator=(). ◆ _hasDualFarkas
template<class R>
Definition at line 241 of file solbase.h. Referenced by SolBase< Real >::operator=(), and SolBase< Real >::operator=(). ◆ _hasPrimalRay
template<class R>
Definition at line 239 of file solbase.h. Referenced by SolBase< Real >::operator=(), and SolBase< Real >::operator=(). ◆ _isDualFeasible
template<class R>
Definition at line 240 of file solbase.h. Referenced by SolBase< Real >::operator=(), and SolBase< Real >::operator=(). ◆ _isPrimalFeasible
template<class R>
Definition at line 238 of file solbase.h. Referenced by SolBase< Real >::operator=(), and SolBase< Real >::operator=(). ◆ _objVal
template<class R>
Definition at line 236 of file solbase.h. Referenced by SolBase< Real >::operator=(), and SolBase< Real >::operator=(). ◆ _primal
template<class R>
Definition at line 229 of file solbase.h. Referenced by SolBase< Real >::operator=(), and SolBase< Real >::operator=(). ◆ _primalRay
template<class R>
Definition at line 231 of file solbase.h. Referenced by SolBase< Real >::operator=(), and SolBase< Real >::operator=(). ◆ _redCost
template<class R>
Definition at line 233 of file solbase.h. Referenced by SolBase< Real >::operator=(), and SolBase< Real >::operator=(). ◆ _slacks
template<class R>
Definition at line 230 of file solbase.h. Referenced by SolBase< Real >::operator=(), and SolBase< Real >::operator=().
|