OsiXprSolverInterface Member List

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

activateMe() const OsiXprSolverInterface [private]
addCol(const CoinPackedVectorBase &vec, const double collb, const double colub, const double obj)OsiXprSolverInterface [virtual]
addCols(const int numcols, const CoinPackedVectorBase *const *cols, const double *collb, const double *colub, const double *obj)OsiXprSolverInterface [virtual]
addRow(const CoinPackedVectorBase &vec, const double rowlb, const double rowub)OsiXprSolverInterface [virtual]
addRow(const CoinPackedVectorBase &vec, const char rowsen, const double rowrhs, const double rowrng)OsiXprSolverInterface [virtual]
addRows(const int numrows, const CoinPackedVectorBase *const *rows, const double *rowlb, const double *rowub)OsiXprSolverInterface [virtual]
addRows(const int numrows, const CoinPackedVectorBase *const *rows, const char *rowsen, const double *rowrhs, const double *rowrng)OsiXprSolverInterface [virtual]
applyColCut(const OsiColCut &cc)OsiXprSolverInterface [protected, virtual]
applyRowCut(const OsiRowCut &rc)OsiXprSolverInterface [protected, virtual]
assignProblem(CoinPackedMatrix *&matrix, double *&collb, double *&colub, double *&obj, double *&rowlb, double *&rowub)OsiXprSolverInterface [virtual]
assignProblem(CoinPackedMatrix *&matrix, double *&collb, double *&colub, double *&obj, char *&rowsen, double *&rowrhs, double *&rowrng)OsiXprSolverInterface [virtual]
branchAndBound()OsiXprSolverInterface [virtual]
clone(bool copyData=true) const OsiXprSolverInterface [virtual]
collower_OsiXprSolverInterface [mutable, private]
colprice_OsiXprSolverInterface [mutable, private]
colsol_OsiXprSolverInterface [mutable, private]
colupper_OsiXprSolverInterface [mutable, private]
decrementInstanceCounter()OsiXprSolverInterface [static]
deleteCols(const int num, const int *colIndices)OsiXprSolverInterface [virtual]
deleteRows(const int num, const int *rowIndices)OsiXprSolverInterface [virtual]
domipstartOsiXprSolverInterface [private]
freeCachedResults()OsiXprSolverInterface [private]
freeSolution()OsiXprSolverInterface [private]
getColLower() const OsiXprSolverInterface [virtual]
getColSolution() const OsiXprSolverInterface [virtual]
getColUpper() const OsiXprSolverInterface [virtual]
getDblParam(OsiDblParam key, double &value) const OsiXprSolverInterface
getDualRays(int maxNumRays, bool fullRay=false) const OsiXprSolverInterface [virtual]
getEmptyWarmStart() const OsiXprSolverInterface
getInfinity() const OsiXprSolverInterface [virtual]
getIntParam(OsiIntParam key, int &value) const OsiXprSolverInterface
getIterationCount() const OsiXprSolverInterface [virtual]
getLogFilePtr()OsiXprSolverInterface [static]
getLpPtr()OsiXprSolverInterface [inline]
getMatrixByCol() const OsiXprSolverInterface [virtual]
getMatrixByRow() const OsiXprSolverInterface [virtual]
getMipStart() const OsiXprSolverInterface [inline]
getNumCols() const OsiXprSolverInterface [virtual]
getNumElements() const OsiXprSolverInterface [virtual]
getNumInstances()OsiXprSolverInterface [static]
getNumIntVars() const OsiXprSolverInterface [private]
getNumRows() const OsiXprSolverInterface [virtual]
getObjCoefficients() const OsiXprSolverInterface [virtual]
getObjSense() const OsiXprSolverInterface [virtual]
getObjValue() const OsiXprSolverInterface [virtual]
getPrimalRays(int maxNumRays) const OsiXprSolverInterface [virtual]
getReducedCost() const OsiXprSolverInterface [virtual]
getRightHandSide() const OsiXprSolverInterface [virtual]
getRowActivity() const OsiXprSolverInterface [virtual]
getRowLower() const OsiXprSolverInterface [virtual]
getRowPrice() const OsiXprSolverInterface [virtual]
getRowRange() const OsiXprSolverInterface [virtual]
getRowSense() const OsiXprSolverInterface [virtual]
getRowUpper() const OsiXprSolverInterface [virtual]
getStrParam(OsiStrParam key, std::string &value) const OsiXprSolverInterface
getVarTypes() const OsiXprSolverInterface [private]
getWarmStart() const OsiXprSolverInterface [virtual]
gutsOfConstructor()OsiXprSolverInterface [private]
gutsOfCopy(const OsiXprSolverInterface &source)OsiXprSolverInterface [private]
gutsOfDestructor()OsiXprSolverInterface [private]
incrementInstanceCounter()OsiXprSolverInterface [static]
initialSolve()OsiXprSolverInterface [virtual]
isAbandoned() const OsiXprSolverInterface [virtual]
isContinuous(int colIndex) const OsiXprSolverInterface [virtual]
isDataLoaded() const OsiXprSolverInterface [private]
isDualObjectiveLimitReached() const OsiXprSolverInterface [virtual]
isIterationLimitReached() const OsiXprSolverInterface [virtual]
isPrimalObjectiveLimitReached() const OsiXprSolverInterface [virtual]
isProvenDualInfeasible() const OsiXprSolverInterface [virtual]
isProvenOptimal() const OsiXprSolverInterface [virtual]
isProvenPrimalInfeasible() const OsiXprSolverInterface [virtual]
ivarind_OsiXprSolverInterface [mutable, private]
ivartype_OsiXprSolverInterface [mutable, private]
iXprCallCount_OsiXprSolverInterface [static]
lastsolvewasmipOsiXprSolverInterface [mutable, private]
loadProblem(const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const double *rowlb, const double *rowub)OsiXprSolverInterface [virtual]
loadProblem(const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const char *rowsen, const double *rowrhs, const double *rowrng)OsiXprSolverInterface [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)OsiXprSolverInterface [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)OsiXprSolverInterface [virtual]
logFileName_OsiXprSolverInterface [private, static]
logFilePtr_OsiXprSolverInterface [private, static]
markHotStart()OsiXprSolverInterface [virtual]
matrixByCol_OsiXprSolverInterface [mutable, private]
matrixByRow_OsiXprSolverInterface [mutable, private]
numInstances_OsiXprSolverInterface [private, static]
objcoeffs_OsiXprSolverInterface [mutable, private]
objsense_OsiXprSolverInterface [mutable, private]
operator=(const OsiXprSolverInterface &rhs)OsiXprSolverInterface
osiSerial_OsiXprSolverInterface [private, static]
OsiXprSolverInterface(int newrows=50, int newnz=100)OsiXprSolverInterface
OsiXprSolverInterface(const OsiXprSolverInterface &)OsiXprSolverInterface
OsiXprSolverInterfaceUnitTest(const std::string &mpsDir, const std::string &netlibDir)OsiXprSolverInterface [friend]
passInMessageHandler(CoinMessageHandler *handler)OsiXprSolverInterface
prob_OsiXprSolverInterface [mutable, private]
readMps(const char *filename, const char *extension="mps")OsiXprSolverInterface [virtual]
resolve()OsiXprSolverInterface [virtual]
rhs_OsiXprSolverInterface [mutable, private]
rowact_OsiXprSolverInterface [mutable, private]
rowlower_OsiXprSolverInterface [mutable, private]
rowprice_OsiXprSolverInterface [mutable, private]
rowrange_OsiXprSolverInterface [mutable, private]
rowsense_OsiXprSolverInterface [mutable, private]
rowsol_OsiXprSolverInterface [mutable, private]
rowupper_OsiXprSolverInterface [mutable, private]
setColBounds(int elementIndex, double lower, double upper)OsiXprSolverInterface [virtual]
setColLower(int elementIndex, double elementValue)OsiXprSolverInterface [virtual]
setColSetBounds(const int *indexFirst, const int *indexLast, const double *boundList)OsiXprSolverInterface [virtual]
setColSolution(const double *colsol)OsiXprSolverInterface [virtual]
setColUpper(int elementIndex, double elementValue)OsiXprSolverInterface [virtual]
setContinuous(int index)OsiXprSolverInterface [virtual]
setContinuous(const int *indices, int len)OsiXprSolverInterface [virtual]
setDblParam(OsiDblParam key, double value)OsiXprSolverInterface
setInteger(int index)OsiXprSolverInterface [virtual]
setInteger(const int *indices, int len)OsiXprSolverInterface [virtual]
setIntParam(OsiIntParam key, int value)OsiXprSolverInterface
setLogFileName(const char *filename)OsiXprSolverInterface [static]
setMipStart(bool value)OsiXprSolverInterface [inline]
setObjCoeff(int elementIndex, double elementValue)OsiXprSolverInterface [virtual]
setObjSense(double s)OsiXprSolverInterface [virtual]
setRowBounds(int elementIndex, double lower, double upper)OsiXprSolverInterface [virtual]
setRowLower(int elementIndex, double elementValue)OsiXprSolverInterface [virtual]
setRowPrice(const double *rowprice)OsiXprSolverInterface [virtual]
setRowSetBounds(const int *indexFirst, const int *indexLast, const double *boundList)OsiXprSolverInterface [virtual]
setRowSetTypes(const int *indexFirst, const int *indexLast, const char *senseList, const double *rhsList, const double *rangeList)OsiXprSolverInterface [virtual]
setRowType(int index, char sense, double rightHandSide, double range)OsiXprSolverInterface [virtual]
setRowUpper(int elementIndex, double elementValue)OsiXprSolverInterface [virtual]
setStrParam(OsiStrParam key, const std::string &value)OsiXprSolverInterface
setWarmStart(const CoinWarmStart *warmstart)OsiXprSolverInterface [virtual]
solveFromHotStart()OsiXprSolverInterface [virtual]
unmarkHotStart()OsiXprSolverInterface [virtual]
vartype_OsiXprSolverInterface [mutable, private]
version()OsiXprSolverInterface [static]
writeMps(const char *filename, const char *extension="mps", double objSense=0.0) const OsiXprSolverInterface [virtual]
xprProbname_OsiXprSolverInterface [mutable, private]
~OsiXprSolverInterface()OsiXprSolverInterface [virtual]


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