soplex::add(const LPRow &row) | LPRowSet | protected |
soplex::add(DataKey &pkey, const LPRow &prow) | LPRowSet | protected |
soplex::add(Real plhs, const SVector &prowVector, Real prhs) | LPRowSet | protected |
soplex::add(DataKey &key, Real lhs, const SVector &rowVector, Real rhs) | LPRowSet | protected |
soplex::add(const LPRowSet &set) | LPRowSet | protected |
soplex::add(DataKey key[], const LPRowSet &set) | LPRowSet | protected |
soplex::SVSet::add(const SVector &svec) | SVSet | protected |
soplex::SVSet::add(DataKey &nkey, const SVector &svec) | SVSet | protected |
soplex::SVSet::add(const SVector svec[], int n) | SVSet | protected |
soplex::SVSet::add(DataKey nkey[], const SVector svec[], int n) | SVSet | protected |
soplex::SVSet::add(const SVSet &pset) | SVSet | protected |
soplex::SVSet::add(DataKey nkey[], const SVSet &pset) | SVSet | protected |
soplex::LPColSet::add(const LPCol &pcol) | LPColSet | protected |
soplex::LPColSet::add(DataKey &pkey, const LPCol &pcol) | LPColSet | protected |
soplex::LPColSet::add(Real pobj, Real plower, const SVector &pcolVector, Real pupper) | LPColSet | protected |
soplex::LPColSet::add(DataKey &key, Real obj, Real lower, const SVector &colVector, Real upper) | LPColSet | protected |
soplex::LPColSet::add(const LPColSet &set) | LPColSet | protected |
soplex::LPColSet::add(DataKey key[], const LPColSet &set) | LPColSet | protected |
soplex::SVSet::add(const SVector &svec) | SVSet | protected |
soplex::SVSet::add(DataKey &nkey, const SVector &svec) | SVSet | protected |
soplex::SVSet::add(const SVector svec[], int n) | SVSet | protected |
soplex::SVSet::add(DataKey nkey[], const SVector svec[], int n) | SVSet | protected |
soplex::SVSet::add(const SVSet &pset) | SVSet | protected |
soplex::SVSet::add(DataKey nkey[], const SVSet &pset) | SVSet | protected |
soplex::add2(const DataKey &k, int n, const int idx[], const Real val[]) | LPRowSet | protected |
soplex::add2(int i, int n, const int idx[], const Real val[]) | LPRowSet | protected |
soplex::SVSet::add2(SVector &svec, int idx, Real val) | SVSet | protected |
soplex::SVSet::add2(SVector &svec, int n, const int idx[], const Real val[]) | SVSet | protected |
soplex::LPColSet::add2(const DataKey &k, int n, const int idx[], const Real val[]) | LPColSet | protected |
soplex::LPColSet::add2(int i, int n, const int idx[], const Real val[]) | LPColSet | protected |
soplex::SVSet::add2(SVector &svec, int idx, Real val) | SVSet | protected |
soplex::SVSet::add2(SVector &svec, int n, const int idx[], const Real val[]) | SVSet | protected |
addCol(const LPCol &col) | SPxLP | virtual |
addCol(SPxColId &id, const LPCol &col) | SPxLP | virtual |
addCols(const LPColSet &pset) | SPxLP | virtual |
addCols(SPxColId id[], const LPColSet &set) | SPxLP | virtual |
added2Set(SVSet &set, const SVSet &add, int n) | SPxLP | protected |
addedCols(int) | SPxLP | protectedvirtual |
addedRows(int) | SPxLP | protectedvirtual |
addRow(const LPRow &row) | SPxLP | virtual |
addRow(SPxRowId &id, const LPRow &row) | SPxLP | virtual |
addRows(const LPRowSet &pset) | SPxLP | virtual |
addRows(SPxRowId id[], const LPRowSet &set) | SPxLP | virtual |
soplex::append(const T &t) | DataArray< T > | protected |
soplex::append(int n, const T t[]) | DataArray< T > | protected |
soplex::append(const DataArray< T > &t) | DataArray< T > | protected |
soplex::LPColSet::append(const T &t) | DataArray< T > | protected |
soplex::LPColSet::append(int n, const T t[]) | DataArray< T > | protected |
soplex::LPColSet::append(const DataArray< T > &t) | DataArray< T > | protected |
changeBounds(const Vector &newLower, const Vector &newUpper) | SPxLP | virtual |
changeBounds(int i, Real newLower, Real newUpper) | SPxLP | virtual |
changeBounds(SPxColId id, Real newLower, Real newUpper) | SPxLP | virtual |
changeCol(int i, const LPCol &newCol) | SPxLP | virtual |
changeCol(SPxColId id, const LPCol &newCol) | SPxLP | virtual |
changeElement(int i, int j, Real val) | SPxLP | virtual |
changeElement(SPxRowId rid, SPxColId cid, Real val) | SPxLP | virtual |
changeLhs(const Vector &newLhs) | SPxLP | virtual |
changeLhs(int i, Real newLhs) | SPxLP | virtual |
changeLhs(SPxRowId id, Real newLhs) | SPxLP | virtual |
changeLower(const Vector &newLower) | SPxLP | virtual |
changeLower(int i, Real newLower) | SPxLP | virtual |
changeLower(SPxColId id, Real newLower) | SPxLP | virtual |
changeObj(const Vector &newObj) | SPxLP | virtual |
changeObj(int i, Real newVal) | SPxLP | virtual |
changeObj(SPxColId id, Real newVal) | SPxLP | virtual |
changeRange(const Vector &newLhs, const Vector &newRhs) | SPxLP | virtual |
changeRange(int i, Real newLhs, Real newRhs) | SPxLP | virtual |
changeRange(SPxRowId id, Real newLhs, Real newRhs) | SPxLP | virtual |
changeRhs(const Vector &newRhs) | SPxLP | virtual |
changeRhs(int i, Real newRhs) | SPxLP | virtual |
changeRhs(SPxRowId id, Real newRhs) | SPxLP | virtual |
changeRow(int i, const LPRow &newRow) | SPxLP | virtual |
changeRow(SPxRowId id, const LPRow &newRow) | SPxLP | virtual |
changeSense(SPxSense sns) | SPxLP | virtual |
changeUpper(const Vector &newUpper) | SPxLP | virtual |
changeUpper(int i, Real newUpper) | SPxLP | virtual |
changeUpper(SPxColId id, Real newUpper) | SPxLP | virtual |
cId(int n) const | SPxLP | |
clear() | SPxLP | virtual |
colSet() const | LPColSet | protected |
colVector(int i) const | SPxLP | |
colVector(const SPxColId &id) const | SPxLP | |
soplex::LPColSet::colVector(const DataKey &k) const | LPColSet | protected |
colVector_w(int i) | SPxLP | private |
soplex::LPColSet::colVector_w(const DataKey &k) | LPColSet | protected |
computeDualActivity(const Vector_exact &dual) const | SPxLP | virtual |
computePrimalActivity(const Vector_exact &primal) const | SPxLP | virtual |
soplex::create(int pnonzeros=0, Real plhs=0, Real prhs=1) | LPRowSet | protected |
soplex::create(DataKey &nkey, int nonzeros=0, Real lhs=0, Real rhs=1) | LPRowSet | protected |
soplex::SVSet::create(int idxmax=-1) | SVSet | protected |
soplex::SVSet::create(DataKey &nkey, int idxmax=-1) | SVSet | protected |
soplex::LPColSet::create(int pnonzeros=0, Real pobj=1, Real plw=0, Real pupp=1) | LPColSet | protected |
soplex::LPColSet::create(DataKey &nkey, int nonzeros=0, Real obj=1, Real low=0, Real up=1) | LPColSet | protected |
soplex::SVSet::create(int idxmax=-1) | SVSet | protected |
soplex::SVSet::create(DataKey &nkey, int idxmax=-1) | SVSet | protected |
soplex::DataArray(const DataArray &old) | DataArray< T > | protected |
soplex::DataArray(int p_size=0, int p_max=0, Real p_fac=1.2) | DataArray< T > | explicitprotected |
soplex::LPColSet::DataArray(const DataArray &old) | DataArray< T > | protected |
soplex::LPColSet::DataArray(int p_size=0, int p_max=0, Real p_fac=1.2) | DataArray< T > | explicitprotected |
doAddCol(const LPCol &col) | SPxLP | private |
doAddCols(const LPColSet &set) | SPxLP | private |
doAddRow(const LPRow &row) | SPxLP | private |
doAddRows(const LPRowSet &set) | SPxLP | private |
doRemoveCol(int i) | SPxLP | protectedvirtual |
doRemoveCols(int perm[]) | SPxLP | protectedvirtual |
doRemoveRow(int i) | SPxLP | protectedvirtual |
doRemoveRows(int perm[]) | SPxLP | protectedvirtual |
soplex::get_const_ptr() const | DataArray< T > | protected |
soplex::LPColSet::get_const_ptr() const | DataArray< T > | protected |
soplex::get_ptr() | DataArray< T > | protected |
soplex::LPColSet::get_ptr() | DataArray< T > | protected |
getCol(int i, LPCol &column) const | SPxLP | |
getCol(const SPxColId &id, LPCol &col) const | SPxLP | |
getCols(int start, int end, LPColSet &set) const | SPxLP | |
getObj(Vector &obj) const | SPxLP | |
getRow(int i, LPRow &row) const | SPxLP | |
getRow(const SPxRowId &id, LPRow &row) const | SPxLP | |
getRows(int start, int end, LPRowSet &set) const | SPxLP | |
soplex::has(const DataKey &k) const | LPRowSet | protected |
soplex::SVSet::has(int n) const | SVSet | protected |
soplex::SVSet::has(const SVector *svec) const | SVSet | protected |
soplex::LPColSet::has(const DataKey &k) const | LPColSet | protected |
soplex::SVSet::has(int n) const | SVSet | protected |
soplex::SVSet::has(const SVector *svec) const | SVSet | protected |
soplex::insert(int i, int n) | DataArray< T > | protected |
soplex::insert(int i, int n, const T t[]) | DataArray< T > | protected |
soplex::insert(int i, const DataArray< T > &t) | DataArray< T > | protected |
soplex::LPColSet::insert(int i, int n) | DataArray< T > | protected |
soplex::LPColSet::insert(int i, int n, const T t[]) | DataArray< T > | protected |
soplex::LPColSet::insert(int i, const DataArray< T > &t) | DataArray< T > | protected |
isConsistent() const | SPxLP | |
soplex::key(int i) const | LPRowSet | protected |
soplex::SVSet::key(const SVector *svec) const | SVSet | protected |
soplex::LPColSet::key(int i) const | LPColSet | protected |
soplex::SVSet::key(const SVector *svec) const | SVSet | protected |
soplex::last() | DataArray< T > | protected |
soplex::last() const | DataArray< T > | protected |
soplex::LPColSet::last() | DataArray< T > | protected |
soplex::LPColSet::last() const | DataArray< T > | protected |
lhs() const | SPxLP | |
lhs(int i) const | SPxLP | |
lhs(const SPxRowId &id) const | SPxLP | |
soplex::LPRowSet::lhs(const DataKey &k) const | LPRowSet | protected |
lhs_w(int i) | SPxLP | protected |
soplex::LPRowSet::lhs_w() | LPRowSet | protected |
soplex::LPRowSet::lhs_w(const DataKey &k) | LPRowSet | protected |
lower() const | SPxLP | |
lower(int i) const | SPxLP | |
lower(const SPxColId &id) const | SPxLP | |
soplex::LPColSet::lower(const DataKey &k) const | LPColSet | protected |
lower_w(int i) | SPxLP | protected |
soplex::LPColSet::lower_w() | LPColSet | protected |
soplex::LPColSet::lower_w(const DataKey &k) | LPColSet | protected |
LPColSet(int pmax=-1, int pmemmax=-1) | LPColSet | explicitprotected |
LPColSet(const LPColSet &rs) | LPColSet | protected |
lpcolset() const | SPxLP | protected |
lprowset() const | SPxLP | protected |
LPRowSet(int pmax=-1, int pmemmax=-1) | LPRowSet | explicitprotected |
LPRowSet(const LPRowSet &rs) | LPRowSet | protected |
soplex::max() const | LPRowSet | protected |
soplex::LPColSet::max() const | LPColSet | protected |
maxAbsNzo() const | SPxLP | |
MAXIMIZE enum value | SPxLP | |
maxObj() const | SPxLP | |
maxObj(int i) const | SPxLP | |
maxObj(const SPxColId &id) const | SPxLP | |
soplex::LPColSet::maxObj(const DataKey &k) const | LPColSet | protected |
maxObj_w(int i) | SPxLP | protected |
soplex::LPColSet::maxObj_w() | LPColSet | protected |
soplex::LPColSet::maxObj_w(const DataKey &k) | LPColSet | protected |
soplex::memFactor | DataArray< T > | protected |
soplex::LPColSet::memFactor | DataArray< T > | protected |
soplex::memMax() const | LPRowSet | protected |
soplex::LPColSet::memMax() const | LPColSet | protected |
soplex::memPack() | LPRowSet | protected |
soplex::LPColSet::memPack() | LPColSet | protected |
soplex::memRemax(int newmax) | LPRowSet | protected |
soplex::LPColSet::memRemax(int newmax) | LPColSet | protected |
soplex::memSize() const | LPRowSet | protected |
soplex::LPColSet::memSize() const | LPColSet | protected |
minAbsNzo() const | SPxLP | |
MINIMIZE enum value | SPxLP | |
nCols() const | SPxLP | |
nNzos() const | SPxLP | |
nRows() const | SPxLP | |
soplex::num() const | LPRowSet | protected |
soplex::LPColSet::num() const | LPColSet | protected |
number(const SPxRowId &id) const | SPxLP | |
number(const SPxColId &id) const | SPxLP | |
number(const SPxId &id) const | SPxLP | |
soplex::LPRowSet::number(const DataKey &k) const | LPRowSet | protected |
soplex::SVSet::number(const SVector *svec) const | SVSet | protected |
soplex::LPColSet::number(const DataKey &k) const | LPColSet | protected |
soplex::SVSet::number(const SVector *svec) const | SVSet | protected |
obj(int i) const | SPxLP | |
obj(const SPxColId &id) const | SPxLP | |
operator=(const SPxLP &old) | SPxLP | |
soplex::LPRowSet::operator=(const LPRowSet &rs) | LPRowSet | protected |
soplex::SVSet::operator=(const SVSet &rhs) | SVSet | protected |
soplex::DataArray::operator=(const DataArray &rhs) | DataArray< T > | protected |
soplex::LPColSet::operator=(const LPColSet &rs) | LPColSet | protected |
soplex::SVSet::operator=(const SVSet &rhs) | SVSet | protected |
soplex::DataArray::operator=(const DataArray &rhs) | DataArray< T > | protected |
soplex::operator[](int n) | SVSet | protected |
soplex::operator[](int n) const | SVSet | protected |
soplex::operator[](const DataKey &k) | SVSet | protected |
soplex::operator[](const DataKey &k) const | SVSet | protected |
soplex::LPColSet::operator[](int n) | SVSet | protected |
soplex::LPColSet::operator[](int n) const | SVSet | protected |
soplex::LPColSet::operator[](const DataKey &k) | SVSet | protected |
soplex::LPColSet::operator[](const DataKey &k) const | SVSet | protected |
read(std::istream &in, NameSet *rowNames=0, NameSet *colNames=0, DIdxSet *intVars=0) | SPxLP | virtual |
readFile(const char *filename, NameSet *rowNames=0, NameSet *colNames=0, DIdxSet *intVars=0) | SPxLP | virtual |
readLPF(std::istream &in, NameSet *rowNames=0, NameSet *colNames=0, DIdxSet *intVars=0) | SPxLP | virtual |
readMPS(std::istream &in, NameSet *rowNames=0, NameSet *colNames=0, DIdxSet *intVars=0) | SPxLP | virtual |
soplex::reMax(int newmax=0) | LPRowSet | protected |
soplex::DataArray::reMax(int newMax=1, int newSize=-1) | DataArray< T > | protected |
soplex::LPColSet::reMax(int newmax=0) | LPColSet | protected |
soplex::DataArray::reMax(int newMax=1, int newSize=-1) | DataArray< T > | protected |
soplex::remove(int i) | LPRowSet | protected |
soplex::remove(const DataKey &k) | LPRowSet | protected |
soplex::remove(int perm[]) | LPRowSet | protected |
soplex::remove(const int nums[], int n) | LPRowSet | protected |
soplex::remove(const int nums[], int n, int *perm) | LPRowSet | protected |
soplex::SVSet::remove(const SVector *svec) | SVSet | protected |
soplex::SVSet::remove(const DataKey keys[], int n) | SVSet | protected |
soplex::SVSet::remove(const DataKey keys[], int n, int *perm) | SVSet | protected |
soplex::DataArray::remove(int n=0, int m=1) | DataArray< T > | protected |
soplex::LPColSet::remove(int i) | LPColSet | protected |
soplex::LPColSet::remove(const DataKey &k) | LPColSet | protected |
soplex::LPColSet::remove(int perm[]) | LPColSet | protected |
soplex::LPColSet::remove(const int nums[], int n) | LPColSet | protected |
soplex::LPColSet::remove(const int nums[], int n, int *perm) | LPColSet | protected |
soplex::SVSet::remove(const SVector *svec) | SVSet | protected |
soplex::SVSet::remove(const DataKey keys[], int n) | SVSet | protected |
soplex::SVSet::remove(const DataKey keys[], int n, int *perm) | SVSet | protected |
soplex::DataArray::remove(int n=0, int m=1) | DataArray< T > | protected |
removeCol(int i) | SPxLP | virtual |
removeCol(SPxColId id) | SPxLP | virtual |
removeColRange(int start, int end, int perm[]=0) | SPxLP | virtual |
removeCols(int perm[]) | SPxLP | virtual |
removeCols(SPxColId id[], int n, int perm[]=0) | SPxLP | virtual |
removeCols(int nums[], int n, int perm[]=0) | SPxLP | virtual |
soplex::removeLast(int m=1) | DataArray< T > | protected |
soplex::LPColSet::removeLast(int m=1) | DataArray< T > | protected |
removeRow(int i) | SPxLP | virtual |
removeRow(SPxRowId id) | SPxLP | virtual |
removeRowRange(int start, int end, int perm[]=0) | SPxLP | virtual |
removeRows(int perm[]) | SPxLP | virtual |
removeRows(SPxRowId id[], int n, int perm[]=0) | SPxLP | virtual |
removeRows(int nums[], int n, int perm[]=0) | SPxLP | virtual |
soplex::reSize(int newsize) | DataArray< T > | protected |
soplex::LPColSet::reSize(int newsize) | DataArray< T > | protected |
rhs() const | SPxLP | |
rhs(int i) const | SPxLP | |
rhs(const SPxRowId &id) const | SPxLP | |
soplex::LPRowSet::rhs(const DataKey &k) const | LPRowSet | protected |
rhs_w(int i) | SPxLP | protected |
soplex::LPRowSet::rhs_w() | LPRowSet | protected |
soplex::LPRowSet::rhs_w(const DataKey &k) | LPRowSet | protected |
rId(int n) const | SPxLP | |
rowSet() const | LPRowSet | protected |
rowType(int i) const | SPxLP | |
rowType(const SPxRowId &id) const | SPxLP | |
rowVector(int i) const | SPxLP | |
rowVector(const SPxRowId &id) const | SPxLP | |
soplex::LPRowSet::rowVector(const DataKey &k) const | LPRowSet | protected |
rowVector_w(int i) | SPxLP | private |
soplex::LPRowSet::rowVector_w(const DataKey &k) | LPRowSet | protected |
setType(int i, LPRow::Type type) | LPRowSet | protected |
soplex::size() const | DataArray< T > | protected |
soplex::LPColSet::size() const | DataArray< T > | protected |
SPxBasis class | SPxLP | friend |
SPxEquiliSC class | SPxLP | friend |
SPxGeometSC class | SPxLP | friend |
SPxLP() | SPxLP | |
SPxLP(const SPxLP &old) | SPxLP | |
SPxMainSM class | SPxLP | friend |
SPxScaler class | SPxLP | friend |
spxSense() const | SPxLP | |
SPxSense enum name | SPxLP | |
soplex::SVSet(int pmax=-1, int pmemmax=-1, Real pfac=1.1, Real pmemFac=1.2) | SVSet | explicitprotected |
soplex::SVSet(const SVSet &old) | SVSet | protected |
soplex::LPColSet::SVSet(int pmax=-1, int pmemmax=-1, Real pfac=1.1, Real pmemFac=1.2) | SVSet | explicitprotected |
soplex::LPColSet::SVSet(const SVSet &old) | SVSet | protected |
thesense | SPxLP | private |
type(int i) const | LPRowSet | protected |
type(const DataKey &k) const | LPRowSet | protected |
upper() const | SPxLP | |
upper(int i) const | SPxLP | |
upper(const SPxColId &id) const | SPxLP | |
soplex::LPColSet::upper(const DataKey &k) const | LPColSet | protected |
upper_w(int i) | SPxLP | protected |
soplex::LPColSet::upper_w() | LPColSet | protected |
soplex::LPColSet::upper_w(const DataKey &k) | LPColSet | protected |
value(int i) const | LPRowSet | protected |
value(const DataKey &k) const | LPRowSet | protected |
writeFile(const char *filename, const NameSet *rowNames=0, const NameSet *colNames=0, const DIdxSet *p_intvars=0) const | SPxLP | virtual |
writeLPF(std::ostream &out, const NameSet *rowNames, const NameSet *colNames, const DIdxSet *p_intvars=0) const | SPxLP | virtual |
writeMPS(std::ostream &out, const NameSet *rowNames, const NameSet *colNames, const DIdxSet *p_intvars=0) const | SPxLP | virtual |
soplex::xtend(int n, int newmax) | LPRowSet | protected |
soplex::xtend(const DataKey &pkey, int pnewmax) | LPRowSet | protected |
soplex::SVSet::xtend(SVector &svec, int newmax) | SVSet | protected |
soplex::LPColSet::xtend(int n, int newmax) | LPColSet | protected |
soplex::LPColSet::xtend(const DataKey &pkey, int pnewmax) | LPColSet | protected |
soplex::SVSet::xtend(SVector &svec, int newmax) | SVSet | protected |
soplex::~DataArray() | DataArray< T > | protected |
soplex::LPColSet::~DataArray() | DataArray< T > | protected |
~LPColSet() | LPColSet | protected |
~LPRowSet() | LPRowSet | protected |
~SPxLP() | SPxLP | virtual |
soplex::~SVSet() | SVSet | protected |
soplex::LPColSet::~SVSet() | SVSet | protected |