Loading...
Searching...
No Matches
solbase.h
Go to the documentation of this file.
31/* undefine SOPLEX_DEBUG flag from including files; if SOPLEX_DEBUG should be defined in this file, do so below */
Collection of dense, sparse, and semi-sparse vectors. Definition soplex.h:121 Class for storing a primal-dual solution with basis information. Definition solbase.h:53 bool getSlacks(VectorBase< R > &vector) const gets the vector of slack values; returns true on success Definition solbase.h:76 bool getRedCostSol(VectorBase< R > &vector) const gets the vector of reduced cost values if available; returns true on success Definition solbase.h:113 int dmaxSizeDual(const int base=2) const returns size of largest denominator in dual solution Definition solbase.h:206 bool getDualFarkasSol(VectorBase< R > &vector) const gets the Farkas proof if available; returns true on success Definition solbase.h:127 SolBase< R > & operator=(const SolBase< S > &sol) assignment operator only for friends Definition solbase.h:281 bool getDualSol(VectorBase< R > &vector) const gets the dual solution vector; returns true on success Definition solbase.h:105 bool getPrimalRaySol(VectorBase< R > &vector) const gets the primal unbounded ray if available; returns true on success Definition solbase.h:90 int totalSizeDual(const int base=2) const returns total size of dual solution Definition solbase.h:150 int dlcmSizeDual(const int base=2) const returns size of least common multiple of denominators in dual solution Definition solbase.h:178 int dmaxSizePrimal(const int base=2) const returns size of largest denominator in primal solution Definition solbase.h:192 int totalSizePrimal(const int base=2) const returns total size of primal solution Definition solbase.h:136 int dlcmSizePrimal(const int base=2) const returns size of least common multiple of denominators in primal solution Definition solbase.h:164 SolBase< R > & operator=(const SolBase< R > &sol) assignment operator only for friends Definition solbase.h:251 bool getPrimalSol(VectorBase< R > &vector) const gets the primal solution vector; returns true on success Definition solbase.h:68 Everything should be within this namespace. int dmaxSizeRational(const Rational *vector, const int length, const int base) Size of largest denominator in rational vector. Definition rational.h:1049 int dlcmSizeRational(const Rational *vector, const int length, const int base) Size of least common multiple of denominators in rational vector. Definition rational.h:1027 int totalSizeRational(const Rational *vector, const int length, const int base) Total size of rational vector. Definition rational.h:1012 main LP solver class
|