OsiCpxSolverInterface Member List

This is the complete list of members for OsiCpxSolverInterface, including all inherited members.

addCol(const CoinPackedVectorBase &vec, const double collb, const double colub, const double obj)OsiCpxSolverInterface [virtual]
addCols(const int numcols, const CoinPackedVectorBase *const *cols, const double *collb, const double *colub, const double *obj)OsiCpxSolverInterface [virtual]
addRow(const CoinPackedVectorBase &vec, const double rowlb, const double rowub)OsiCpxSolverInterface [virtual]
addRow(const CoinPackedVectorBase &vec, const char rowsen, const double rowrhs, const double rowrng)OsiCpxSolverInterface [virtual]
addRows(const int numrows, const CoinPackedVectorBase *const *rows, const double *rowlb, const double *rowub)OsiCpxSolverInterface [virtual]
addRows(const int numrows, const CoinPackedVectorBase *const *rows, const char *rowsen, const double *rowrhs, const double *rowrng)OsiCpxSolverInterface [virtual]
applyColCut(const OsiColCut &cc)OsiCpxSolverInterface [protected, virtual]
applyRowCut(const OsiRowCut &rc)OsiCpxSolverInterface [protected, virtual]
assignProblem(CoinPackedMatrix *&matrix, double *&collb, double *&colub, double *&obj, double *&rowlb, double *&rowub)OsiCpxSolverInterface [virtual]
assignProblem(CoinPackedMatrix *&matrix, double *&collb, double *&colub, double *&obj, char *&rowsen, double *&rowrhs, double *&rowrng)OsiCpxSolverInterface [virtual]
basisIsAvailable() const OsiCpxSolverInterface [virtual]
branchAndBound()OsiCpxSolverInterface [virtual]
canDoSimplexInterface() const OsiCpxSolverInterface [virtual]
clone(bool copyData=true) const OsiCpxSolverInterface [virtual]
collower_OsiCpxSolverInterface [mutable, private]
colsol_OsiCpxSolverInterface [mutable, private]
coltype_OsiCpxSolverInterface [private]
coltypesize_OsiCpxSolverInterface [private]
colupper_OsiCpxSolverInterface [mutable, private]
deleteCols(const int num, const int *colIndices)OsiCpxSolverInterface [virtual]
deleteRows(const int num, const int *rowIndices)OsiCpxSolverInterface [virtual]
disableFactorization() const OsiCpxSolverInterface [inline, virtual]
disableSimplexInterface()OsiCpxSolverInterface [inline, virtual]
domipstartOsiCpxSolverInterface [private]
enableFactorization() const OsiCpxSolverInterface [inline, virtual]
enableSimplexInterface(int doingPrimal)OsiCpxSolverInterface [inline, virtual]
env_OsiCpxSolverInterface [mutable, private]
freeAllMemory()OsiCpxSolverInterface [private]
FREECACHED_COLUMN enum valueOsiCpxSolverInterface
FREECACHED_MATRIX enum valueOsiCpxSolverInterface
FREECACHED_RESULTS enum valueOsiCpxSolverInterface
FREECACHED_ROW enum valueOsiCpxSolverInterface
freeCachedColRim()OsiCpxSolverInterface [private]
freeCachedData(int keepCached=KEEPCACHED_NONE)OsiCpxSolverInterface [private]
freeCachedMatrix()OsiCpxSolverInterface [private]
freeCachedResults()OsiCpxSolverInterface [private]
freeCachedRowRim()OsiCpxSolverInterface [private]
freeColType()OsiCpxSolverInterface [private]
getBasics(int *index) const OsiCpxSolverInterface [virtual]
getBasisStatus(int *cstat, int *rstat) const OsiCpxSolverInterface [virtual]
getBInvACol(int col, double *vec) const OsiCpxSolverInterface [virtual]
getBInvARow(int row, double *z, double *slack=NULL) const OsiCpxSolverInterface [virtual]
getBInvCol(int col, double *vec) const OsiCpxSolverInterface [virtual]
getBInvRow(int row, double *z) const OsiCpxSolverInterface [virtual]
getColLower() const OsiCpxSolverInterface [virtual]
getColSolution() const OsiCpxSolverInterface [virtual]
getColUpper() const OsiCpxSolverInterface [virtual]
getCtype() const OsiCpxSolverInterface
getDblParam(OsiDblParam key, double &value) const OsiCpxSolverInterface
getDualRays(int maxNumRays, bool fullRay=false) const OsiCpxSolverInterface [virtual]
getEmptyWarmStart() const OsiCpxSolverInterface
getEnvironmentPtr()OsiCpxSolverInterface
getInfinity() const OsiCpxSolverInterface [virtual]
getIntParam(OsiIntParam key, int &value) const OsiCpxSolverInterface
getIterationCount() const OsiCpxSolverInterface [virtual]
getLpPtr(int keepCached=KEEPCACHED_NONE)OsiCpxSolverInterface
getMatrixByCol() const OsiCpxSolverInterface [virtual]
getMatrixByRow() const OsiCpxSolverInterface [virtual]
getMipStart() const OsiCpxSolverInterface [inline]
getMutableLpPtr() const OsiCpxSolverInterface [private]
getNumCols() const OsiCpxSolverInterface [virtual]
getNumElements() const OsiCpxSolverInterface [virtual]
getNumRows() const OsiCpxSolverInterface [virtual]
getObjCoefficients() const OsiCpxSolverInterface [virtual]
getObjSense() const OsiCpxSolverInterface [virtual]
getObjValue() const OsiCpxSolverInterface [virtual]
getPrimalRays(int maxNumRays) const OsiCpxSolverInterface [virtual]
getReducedCost() const OsiCpxSolverInterface [virtual]
getRightHandSide() const OsiCpxSolverInterface [virtual]
getRowActivity() const OsiCpxSolverInterface [virtual]
getRowLower() const OsiCpxSolverInterface [virtual]
getRowPrice() const OsiCpxSolverInterface [virtual]
getRowRange() const OsiCpxSolverInterface [virtual]
getRowSense() const OsiCpxSolverInterface [virtual]
getRowUpper() const OsiCpxSolverInterface [virtual]
getStrParam(OsiStrParam key, std::string &value) const OsiCpxSolverInterface
getWarmStart() const OsiCpxSolverInterface [virtual]
gutsOfConstructor()OsiCpxSolverInterface [private]
gutsOfCopy(const OsiCpxSolverInterface &source)OsiCpxSolverInterface [private]
gutsOfDestructor()OsiCpxSolverInterface [private]
hotStartCStat_OsiCpxSolverInterface [private]
hotStartCStatSize_OsiCpxSolverInterface [private]
hotStartMaxIteration_OsiCpxSolverInterface [private]
hotStartRStat_OsiCpxSolverInterface [private]
hotStartRStatSize_OsiCpxSolverInterface [private]
initialSolve()OsiCpxSolverInterface [virtual]
isAbandoned() const OsiCpxSolverInterface [virtual]
isContinuous(int colNumber) const OsiCpxSolverInterface [virtual]
isDualObjectiveLimitReached() const OsiCpxSolverInterface [virtual]
isIterationLimitReached() const OsiCpxSolverInterface [virtual]
isPrimalObjectiveLimitReached() const OsiCpxSolverInterface [virtual]
isProvenDualInfeasible() const OsiCpxSolverInterface [virtual]
isProvenOptimal() const OsiCpxSolverInterface [virtual]
isProvenPrimalInfeasible() const OsiCpxSolverInterface [virtual]
KEEPCACHED_ALL enum valueOsiCpxSolverInterface
KEEPCACHED_COLUMN enum valueOsiCpxSolverInterface
KEEPCACHED_MATRIX enum valueOsiCpxSolverInterface
KEEPCACHED_NONE enum valueOsiCpxSolverInterface
KEEPCACHED_PROBLEM enum valueOsiCpxSolverInterface
KEEPCACHED_RESULTS enum valueOsiCpxSolverInterface
KEEPCACHED_ROW enum valueOsiCpxSolverInterface
keepCachedFlag enum nameOsiCpxSolverInterface
loadProblem(const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const double *rowlb, const double *rowub)OsiCpxSolverInterface [virtual]
loadProblem(const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const char *rowsen, const double *rowrhs, const double *rowrng)OsiCpxSolverInterface [virtual]
loadProblem(const int numcols, const int numrows, const int *start, const int *index, const double *value, const double *collb, const double *colub, const double *obj, const double *rowlb, const double *rowub)OsiCpxSolverInterface [virtual]
loadProblem(const int numcols, const int numrows, const int *start, const int *index, const double *value, const double *collb, const double *colub, const double *obj, const char *rowsen, const double *rowrhs, const double *rowrng)OsiCpxSolverInterface [virtual]
lp_OsiCpxSolverInterface [mutable, private]
markHotStart()OsiCpxSolverInterface [virtual]
matrixByCol_OsiCpxSolverInterface [mutable, private]
matrixByRow_OsiCpxSolverInterface [mutable, private]
obj_OsiCpxSolverInterface [mutable, private]
operator=(const OsiCpxSolverInterface &rhs)OsiCpxSolverInterface
OsiCpxSolverInterface()OsiCpxSolverInterface
OsiCpxSolverInterface(const OsiCpxSolverInterface &)OsiCpxSolverInterface
OsiCpxSolverInterfaceUnitTest(const std::string &mpsDir, const std::string &netlibDir)OsiCpxSolverInterface [friend]
passInMessageHandler(CoinMessageHandler *handler)OsiCpxSolverInterface
printBounds()OsiCpxSolverInterface [private]
probtypemip_OsiCpxSolverInterface [mutable, private]
readMps(const char *filename, const char *extension="mps")OsiCpxSolverInterface [virtual]
redcost_OsiCpxSolverInterface [mutable, private]
reset()OsiCpxSolverInterface [virtual]
resizeColType(int minsize)OsiCpxSolverInterface [private]
resolve()OsiCpxSolverInterface [virtual]
rhs_OsiCpxSolverInterface [mutable, private]
rowact_OsiCpxSolverInterface [mutable, private]
rowlower_OsiCpxSolverInterface [mutable, private]
rowrange_OsiCpxSolverInterface [mutable, private]
rowsense_OsiCpxSolverInterface [mutable, private]
rowsol_OsiCpxSolverInterface [mutable, private]
rowupper_OsiCpxSolverInterface [mutable, private]
setColBounds(int elementIndex, double lower, double upper)OsiCpxSolverInterface [virtual]
setColLower(int elementIndex, double elementValue)OsiCpxSolverInterface [virtual]
setColSetBounds(const int *indexFirst, const int *indexLast, const double *boundList)OsiCpxSolverInterface [virtual]
setColSolution(const double *colsol)OsiCpxSolverInterface [virtual]
setColUpper(int elementIndex, double elementValue)OsiCpxSolverInterface [virtual]
setContinuous(int index)OsiCpxSolverInterface [virtual]
setContinuous(const int *indices, int len)OsiCpxSolverInterface [virtual]
setDblParam(OsiDblParam key, double value)OsiCpxSolverInterface
setInteger(int index)OsiCpxSolverInterface [virtual]
setInteger(const int *indices, int len)OsiCpxSolverInterface [virtual]
setIntParam(OsiIntParam key, int value)OsiCpxSolverInterface
setMipStart(bool value)OsiCpxSolverInterface [inline]
setObjCoeff(int elementIndex, double elementValue)OsiCpxSolverInterface [virtual]
setObjCoeffSet(const int *indexFirst, const int *indexLast, const double *coeffList)OsiCpxSolverInterface [virtual]
setObjSense(double s)OsiCpxSolverInterface [virtual]
setRowBounds(int elementIndex, double lower, double upper)OsiCpxSolverInterface [virtual]
setRowLower(int elementIndex, double elementValue)OsiCpxSolverInterface [virtual]
setRowPrice(const double *rowprice)OsiCpxSolverInterface [virtual]
setRowSetBounds(const int *indexFirst, const int *indexLast, const double *boundList)OsiCpxSolverInterface [virtual]
setRowSetTypes(const int *indexFirst, const int *indexLast, const char *senseList, const double *rhsList, const double *rangeList)OsiCpxSolverInterface [virtual]
setRowType(int index, char sense, double rightHandSide, double range)OsiCpxSolverInterface [virtual]
setRowUpper(int elementIndex, double elementValue)OsiCpxSolverInterface [virtual]
setStrParam(OsiStrParam key, const std::string &value)OsiCpxSolverInterface
setWarmStart(const CoinWarmStart *warmstart)OsiCpxSolverInterface [virtual]
solveFromHotStart()OsiCpxSolverInterface [virtual]
switchToLP()OsiCpxSolverInterface
switchToMIP()OsiCpxSolverInterface
unmarkHotStart()OsiCpxSolverInterface [virtual]
writeMps(const char *filename, const char *extension="mps", double objSense=0.0) const OsiCpxSolverInterface [virtual]
~OsiCpxSolverInterface()OsiCpxSolverInterface [virtual]


Generated on Mon Jul 25 03:05:15 2011 for DyLP by  doxygen 1.4.7