OsiGrbSolverInterface Member List

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

addCol(const CoinPackedVectorBase &vec, const double collb, const double colub, const double obj)OsiGrbSolverInterface [virtual]
addCols(const int numcols, const CoinPackedVectorBase *const *cols, const double *collb, const double *colub, const double *obj)OsiGrbSolverInterface [virtual]
addRow(const CoinPackedVectorBase &vec, const double rowlb, const double rowub)OsiGrbSolverInterface [virtual]
addRow(const CoinPackedVectorBase &vec, const char rowsen, const double rowrhs, const double rowrng)OsiGrbSolverInterface [virtual]
addRows(const int numrows, const CoinPackedVectorBase *const *rows, const double *rowlb, const double *rowub)OsiGrbSolverInterface [virtual]
addRows(const int numrows, const CoinPackedVectorBase *const *rows, const char *rowsen, const double *rowrhs, const double *rowrng)OsiGrbSolverInterface [virtual]
applyColCut(const OsiColCut &cc)OsiGrbSolverInterface [protected, virtual]
applyRowCut(const OsiRowCut &rc)OsiGrbSolverInterface [protected, virtual]
assignProblem(CoinPackedMatrix *&matrix, double *&collb, double *&colub, double *&obj, double *&rowlb, double *&rowub)OsiGrbSolverInterface [virtual]
assignProblem(CoinPackedMatrix *&matrix, double *&collb, double *&colub, double *&obj, char *&rowsen, double *&rowrhs, double *&rowrng)OsiGrbSolverInterface [virtual]
auxcolindOsiGrbSolverInterface [private]
auxcolindspaceOsiGrbSolverInterface [private]
auxcolspaceOsiGrbSolverInterface [private]
basisIsAvailable() const OsiGrbSolverInterface [virtual]
branchAndBound()OsiGrbSolverInterface [virtual]
canDoSimplexInterface() const OsiGrbSolverInterface [virtual]
clone(bool copyData=true) const OsiGrbSolverInterface [virtual]
collower_OsiGrbSolverInterface [mutable, private]
colmap_G2OOsiGrbSolverInterface [private]
colmap_O2GOsiGrbSolverInterface [private]
colsol_OsiGrbSolverInterface [mutable, private]
colspace_OsiGrbSolverInterface [private]
coltype_OsiGrbSolverInterface [private]
colupper_OsiGrbSolverInterface [mutable, private]
convertToNormalRow(int rowidx, char sense, double rhs)OsiGrbSolverInterface [private]
convertToRangedRow(int rowidx, double rhs, double range)OsiGrbSolverInterface [private]
decrementInstanceCounter()OsiGrbSolverInterface [static]
deleteCols(const int num, const int *colIndices)OsiGrbSolverInterface [virtual]
deleteRows(const int num, const int *rowIndices)OsiGrbSolverInterface [virtual]
disableFactorization() const OsiGrbSolverInterface [inline, virtual]
disableSimplexInterface()OsiGrbSolverInterface [inline, virtual]
domipstartOsiGrbSolverInterface [private]
enableFactorization() const OsiGrbSolverInterface [inline, virtual]
enableSimplexInterface(int doingPrimal)OsiGrbSolverInterface [inline, virtual]
freeAllMemory()OsiGrbSolverInterface [private]
FREECACHED_COLUMN enum valueOsiGrbSolverInterface
FREECACHED_MATRIX enum valueOsiGrbSolverInterface
FREECACHED_RESULTS enum valueOsiGrbSolverInterface
FREECACHED_ROW enum valueOsiGrbSolverInterface
freeCachedColRim()OsiGrbSolverInterface [private]
freeCachedData(int keepCached=KEEPCACHED_NONE)OsiGrbSolverInterface [private]
freeCachedMatrix()OsiGrbSolverInterface [private]
freeCachedResults()OsiGrbSolverInterface [private]
freeCachedRowRim()OsiGrbSolverInterface [private]
freeColSpace()OsiGrbSolverInterface [private]
getBasisStatus(int *cstat, int *rstat) const OsiGrbSolverInterface [virtual]
getColLower() const OsiGrbSolverInterface [virtual]
getColSolution() const OsiGrbSolverInterface [virtual]
getColUpper() const OsiGrbSolverInterface [virtual]
getCtype() const OsiGrbSolverInterface
getDblParam(OsiDblParam key, double &value) const OsiGrbSolverInterface
getDualRays(int maxNumRays, bool fullRay=false) const OsiGrbSolverInterface [virtual]
getEmptyWarmStart() const OsiGrbSolverInterface
getEnvironmentPtr() const OsiGrbSolverInterface
getHintParam(OsiHintParam key, bool &yesNo, OsiHintStrength &strength, void *&otherInformation) const OsiGrbSolverInterface
getHintParam(OsiHintParam key, bool &yesNo, OsiHintStrength &strength) const OsiGrbSolverInterface
getHintParam(OsiHintParam key, bool &yesNo) const OsiGrbSolverInterface
getInfinity() const OsiGrbSolverInterface [virtual]
getIntParam(OsiIntParam key, int &value) const OsiGrbSolverInterface
getIterationCount() const OsiGrbSolverInterface [virtual]
getLpPtr(int keepCached=KEEPCACHED_NONE)OsiGrbSolverInterface
getMatrixByCol() const OsiGrbSolverInterface [virtual]
getMatrixByRow() const OsiGrbSolverInterface [virtual]
getMipStart() const OsiGrbSolverInterface [inline]
getMutableLpPtr() const OsiGrbSolverInterface [private]
getNumCols() const OsiGrbSolverInterface [virtual]
getNumElements() const OsiGrbSolverInterface [virtual]
getNumInstances()OsiGrbSolverInterface [static]
getNumRows() const OsiGrbSolverInterface [virtual]
getObjCoefficients() const OsiGrbSolverInterface [virtual]
getObjSense() const OsiGrbSolverInterface [virtual]
getObjValue() const OsiGrbSolverInterface [virtual]
getPrimalRays(int maxNumRays) const OsiGrbSolverInterface [virtual]
getReducedCost() const OsiGrbSolverInterface [virtual]
getRightHandSide() const OsiGrbSolverInterface [virtual]
getRowActivity() const OsiGrbSolverInterface [virtual]
getRowLower() const OsiGrbSolverInterface [virtual]
getRowPrice() const OsiGrbSolverInterface [virtual]
getRowRange() const OsiGrbSolverInterface [virtual]
getRowSense() const OsiGrbSolverInterface [virtual]
getRowUpper() const OsiGrbSolverInterface [virtual]
getStrParam(OsiStrParam key, std::string &value) const OsiGrbSolverInterface
getWarmStart() const OsiGrbSolverInterface [virtual]
globalenv_OsiGrbSolverInterface [private, static]
globalenv_is_oursOsiGrbSolverInterface [private, static]
gutsOfConstructor()OsiGrbSolverInterface [private]
gutsOfCopy(const OsiGrbSolverInterface &source)OsiGrbSolverInterface [private]
gutsOfDestructor()OsiGrbSolverInterface [private]
hotStartCStat_OsiGrbSolverInterface [private]
hotStartCStatSize_OsiGrbSolverInterface [private]
hotStartMaxIteration_OsiGrbSolverInterface [private]
hotStartRStat_OsiGrbSolverInterface [private]
hotStartRStatSize_OsiGrbSolverInterface [private]
incrementInstanceCounter()OsiGrbSolverInterface [static]
initialSolve()OsiGrbSolverInterface [virtual]
isAbandoned() const OsiGrbSolverInterface [virtual]
isContinuous(int colNumber) const OsiGrbSolverInterface [virtual]
isDemoLicense() const OsiGrbSolverInterface
isDualObjectiveLimitReached() const OsiGrbSolverInterface [virtual]
isIterationLimitReached() const OsiGrbSolverInterface [virtual]
isPrimalObjectiveLimitReached() const OsiGrbSolverInterface [virtual]
isProvenDualInfeasible() const OsiGrbSolverInterface [virtual]
isProvenOptimal() const OsiGrbSolverInterface [virtual]
isProvenPrimalInfeasible() const OsiGrbSolverInterface [virtual]
KEEPCACHED_ALL enum valueOsiGrbSolverInterface
KEEPCACHED_COLUMN enum valueOsiGrbSolverInterface
KEEPCACHED_MATRIX enum valueOsiGrbSolverInterface
KEEPCACHED_NONE enum valueOsiGrbSolverInterface
KEEPCACHED_PROBLEM enum valueOsiGrbSolverInterface
KEEPCACHED_RESULTS enum valueOsiGrbSolverInterface
KEEPCACHED_ROW enum valueOsiGrbSolverInterface
keepCachedFlag enum nameOsiGrbSolverInterface
loadProblem(const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const double *rowlb, const double *rowub)OsiGrbSolverInterface [virtual]
loadProblem(const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const char *rowsen, const double *rowrhs, const double *rowrng)OsiGrbSolverInterface [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)OsiGrbSolverInterface [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)OsiGrbSolverInterface [virtual]
localenv_OsiGrbSolverInterface [mutable, private]
lp_OsiGrbSolverInterface [mutable, private]
markHotStart()OsiGrbSolverInterface [virtual]
matrixByCol_OsiGrbSolverInterface [mutable, private]
matrixByRow_OsiGrbSolverInterface [mutable, private]
nameDisc_OsiGrbSolverInterface [private]
nauxcolsOsiGrbSolverInterface [private]
numInstances_OsiGrbSolverInterface [private, static]
obj_OsiGrbSolverInterface [mutable, private]
operator=(const OsiGrbSolverInterface &rhs)OsiGrbSolverInterface
OsiGrbSolverInterface(bool use_local_env=false)OsiGrbSolverInterface
OsiGrbSolverInterface(GRBenv *localgrbenv)OsiGrbSolverInterface
OsiGrbSolverInterface(const OsiGrbSolverInterface &)OsiGrbSolverInterface
OsiGrbSolverInterfaceUnitTest(const std::string &mpsDir, const std::string &netlibDir)OsiGrbSolverInterface [friend]
probtypemip_OsiGrbSolverInterface [mutable, private]
readMps(const char *filename, const char *extension="mps")OsiGrbSolverInterface [virtual]
redcost_OsiGrbSolverInterface [mutable, private]
reset()OsiGrbSolverInterface [virtual]
resizeAuxColIndSpace()OsiGrbSolverInterface [private]
resizeAuxColSpace(int minsize)OsiGrbSolverInterface [private]
resizeColSpace(int minsize)OsiGrbSolverInterface [private]
resolve()OsiGrbSolverInterface [virtual]
rhs_OsiGrbSolverInterface [mutable, private]
rowact_OsiGrbSolverInterface [mutable, private]
rowlower_OsiGrbSolverInterface [mutable, private]
rowrange_OsiGrbSolverInterface [mutable, private]
rowsense_OsiGrbSolverInterface [mutable, private]
rowsol_OsiGrbSolverInterface [mutable, private]
rowupper_OsiGrbSolverInterface [mutable, private]
setColBounds(int elementIndex, double lower, double upper)OsiGrbSolverInterface [virtual]
setColLower(int elementIndex, double elementValue)OsiGrbSolverInterface [virtual]
setColName(int ndx, std::string name)OsiGrbSolverInterface [virtual]
setColSetBounds(const int *indexFirst, const int *indexLast, const double *boundList)OsiGrbSolverInterface [virtual]
setColSolution(const double *colsol)OsiGrbSolverInterface [virtual]
setColUpper(int elementIndex, double elementValue)OsiGrbSolverInterface [virtual]
setContinuous(int index)OsiGrbSolverInterface [virtual]
setContinuous(const int *indices, int len)OsiGrbSolverInterface [virtual]
setDblParam(OsiDblParam key, double value)OsiGrbSolverInterface
setEnvironment(GRBenv *globalenv)OsiGrbSolverInterface [static]
setHintParam(OsiHintParam key, bool yesNo=true, OsiHintStrength strength=OsiHintTry, void *=NULL)OsiGrbSolverInterface
setInteger(int index)OsiGrbSolverInterface [virtual]
setInteger(const int *indices, int len)OsiGrbSolverInterface [virtual]
setIntParam(OsiIntParam key, int value)OsiGrbSolverInterface
setMipStart(bool value)OsiGrbSolverInterface [inline]
setObjCoeff(int elementIndex, double elementValue)OsiGrbSolverInterface [virtual]
setObjCoeffSet(const int *indexFirst, const int *indexLast, const double *coeffList)OsiGrbSolverInterface [virtual]
setObjSense(double s)OsiGrbSolverInterface [virtual]
setRowBounds(int elementIndex, double lower, double upper)OsiGrbSolverInterface [virtual]
setRowLower(int elementIndex, double elementValue)OsiGrbSolverInterface [virtual]
setRowName(int ndx, std::string name)OsiGrbSolverInterface [virtual]
setRowPrice(const double *rowprice)OsiGrbSolverInterface [virtual]
setRowSetBounds(const int *indexFirst, const int *indexLast, const double *boundList)OsiGrbSolverInterface [virtual]
setRowSetTypes(const int *indexFirst, const int *indexLast, const char *senseList, const double *rhsList, const double *rangeList)OsiGrbSolverInterface [virtual]
setRowType(int index, char sense, double rightHandSide, double range)OsiGrbSolverInterface [virtual]
setRowUpper(int elementIndex, double elementValue)OsiGrbSolverInterface [virtual]
setStrParam(OsiStrParam key, const std::string &value)OsiGrbSolverInterface
setWarmStart(const CoinWarmStart *warmstart)OsiGrbSolverInterface [virtual]
solveFromHotStart()OsiGrbSolverInterface [virtual]
switchToLP()OsiGrbSolverInterface
switchToMIP()OsiGrbSolverInterface
unmarkHotStart()OsiGrbSolverInterface [virtual]
writeMps(const char *filename, const char *extension="mps", double objSense=0.0) const OsiGrbSolverInterface [virtual]
~OsiGrbSolverInterface()OsiGrbSolverInterface [virtual]


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