ABORT_CYCLING enum value | SPxSolver | |
ABORT_ITER enum value | SPxSolver | |
ABORT_TIME enum value | SPxSolver | |
ABORT_VALUE enum value | SPxSolver | |
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 n) | SPxSolver | protectedvirtual |
addedRows(int n) | SPxSolver | 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 |
addVec | SPxSolver | protected |
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 |
baseId(int i) | SPxBasis | protected |
baseId(int i) const | SPxBasis | protected |
baseVec(int i) const | SPxBasis | protected |
BASIC enum value | SPxSolver | |
basis() const | SPxSolver | |
basis() | SPxSolver | |
basisStatusToVarStatus(SPxBasis::Desc::Status stat) const | SPxSolver | protected |
boundflips | SPxSolver | protected |
change(int i, SPxId &id, const SVector *enterVec, const SSVector *eta=0) | SPxBasis | protectedvirtual |
changeBounds(const Vector &newLower, const Vector &newUpper) | SPxSolver | virtual |
changeBounds(int i, Real newLower, Real newUpper) | SPxSolver | virtual |
changeBounds(SPxColId p_id, Real p_newLower, Real p_newUpper) | SPxSolver | virtual |
changeCol(int i, const LPCol &newCol) | SPxSolver | virtual |
changeCol(SPxColId p_id, const LPCol &p_newCol) | SPxSolver | virtual |
changedCol(int) | SPxBasis | protected |
changedElement(int, int) | SPxBasis | protected |
changedRow(int) | SPxBasis | protected |
changeElement(int i, int j, Real val) | SPxSolver | virtual |
changeElement(SPxRowId rid, SPxColId cid, Real val) | SPxSolver | virtual |
changeLhs(const Vector &newLhs) | SPxSolver | virtual |
changeLhs(int i, Real newLhs) | SPxSolver | virtual |
changeLhs(SPxRowId p_id, Real p_newLhs) | SPxSolver | virtual |
changeLower(const Vector &newLower) | SPxSolver | virtual |
changeLower(int i, Real newLower) | SPxSolver | virtual |
changeLower(SPxColId p_id, Real p_newLower) | SPxSolver | virtual |
changeObj(const Vector &newObj) | SPxSolver | virtual |
changeObj(int i, Real newVal) | SPxSolver | virtual |
changeObj(SPxColId p_id, Real p_newVal) | SPxSolver | virtual |
changeRange(const Vector &newLhs, const Vector &newRhs) | SPxSolver | virtual |
changeRange(int i, Real newLhs, Real newRhs) | SPxSolver | virtual |
changeRange(SPxRowId p_id, Real p_newLhs, Real p_newRhs) | SPxSolver | virtual |
changeRhs(const Vector &newRhs) | SPxSolver | virtual |
changeRhs(int i, Real newRhs) | SPxSolver | virtual |
changeRhs(SPxRowId p_id, Real p_newRhs) | SPxSolver | virtual |
changeRow(int i, const LPRow &newRow) | SPxSolver | virtual |
changeRow(SPxRowId p_id, const LPRow &p_newRow) | SPxSolver | virtual |
changeSense(SPxSense sns) | SPxSolver | virtual |
changeUpper(const Vector &newUpper) | SPxSolver | virtual |
changeUpper(int i, Real newUpper) | SPxSolver | virtual |
changeUpper(SPxColId p_id, Real p_newUpper) | SPxSolver | virtual |
cId(int n) const | SPxLP | |
clear() | SPxSolver | virtual |
clearDualBounds(SPxBasis::Desc::Status, Real &, Real &) const | SPxSolver | protected |
clearUpdateVecs(void) | SPxSolver | protectedvirtual |
coDim() const | SPxSolver | |
coId(int i) const | SPxSolver | |
colId(int i) const | SPxSolver | |
cols() const | SPxSolver | |
colSet() const | LPColSet | protected |
COLUMN enum value | SPxSolver | |
colVector(int i) const | SPxLP | |
colVector(const SPxColId &id) const | SPxLP | |
soplex::LPColSet::colVector(const DataKey &k) const | LPColSet | protected |
soplex::LPColSet::colVector_w(const DataKey &k) | LPColSet | protected |
computeCoTest() | SPxSolver | private |
computeDualActivity(const Vector_exact &dual) const | SPxLP | virtual |
computeEnterCoPrhs() | SPxSolver | protectedvirtual |
computeEnterCoPrhs4Col(int i, int n) | SPxSolver | protected |
computeEnterCoPrhs4Row(int i, int n) | SPxSolver | protected |
computeFrhs() | SPxSolver | protected |
computeFrhs1(const Vector &, const Vector &) | SPxSolver | protectedvirtual |
computeFrhs2(const Vector &, const Vector &) | SPxSolver | protected |
computeFrhsXtra() | SPxSolver | protectedvirtual |
computeFtest() | SPxSolver | private |
computeLeaveCoPrhs() | SPxSolver | protectedvirtual |
computeLeaveCoPrhs4Col(int i, int n) | SPxSolver | protected |
computeLeaveCoPrhs4Row(int i, int n) | SPxSolver | protected |
computePrimalActivity(const Vector_exact &primal) const | SPxLP | virtual |
computePvec(int i) | SPxSolver | |
computePvec() | SPxSolver | |
computeTest(int i) | SPxSolver | |
computeTest() | SPxSolver | |
coPrhs() const | SPxSolver | |
coPvec() const | SPxSolver | |
coSolve(Vector &x, const Vector &rhs) | SPxBasis | protected |
coSolve(SSVector &x, const SVector &rhs) | SPxBasis | protected |
coSolve(SSVector &x, Vector &y, const SVector &rhsx, SSVector &rhsy) | SPxBasis | protected |
coSolveVector2 | SPxSolver | private |
coSolveVector2rhs | SPxSolver | private |
coTest() const | SPxSolver | |
coTest(int i, SPxBasis::Desc::Status stat) const | SPxSolver | private |
covarStatus(int i) const | SPxSolver | |
coVector(int i) const | SPxSolver | |
coVector(const SPxRowId &rid) const | SPxSolver | |
coVector(const SPxColId &cid) const | SPxSolver | |
coVector(const SPxId &p_id) const | SPxSolver | |
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 |
cumulativeTime() const | SPxSolver | |
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 |
delta() const | SPxSolver | |
desc() const | SPxBasis | protected |
desc() | SPxBasis | protected |
dim() const | SPxSolver | |
doPupdate(void) | SPxSolver | protectedvirtual |
doRemoveCol(int i) | SPxSolver | protectedvirtual |
doRemoveCols(int perm[]) | SPxSolver | protectedvirtual |
doRemoveRow(int i) | SPxSolver | protectedvirtual |
doRemoveRows(int perm[]) | SPxSolver | protectedvirtual |
DUAL enum value | SPxBasis | protected |
dualColStatus(int i) const | SPxBasis | protected |
dualFarkas | SPxSolver | protected |
dualRhs | SPxSolver | protected |
dualRowStatus(int i) const | SPxBasis | protected |
dualStatus(const SPxColId &id) const | SPxBasis | protected |
dualStatus(const SPxRowId &id) const | SPxBasis | protected |
dualStatus(const SPxId &id) const | SPxBasis | protected |
dualVec | SPxSolver | protected |
dump() | SPxBasis | protected |
ENTER enum value | SPxSolver | |
enter(SPxId &id) | SPxSolver | private |
enterCount | SPxSolver | protected |
entertol() const | SPxSolver | |
enterVector(const SPxId &p_id) | SPxSolver | protectedvirtual |
epsilon() const | SPxSolver | |
ERROR enum value | SPxSolver | |
factor | SPxBasis | protected |
factorize() | SPxSolver | protectedvirtual |
factorized | SPxBasis | protected |
feastol() const | SPxSolver | |
fillFactor | SPxBasis | protected |
FIXED enum value | SPxSolver | |
fpsolve() | SPxSolver | private |
freePricer | SPxSolver | private |
freeRatioTester | SPxSolver | private |
freeStarter | SPxSolver | private |
fRhs() const | SPxSolver | |
fTest() const | SPxSolver | |
FULL enum value | SPxSolver | |
fVec() const | SPxSolver | |
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 |
getBasis(VarStatus rows[], VarStatus cols[]) const | SPxSolver | |
getBasisColStatus(int col) const | SPxSolver | |
getBasisRowStatus(int row) const | SPxSolver | |
getBasisStatus() const | SPxSolver | |
getCol(int i, LPCol &column) const | SPxLP | |
getCol(const SPxColId &id, LPCol &col) const | SPxLP | |
getCols(int start, int end, LPColSet &set) const | SPxLP | |
getDual(Vector &vector) const | SPxSolver | virtual |
getDualfarkas(Vector &vector) const | SPxSolver | virtual |
getEnterVals(SPxId id, Real &enterTest, Real &enterUB, Real &enterLB, Real &enterVal, Real &enterMax, Real &enterPric, SPxBasis::Desc::Status &enterStat, Real &enterRO) | SPxSolver | protectedvirtual |
getEnterVals2(int leaveIdx, Real enterMax, Real &leaveBound) | SPxSolver | protectedvirtual |
getLeaveVals(int i, SPxBasis::Desc::Status &leaveStat, SPxId &leaveId, Real &leaveMax, Real &leavebound, int &leaveNum) | SPxSolver | protectedvirtual |
getLeaveVals2(Real leaveMax, SPxId enterId, Real &enterBound, Real &newUBbound, Real &newLBbound, Real &newCoPrhs) | SPxSolver | protectedvirtual |
getLhs(Vector &p_lhs) const | SPxSolver | |
getLower(Vector &p_low) const | SPxSolver | |
getMaxUpdates() | SPxBasis | protected |
getObj(Vector &obj) const | SPxLP | |
getPrimal(Vector &vector) const | SPxSolver | virtual |
getPrimalray(Vector &vector) const | SPxSolver | virtual |
getRedCost(Vector &vector) const | SPxSolver | virtual |
getResult(Real *value=0, Vector *primal=0, Vector *slacks=0, Vector *dual=0, Vector *reduCost=0) const | SPxSolver | |
getRhs(Vector &p_rhs) const | SPxSolver | |
getRow(int i, LPRow &row) const | SPxLP | |
getRow(const SPxRowId &id, LPRow &row) const | SPxLP | |
getRows(int start, int end, LPRowSet &set) const | SPxLP | |
getSlacks(Vector &vector) const | SPxSolver | virtual |
getTotalUpdateCount() const | SPxBasis | protected |
getTotalUpdateTime() const | SPxBasis | protected |
getUpper(Vector &p_up) const | SPxSolver | |
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 |
id(int i) const | SPxSolver | |
infeasibilities | SPxSolver | |
infeasibilitiesCo | SPxSolver | |
INFEASIBLE enum value | SPxSolver | |
init() | SPxSolver | virtual |
initialized | SPxSolver | private |
initRep(Representation p_rep) | SPxSolver | |
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 |
instableLeave | SPxSolver | private |
instableLeaveNum | SPxSolver | private |
instableLeaveVal | SPxSolver | private |
invalidate() | SPxBasis | protected |
irthreshold() const | SPxSolver | |
isBasic(SPxBasis::Desc::Status stat) const | SPxSolver | |
isBasic(const SPxId &p_id) const | SPxSolver | |
isBasic(const SPxRowId &rid) const | SPxSolver | |
isBasic(const SPxColId &cid) const | SPxSolver | |
isBasic(int i) const | SPxSolver | |
isBasisValid(DataArray< VarStatus > rows, DataArray< VarStatus > cols) | SPxSolver | |
isCoBasic(int i) const | SPxSolver | |
isCoId(const SPxId &p_id) const | SPxSolver | |
isColBasic(int i) const | SPxSolver | |
isConsistent() const | SPxSolver | |
isDescValid(const Desc &ds) | SPxBasis | protectedvirtual |
isId(const SPxId &p_id) const | SPxSolver | |
isInfeasible | SPxSolver | |
isInfeasibleCo | SPxSolver | |
isInitialized() const | SPxSolver | protected |
isRowBasic(int i) const | SPxSolver | |
iteration() const | SPxBasis | protected |
iterations() const | SPxSolver | |
iterCount | SPxBasis | protected |
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 |
lastEntered() const | SPxBasis | protected |
lastFill | SPxBasis | protected |
lastidx | SPxBasis | protected |
lastin | SPxBasis | protected |
lastIndex() const | SPxBasis | protected |
lastLeft() const | SPxBasis | protected |
lastMem | SPxBasis | protected |
lastNzCount | SPxBasis | protected |
lastout | SPxBasis | protected |
lastShift | SPxSolver | private |
lastUpdate() const | SPxBasis | protected |
lbBound() const | SPxSolver | |
lbBound() | SPxSolver | |
lcBound() const | SPxSolver | |
lcBound() | SPxSolver | |
LEAVE enum value | SPxSolver | |
leave(int i) | SPxSolver | private |
leaveCount | SPxSolver | protected |
leavetol() const | SPxSolver | |
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 |
load(SPxSolver *lp) | SPxBasis | protectedvirtual |
loadBasis(const SPxBasis::Desc &) | SPxSolver | virtual |
loadDesc(const Desc &) | SPxBasis | protectedvirtual |
loadLP(const SPxLP &LP) | SPxSolver | virtual |
loadMatrixVecs() | SPxBasis | protected |
loadSolver(SLinSolver *solver, const bool destroy=false) | SPxBasis | protectedvirtual |
localAddCols(int start) | SPxSolver | private |
localAddRows(int start) | SPxSolver | private |
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 |
lpBound() const | SPxSolver | |
lpBound() | SPxSolver | |
lpcolset() const | SPxLP | protected |
LPColSet(int pmax=-1, int pmemmax=-1) | LPColSet | explicitprotected |
LPColSet(const LPColSet &rs) | LPColSet | protected |
lprowset() const | SPxLP | protected |
LPRowSet(int pmax=-1, int pmemmax=-1) | LPRowSet | explicitprotected |
LPRowSet(const LPRowSet &rs) | LPRowSet | protected |
m_entertol | SPxSolver | private |
m_irthreshold | SPxSolver | private |
m_leavetol | SPxSolver | private |
m_maxCycle | SPxSolver | private |
m_numCycle | SPxSolver | private |
m_status | SPxSolver | private |
matrix | SPxBasis | protected |
matrixIsSetup | SPxBasis | protected |
soplex::max() const | LPRowSet | protected |
soplex::LPColSet::max() const | LPColSet | protected |
maxAbsNzo() const | SPxLP | |
maxCycle() const | SPxSolver | |
MAXIMIZE enum value | SPxLP | |
maxInfeas() const | SPxSolver | virtual |
maxIters | SPxSolver | private |
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 |
maxRefinements() const | SPxSolver | virtual |
maxRefines | SPxSolver | private |
maxTime | SPxSolver | private |
maxUpdates | SPxBasis | 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 | |
minStab | SPxBasis | protected |
multBaseWith(Vector &x) const | SPxBasis | protected |
multWithBase(Vector &x) const | SPxBasis | protected |
nCols() const | SPxLP | |
nNzos() const | SPxLP | |
NO_PRICER enum value | SPxSolver | |
NO_PROBLEM enum value | SPxSolver | |
NO_RATIOTESTER enum value | SPxSolver | |
NO_SOLVER enum value | SPxSolver | |
nonbasicValue() const | SPxSolver | protected |
nonzeroFactor | SPxBasis | protected |
NOT_INIT enum value | SPxSolver | |
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 |
numCycle() const | SPxSolver | |
nzCount | SPxBasis | protected |
obj(int i) const | SPxLP | |
obj(const SPxColId &id) const | SPxLP | |
objLimit | SPxSolver | private |
objValue() const | SPxSolver | virtual |
ON_LOWER enum value | SPxSolver | |
ON_UPPER enum value | SPxSolver | |
operator=(const SPxSolver &base) | SPxSolver | |
soplex::SPxLP::operator=(const SPxLP &old) | SPxLP | |
soplex::LPRowSet::operator=(const LPRowSet &rs) | LPRowSet | |
soplex::SVSet::operator=(const SVSet &rhs) | SVSet | |
soplex::DataArray::operator=(const DataArray &rhs) | DataArray< T > | |
soplex::LPColSet::operator=(const LPColSet &rs) | LPColSet | |
soplex::SVSet::operator=(const SVSet &rhs) | SVSet | |
soplex::DataArray::operator=(const DataArray &rhs) | DataArray< T > | |
soplex::SPxBasis::operator=(const SPxBasis &rhs) | SPxBasis | 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 |
OPTIMAL enum value | SPxSolver | |
opttol() const | SPxSolver | |
PARTIAL enum value | SPxSolver | |
perturbMax(const UpdateVector &vec, Vector &low, Vector &up, Real eps, Real delta, int start=0, int incr=1) | SPxSolver | private |
perturbMax(const UpdateVector &uvec, Vector &low, Vector &up, Real eps, Real delta, const SPxBasis::Desc::Status *stat, int start, int incr) const | SPxSolver | private |
perturbMaxEnter(void) | SPxSolver | protectedvirtual |
perturbMaxLeave(void) | SPxSolver | protectedvirtual |
perturbMin(const UpdateVector &vec, Vector &low, Vector &up, Real eps, Real delta, int start=0, int incr=1) | SPxSolver | private |
perturbMin(const UpdateVector &uvec, Vector &low, Vector &up, Real eps, Real delta, const SPxBasis::Desc::Status *stat, int start, int incr) const | SPxSolver | private |
perturbMinEnter(void) | SPxSolver | protectedvirtual |
perturbMinLeave(void) | SPxSolver | protectedvirtual |
precisionReached(Real &newpricertol) const | SPxSolver | protectedvirtual |
pricer() const | SPxSolver | |
Pricing enum name | SPxSolver | |
pricing() const | SPxSolver | |
PRIMAL enum value | SPxBasis | protected |
primalRay | SPxSolver | protected |
primRhs | SPxSolver | protected |
primVec | SPxSolver | protected |
printMatrix() const | SPxBasis | protectedvirtual |
printMatrixMTX(int number) | SPxBasis | protected |
pVec() const | SPxSolver | |
qualBoundViolation(Real &maxviol, Real &sumviol) const | SPxSolver | virtual |
qualConstraintViolation(Real &maxviol, Real &sumviol) const | SPxSolver | virtual |
qualRedCostViolation(Real &maxviol, Real &sumviol) const | SPxSolver | virtual |
qualSlackViolation(Real &maxviol, Real &sumviol) const | SPxSolver | virtual |
ratiotester() const | SPxSolver | |
read(std::istream &in, NameSet *rowNames=0, NameSet *colNames=0, DIdxSet *intVars=0) | SPxSolver | virtual |
readBasis(std::istream &in, const NameSet *rowNames, const NameSet *colNames) | SPxBasis | protectedvirtual |
readBasisFile(const char *filename, const NameSet *rowNames, const NameSet *colNames) | SPxSolver | 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 |
reDim() | SPxSolver | protectedvirtual |
refine(Real irfeastol, Real iropttol, Vector_exact &primal_ex, Vector_exact &slack_ex, Vector_exact &dual_ex, Vector_exact &redcost_ex, int maxitersround) | SPxSolver | private |
REGULAR enum value | SPxSolver | |
reinitializeVecs() | SPxSolver | protectedvirtual |
rejectEnter(SPxId enterId, Real enterTest, SPxBasis::Desc::Status enterStat) | SPxSolver | protectedvirtual |
rejectLeave(int leaveNum, SPxId leaveId, SPxBasis::Desc::Status leaveStat, const SVector *newVec=0) | SPxSolver | protectedvirtual |
reLoad() | SPxSolver | virtual |
remainingRoundsEnter | SPxSolver | |
remainingRoundsEnterCo | SPxSolver | |
remainingRoundsLeave | SPxSolver | |
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 |
removedCol(int i) | SPxBasis | protected |
removedCols(const int perm[]) | SPxBasis | protected |
removedRow(int i) | SPxBasis | protected |
removedRows(const int perm[]) | SPxBasis | protected |
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 |
rep() const | SPxSolver | |
Representation enum name | SPxSolver | |
resetCumulativeTime() | SPxSolver | |
soplex::reSize(int newsize) | DataArray< T > | protected |
soplex::LPColSet::reSize(int newsize) | DataArray< T > | protected |
restoreInitialBasis() | SPxBasis | 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 | |
ROW enum value | SPxSolver | |
rowId(int i) const | SPxSolver | |
rows() const | SPxSolver | |
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 |
soplex::LPRowSet::rowVector_w(const DataKey &k) | LPRowSet | protected |
RUNNING enum value | SPxSolver | |
sense() const | SPxSolver | |
setBasis(const VarStatus rows[], const VarStatus cols[]) | SPxSolver | |
setBasisStatus(SPxBasis::SPxStatus stat) | SPxSolver | |
setDelta(Real d) | SPxSolver | |
setDual(Vector &p_vector) | SPxSolver | private |
setDualColBounds() | SPxSolver | protected |
setDualRowBounds() | SPxSolver | protected |
setEnterBound4Col(int, int) | SPxSolver | protected |
setEnterBound4Row(int, int) | SPxSolver | protected |
setEnterBounds() | SPxSolver | protectedvirtual |
setFeastol(Real d) | SPxSolver | |
setIrthreshold(Real d) | SPxSolver | |
setLeaveBound4Col(int i, int n) | SPxSolver | protected |
setLeaveBound4Row(int i, int n) | SPxSolver | protected |
setLeaveBounds() | SPxSolver | protectedvirtual |
setMaxRefinements(int p_maxrefinements) | SPxSolver | virtual |
setMaxUpdates(int maxUp) | SPxBasis | protected |
setOpttol(Real d) | SPxSolver | |
setPricer(SPxPricer *pricer, const bool destroy=false) | SPxSolver | virtual |
setPricing(Pricing pr) | SPxSolver | |
setPrimal(Vector &p_vector) | SPxSolver | private |
setPrimalBounds() | SPxSolver | protected |
setRedCost(Vector &p_vector) | SPxSolver | private |
setRep(Representation p_rep) | SPxSolver | |
soplex::SPxBasis::setRep() | SPxBasis | protected |
setSlacks(Vector &p_vector) | SPxSolver | private |
setSolver(SLinSolver *slu, const bool destroy=false) | SPxSolver | virtual |
setStarter(SPxStarter *starter, const bool destroy=false) | SPxSolver | virtual |
setStatus(SPxStatus stat) | SPxBasis | protected |
setTerminationIter(int iteration=-1) | SPxSolver | virtual |
setTerminationTime(Real time=infinity) | SPxSolver | virtual |
setTerminationValue(Real value=infinity) | SPxSolver | virtual |
setTester(SPxRatioTester *tester, const bool destroy=false) | SPxSolver | virtual |
setType(Type tp) | SPxSolver | |
soplex::SPxLP::setType(int i, LPRow::Type type) | LPRowSet | |
setup4coSolve(Vector *p_y, SSVector *p_rhs) | SPxSolver | |
setup4solve(Vector *p_y, SSVector *p_rhs) | SPxSolver | |
setup4solve2(Vector *p_y2, SSVector *p_rhs2) | SPxSolver | |
setupPupdate(void) | SPxSolver | protectedvirtual |
shift() const | SPxSolver | virtual |
shiftFvec() | SPxSolver | |
shiftLBbound(int i, Real to) | SPxSolver | |
shiftLCbound(int i, Real to) | SPxSolver | |
shiftLPbound(int i, Real to) | SPxSolver | |
shiftPvec() | SPxSolver | |
shiftUBbound(int i, Real to) | SPxSolver | |
shiftUCbound(int i, Real to) | SPxSolver | |
shiftUPbound(int i, Real to) | SPxSolver | |
SINGULAR enum value | SPxSolver | |
soplex::size() const | DataArray< T > | protected |
soplex::LPColSet::size() const | DataArray< T > | protected |
slinSolver() const | SPxSolver | |
solve() | SPxSolver | virtual |
soplex::SPxBasis::solve(Vector &x, const Vector &rhs) | SPxBasis | protected |
soplex::SPxBasis::solve(SSVector &x, const SVector &rhs) | SPxBasis | protected |
solve4update(SSVector &x, const SVector &rhs) | SPxBasis | protected |
solve4update(SSVector &x, Vector &y, const SVector &rhsx, SSVector &rhsy) | SPxBasis | protected |
solve4update(SSVector &x, Vector &y, Vector &y2, const SVector &rhsx, SSVector &rhsy, SSVector &rhsy2) | SPxBasis | protected |
solver() const | SPxBasis | protected |
solveVector2 | SPxSolver | private |
solveVector2rhs | SPxSolver | private |
solveVector3 | SPxSolver | private |
solveVector3rhs | SPxSolver | private |
sparsePricingEnter | SPxSolver | |
sparsePricingEnterCo | SPxSolver | |
sparsePricingLeave | SPxSolver | |
sparsityThresholdEnter | SPxSolver | |
sparsityThresholdEnterCo | SPxSolver | |
sparsityThresholdLeave | SPxSolver | |
SPxBasis() | SPxBasis | protected |
soplex::SPxBasis::SPxBasis(const SPxBasis &old) | SPxBasis | protected |
SPxBoundFlippingRT class | SPxSolver | friend |
SPxFastRT class | SPxSolver | friend |
SPxLP() | SPxLP | |
SPxLP(const SPxLP &old) | SPxLP | |
spxSense() const | SPxLP | |
SPxSense enum name | SPxLP | |
SPxSolver(Type type=LEAVE, Representation rep=ROW) | SPxSolver | explicit |
SPxSolver(const SPxSolver &base) | SPxSolver | |
SPxStatus enum name | SPxBasis | protected |
stability() const | SPxBasis | protected |
starter() const | SPxSolver | |
statistics() const | SPxSolver | |
Status enum name | SPxSolver | |
status() const | SPxSolver | |
subversion() const | SPxSolver | |
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 |
terminate() | SPxSolver | virtual |
terminationIter() const | SPxSolver | virtual |
terminationTime() const | SPxSolver | virtual |
terminationValue() const | SPxSolver | virtual |
test() const | SPxSolver | |
test(int i, SPxBasis::Desc::Status stat) const | SPxSolver | private |
testBounds() const | SPxSolver | |
testVecs() | SPxSolver | |
theBaseId | SPxBasis | protected |
theCoLbound | SPxSolver | protected |
theCoPrhs | SPxSolver | protected |
theCoPvec | SPxSolver | protected |
theCoTest | SPxSolver | protected |
theCoUbound | SPxSolver | protected |
thecovectors | SPxSolver | protected |
theCPvec | SPxSolver | protected |
theCumulativeTime | SPxSolver | private |
theFrhs | SPxSolver | protected |
theFvec | SPxSolver | protected |
theLBbound | SPxSolver | protected |
theLbound | SPxSolver | protected |
theLCbound | SPxSolver | protected |
theLP | SPxBasis | protected |
theLRbound | SPxSolver | protected |
thepricer | SPxSolver | protected |
thePricing | SPxSolver | private |
thePvec | SPxSolver | protected |
theratiotester | SPxSolver | protected |
theRep | SPxSolver | private |
theRPvec | SPxSolver | protected |
theShift | SPxSolver | private |
thestarter | SPxSolver | protected |
theTest | SPxSolver | protected |
theTime | SPxSolver | private |
theType | SPxSolver | private |
theUBbound | SPxSolver | protected |
theUbound | SPxSolver | protected |
theUCbound | SPxSolver | protected |
theURbound | SPxSolver | protected |
thevectors | SPxSolver | protected |
time() const | SPxSolver | |
totalboundflips | SPxSolver | protected |
totalUpdateCount | SPxBasis | protected |
totalUpdateTime | SPxBasis | protected |
Type enum name | SPxSolver | |
type() const | SPxSolver | |
soplex::SPxLP::type(int i) const | LPRowSet | |
soplex::SPxLP::type(const DataKey &k) const | LPRowSet | |
ubBound() const | SPxSolver | |
ubBound() | SPxSolver | |
ucBound() const | SPxSolver | |
ucBound() | SPxSolver | |
UNBOUNDED enum value | SPxSolver | |
UNDEFINED enum value | SPxSolver | |
ungetEnterVal(SPxId enterId, SPxBasis::Desc::Status enterStat, Real leaveVal, const SVector &vec) | SPxSolver | protectedvirtual |
unInit() | SPxSolver | protectedvirtual |
unitVecs | SPxSolver | protected |
unitVector(int i) const | SPxSolver | |
UNKNOWN enum value | SPxSolver | |
unLoad() | SPxBasis | protectedvirtual |
unShift(void) | SPxSolver | virtual |
upBound() const | SPxSolver | |
upBound() | SPxSolver | |
updateCoTest() | SPxSolver | private |
updateCount | SPxBasis | protected |
updateFtest() | SPxSolver | private |
updateTest() | SPxSolver | private |
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() const | SPxSolver | virtual |
soplex::SPxLP::value(int i) const | LPRowSet | |
soplex::SPxLP::value(const DataKey &k) const | LPRowSet | |
VarStatus enum name | SPxSolver | |
varStatus(int i) const | SPxSolver | |
varStatusToBasisStatusCol(int col, VarStatus stat) const | SPxSolver | protected |
varStatusToBasisStatusRow(int row, VarStatus stat) const | SPxSolver | protected |
vector(int i) const | SPxSolver | |
vector(const SPxRowId &rid) const | SPxSolver | |
vector(const SPxColId &cid) const | SPxSolver | |
vector(const SPxId &p_id) const | SPxSolver | |
version() const | SPxSolver | |
writeBasis(std::ostream &os, const NameSet *rownames, const NameSet *colnames) const | SPxBasis | protectedvirtual |
writeBasisFile(const char *filename, const NameSet *rowNames, const NameSet *colNames) const | SPxSolver | virtual |
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 |
writeState(const char *filename, const NameSet *rowNames=NULL, const NameSet *colNames=NULL) const | SPxSolver | 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 |
ZERO enum value | SPxSolver | |
soplex::~DataArray() | DataArray< T > | protected |
soplex::LPColSet::~DataArray() | DataArray< T > | protected |
~LPColSet() | LPColSet | protected |
~LPRowSet() | LPRowSet | protected |
~SPxBasis() | SPxBasis | protectedvirtual |
~SPxLP() | SPxLP | virtual |
~SPxSolver() | SPxSolver | virtual |
soplex::~SVSet() | SVSet | protected |
soplex::LPColSet::~SVSet() | SVSet | protected |