OsiMskSolverInterface Member List

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

activateRowCutDebugger(const char *modelName)OsiSolverInterface [virtual]
activateRowCutDebugger(const double *solution)OsiSolverInterface [virtual]
addCol(const CoinPackedVectorBase &vec, const double collb, const double colub, const double obj)OsiMskSolverInterface [virtual]
OsiSolverInterface::addCol(int numberElements, const int *rows, const double *elements, const double collb, const double colub, const double obj)OsiSolverInterface [virtual]
addCols(const int numcols, const CoinPackedVectorBase *const *cols, const double *collb, const double *colub, const double *obj)OsiMskSolverInterface [virtual]
OsiSolverInterface::addCols(const int numcols, const int *columnStarts, const int *rows, const double *elements, const double *collb, const double *colub, const double *obj)OsiSolverInterface [virtual]
OsiSolverInterface::addCols(const CoinBuild &buildObject)OsiSolverInterface
OsiSolverInterface::addCols(CoinModel &modelObject)OsiSolverInterface
addRow(const CoinPackedVectorBase &vec, const double rowlb, const double rowub)OsiMskSolverInterface [virtual]
addRow(const CoinPackedVectorBase &vec, const char rowsen, const double rowrhs, const double rowrng)OsiMskSolverInterface [virtual]
OsiSolverInterface::addRow(int numberElements, const int *columns, const double *element, const double rowlb, const double rowub)OsiSolverInterface [virtual]
addRows(const int numrows, const CoinPackedVectorBase *const *rows, const double *rowlb, const double *rowub)OsiMskSolverInterface [virtual]
addRows(const int numrows, const CoinPackedVectorBase *const *rows, const char *rowsen, const double *rowrhs, const double *rowrng)OsiMskSolverInterface [virtual]
OsiSolverInterface::addRows(const int numrows, const int *rowStarts, const int *columns, const double *element, const double *rowlb, const double *rowub)OsiSolverInterface [virtual]
OsiSolverInterface::addRows(const CoinBuild &buildObject)OsiSolverInterface
OsiSolverInterface::addRows(CoinModel &modelObject)OsiSolverInterface
applyColCut(const OsiColCut &cc)OsiMskSolverInterface [protected, virtual]
applyCuts(const OsiCuts &cs, double effectivenessLb=0.0)OsiSolverInterface [virtual]
applyRowCut(const OsiRowCut &rc)OsiMskSolverInterface [protected, virtual]
applyRowCuts(int numberCuts, const OsiRowCut *cuts)OsiSolverInterface [virtual]
applyRowCuts(int numberCuts, const OsiRowCut **cuts)OsiSolverInterface [virtual]
assignProblem(CoinPackedMatrix *&matrix, double *&collb, double *&colub, double *&obj, double *&rowlb, double *&rowub)OsiMskSolverInterface [virtual]
assignProblem(CoinPackedMatrix *&matrix, double *&collb, double *&colub, double *&obj, char *&rowsen, double *&rowrhs, double *&rowrng)OsiMskSolverInterface [virtual]
basisIsAvailable() const OsiSolverInterface [virtual]
branchAndBound()OsiMskSolverInterface [virtual]
canDoSimplexInterface() const OsiSolverInterface [virtual]
clone(bool copyData=true) const OsiMskSolverInterface [virtual]
collower_OsiMskSolverInterface [mutable, private]
colsol_OsiMskSolverInterface [mutable, private]
coltype_OsiMskSolverInterface [private]
coltypesize_OsiMskSolverInterface [private]
colupper_OsiMskSolverInterface [mutable, private]
convertBoundToSense(const double lower, const double upper, char &sense, double &right, double &range) const OsiSolverInterface [inline, protected]
convertSenseToBound(const char sense, const double right, const double range, double &lower, double &upper) const OsiSolverInterface [inline, protected]
copyParameters(OsiSolverInterface &rhs)OsiSolverInterface
decrementInstanceCounter()OsiMskSolverInterface [static]
defaultHandler_OsiSolverInterface [protected]
definedSolution(int solution) const OsiMskSolverInterface [private]
deleteCols(const int num, const int *colIndices)OsiMskSolverInterface [virtual]
deleteRows(const int num, const int *rowIndices)OsiMskSolverInterface [virtual]
disableFactorization() const OsiSolverInterface [virtual]
disableSimplexInterface()OsiSolverInterface [virtual]
dualPivotResult(int &colIn, int &sign, int colOut, int outStatus, double &t, CoinPackedVector *dx)OsiSolverInterface [virtual]
enableFactorization() const OsiSolverInterface [virtual]
enableSimplexInterface(bool doingPrimal)OsiSolverInterface [virtual]
env_OsiMskSolverInterface [private, static]
forceIntoRange(const T value, const T lower, const T upper) const OsiSolverInterface [inline, protected]
freeAllMemory()OsiMskSolverInterface [private]
FREECACHED_COLUMN enum valueOsiMskSolverInterface
FREECACHED_MATRIX enum valueOsiMskSolverInterface
FREECACHED_RESULTS enum valueOsiMskSolverInterface
FREECACHED_ROW enum valueOsiMskSolverInterface
freeCachedColRim()OsiMskSolverInterface [private]
freeCachedData(int keepCached=KEEPCACHED_NONE)OsiMskSolverInterface [private]
freeCachedMatrix()OsiMskSolverInterface [private]
freeCachedResults()OsiMskSolverInterface [private]
freeCachedRowRim()OsiMskSolverInterface [private]
freeColType()OsiMskSolverInterface [private]
getApplicationData() const OsiSolverInterface
getAuxiliaryInfo() const OsiSolverInterface
getBasics(int *index) const OsiSolverInterface [virtual]
getBasisStatus(int *cstat, int *rstat) const OsiSolverInterface [virtual]
getBInvACol(int col, double *vec) const OsiSolverInterface [virtual]
getBInvARow(int row, double *z, double *slack=NULL) const OsiSolverInterface [virtual]
getBInvCol(int col, double *vec) const OsiSolverInterface [virtual]
getBInvRow(int row, double *z) const OsiSolverInterface [virtual]
getColLower() const OsiMskSolverInterface [virtual]
getColSolution() const OsiMskSolverInterface [virtual]
getColUpper() const OsiMskSolverInterface [virtual]
getCtype() const OsiMskSolverInterface
getDblParam(OsiDblParam key, double &value) const OsiMskSolverInterface [virtual]
getDualRays(int maxNumRays) const OsiMskSolverInterface [virtual]
getEmptyWarmStart() const OsiMskSolverInterface [inline, virtual]
getEnvironmentPtr()OsiMskSolverInterface
getFractionalIndices(const double etol=1.e-05) const OsiSolverInterface [virtual]
getHintParam(OsiHintParam key, bool &yesNo, OsiHintStrength &strength, void *&otherInformation) const OsiSolverInterface [inline, virtual]
getHintParam(OsiHintParam key, bool &yesNo, OsiHintStrength &strength) const OsiSolverInterface [inline, virtual]
getHintParam(OsiHintParam key, bool &yesNo) const OsiSolverInterface [inline, virtual]
getInfinity() const OsiMskSolverInterface [virtual]
getIntParam(OsiIntParam key, int &value) const OsiMskSolverInterface [virtual]
getIterationCount() const OsiMskSolverInterface [virtual]
getLpPtr(int keepCached=KEEPCACHED_NONE)OsiMskSolverInterface
getMatrixByCol() const OsiMskSolverInterface [virtual]
getMatrixByRow() const OsiMskSolverInterface [virtual]
getMutableLpPtr() const OsiMskSolverInterface [private]
getNumCols() const OsiMskSolverInterface [virtual]
getNumElements() const OsiMskSolverInterface [virtual]
getNumInstances()OsiMskSolverInterface [static]
getNumIntegers() const OsiSolverInterface [virtual]
getNumRows() const OsiMskSolverInterface [virtual]
getObjCoefficients() const OsiMskSolverInterface [virtual]
getObjSense() const OsiMskSolverInterface [virtual]
getObjValue() const OsiMskSolverInterface [virtual]
getPrimalRays(int maxNumRays) const OsiMskSolverInterface [virtual]
getReducedCost() const OsiMskSolverInterface [virtual]
getReducedGradient(double *columnReducedCosts, double *duals, const double *c)OsiSolverInterface [virtual]
getRightHandSide() const OsiMskSolverInterface [virtual]
getRowActivity() const OsiMskSolverInterface [virtual]
getRowCutDebugger() const OsiSolverInterface
getRowCutDebuggerAlways() const OsiSolverInterface
getRowLower() const OsiMskSolverInterface [virtual]
getRowPrice() const OsiMskSolverInterface [virtual]
getRowRange() const OsiMskSolverInterface [virtual]
getRowSense() const OsiMskSolverInterface [virtual]
getRowUpper() const OsiMskSolverInterface [virtual]
getStrParam(OsiStrParam key, std::string &value) const OsiMskSolverInterface [virtual]
getWarmStart() const OsiMskSolverInterface [virtual]
gutsOfConstructor()OsiMskSolverInterface [private]
gutsOfCopy(const OsiMskSolverInterface &source)OsiMskSolverInterface [private]
gutsOfDestructor()OsiMskSolverInterface [private]
handler_OsiSolverInterface [protected]
hotStartCStat_OsiMskSolverInterface [private]
hotStartCStatSize_OsiMskSolverInterface [private]
hotStartMaxIteration_OsiMskSolverInterface [private]
hotStartRStat_OsiMskSolverInterface [private]
hotStartRStatSize_OsiMskSolverInterface [private]
incrementInstanceCounter()OsiMskSolverInterface [static]
initialSolve()OsiMskSolverInterface [virtual]
InitialSolverOsiMskSolverInterface [private]
isAbandoned() const OsiMskSolverInterface [virtual]
isBinary(int colIndex) const OsiSolverInterface [virtual]
isContinuous(int colNumber) const OsiMskSolverInterface [virtual]
isDualObjectiveLimitReached() const OsiMskSolverInterface [virtual]
isFreeBinary(int colIndex) const OsiSolverInterface [virtual]
isInteger(int colIndex) const OsiSolverInterface [virtual]
isIntegerNonBinary(int colIndex) const OsiSolverInterface [virtual]
isIterationLimitReached() const OsiMskSolverInterface [virtual]
isPrimalObjectiveLimitReached() const OsiMskSolverInterface [virtual]
isProvenDualInfeasible() const OsiMskSolverInterface [virtual]
isProvenOptimal() const OsiMskSolverInterface [virtual]
isProvenPrimalInfeasible() const OsiMskSolverInterface [virtual]
KEEPCACHED_ALL enum valueOsiMskSolverInterface
KEEPCACHED_COLUMN enum valueOsiMskSolverInterface
KEEPCACHED_MATRIX enum valueOsiMskSolverInterface
KEEPCACHED_NONE enum valueOsiMskSolverInterface
KEEPCACHED_PROBLEM enum valueOsiMskSolverInterface
KEEPCACHED_RESULTS enum valueOsiMskSolverInterface
KEEPCACHED_ROW enum valueOsiMskSolverInterface
keepCachedFlag enum nameOsiMskSolverInterface
loadFromCoinModel(CoinModel &modelObject, bool keepSolution=false)OsiSolverInterface [virtual]
loadProblem(const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const double *rowlb, const double *rowub)OsiMskSolverInterface [virtual]
loadProblem(const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const char *rowsen, const double *rowrhs, const double *rowrng)OsiMskSolverInterface [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)OsiMskSolverInterface [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)OsiMskSolverInterface [virtual]
markHotStart()OsiMskSolverInterface [virtual]
matrixByCol_OsiMskSolverInterface [mutable, private]
matrixByRow_OsiMskSolverInterface [mutable, private]
messageHandler() const OsiSolverInterface [inline]
messages()OsiSolverInterface [inline]
messages_OsiSolverInterface [protected]
messagesPointer()OsiSolverInterface [inline]
MSK_OsiMskSolverInterface [private, static]
MskerrOsiMskSolverInterface [private]
newLanguage(CoinMessages::Language language)OsiSolverInterface
numInstances_OsiMskSolverInterface [private, static]
obj_OsiMskSolverInterface [mutable, private]
operator=(const OsiMskSolverInterface &rhs)OsiMskSolverInterface
OsiSolverInterface::operator=(const OsiSolverInterface &rhs)OsiSolverInterface
optimalBasisIsAvailable() const OsiSolverInterface [inline]
OsiMskSolverInterface()OsiMskSolverInterface
OsiMskSolverInterface(const OsiMskSolverInterface &)OsiMskSolverInterface
OsiMskSolverInterfaceUnitTest(const std::string &mpsDir, const std::string &netlibDir)OsiMskSolverInterface [friend]
OsiSolverInterface()OsiSolverInterface
OsiSolverInterface(const OsiSolverInterface &)OsiSolverInterface
passInMessageHandler(CoinMessageHandler *handler)OsiSolverInterface
pivot(int colIn, int colOut, int outStatus)OsiSolverInterface [virtual]
primalPivotResult(int colIn, int sign, int &colOut, int &outStatus, double &t, CoinPackedVector *dx)OsiSolverInterface [virtual]
printBounds()OsiMskSolverInterface [private]
probtypemip_OsiMskSolverInterface [mutable, private]
readGMPL(const char *filename, const char *dataname=NULL)OsiSolverInterface [virtual]
readLp(const char *filename, const double epsilon=1e-5)OsiSolverInterface [virtual]
readLp(FILE *fp, const double epsilon=1e-5)OsiSolverInterface
readMps(const char *filename, const char *extension="mps")OsiMskSolverInterface [virtual]
OsiSolverInterface::readMps(const char *filename, const char *extension, int &numberSets, CoinSet **&sets)OsiSolverInterface [virtual]
redcost_OsiMskSolverInterface [mutable, private]
replaceMatrix(const CoinPackedMatrix &matrix)OsiSolverInterface [inline, virtual]
replaceMatrixOptional(const CoinPackedMatrix &matrix)OsiSolverInterface [inline, virtual]
reset()OsiSolverInterface [virtual]
resizeColType(int minsize)OsiMskSolverInterface [private]
resolve()OsiMskSolverInterface [virtual]
rhs_OsiMskSolverInterface [mutable, private]
rowact_OsiMskSolverInterface [mutable, private]
rowCutDebugger_OsiSolverInterface [protected]
rowlower_OsiMskSolverInterface [mutable, private]
rowrange_OsiMskSolverInterface [mutable, private]
rowsense_OsiMskSolverInterface [mutable, private]
rowsol_OsiMskSolverInterface [mutable, private]
rowupper_OsiMskSolverInterface [mutable, private]
setApplicationData(void *appData)OsiSolverInterface
setAuxiliaryInfo(OsiAuxInfo *auxiliaryInfo)OsiSolverInterface
setBasisStatus(const int *cstat, const int *rstat)OsiSolverInterface [virtual]
setColBounds(int elementIndex, double lower, double upper)OsiMskSolverInterface [virtual]
setColLower(int elementIndex, double elementValue)OsiMskSolverInterface [virtual]
OsiSolverInterface::setColLower(const double *array)OsiSolverInterface [virtual]
setColSetBounds(const int *indexFirst, const int *indexLast, const double *boundList)OsiMskSolverInterface [virtual]
setColSolution(const double *colsol)OsiMskSolverInterface [virtual]
setColUpper(int elementIndex, double elementValue)OsiMskSolverInterface [virtual]
OsiSolverInterface::setColUpper(const double *array)OsiSolverInterface [virtual]
setContinuous(int index)OsiMskSolverInterface [virtual]
setContinuous(const int *indices, int len)OsiMskSolverInterface [virtual]
setDblParam(OsiDblParam key, double value)OsiMskSolverInterface [virtual]
setHintParam(OsiHintParam key, bool yesNo=true, OsiHintStrength strength=OsiHintTry, void *otherInformation=NULL)OsiSolverInterface [inline, virtual]
setInitialData()OsiSolverInterface [protected]
setInteger(int index)OsiMskSolverInterface [virtual]
setInteger(const int *indices, int len)OsiMskSolverInterface [virtual]
setIntParam(OsiIntParam key, int value)OsiMskSolverInterface [virtual]
setLanguage(CoinMessages::Language language)OsiSolverInterface [inline]
setObjCoeff(int elementIndex, double elementValue)OsiMskSolverInterface [virtual]
setObjCoeffSet(const int *indexFirst, const int *indexLast, const double *coeffList)OsiMskSolverInterface [virtual]
setObjective(const double *array)OsiSolverInterface [virtual]
setObjectiveAndRefresh(double *c)OsiSolverInterface [virtual]
setObjSense(double s)OsiMskSolverInterface [virtual]
setRowBounds(int elementIndex, double lower, double upper)OsiMskSolverInterface [virtual]
setRowLower(int elementIndex, double elementValue)OsiMskSolverInterface [virtual]
setRowPrice(const double *rowprice)OsiMskSolverInterface [virtual]
setRowSetBounds(const int *indexFirst, const int *indexLast, const double *boundList)OsiMskSolverInterface [virtual]
setRowSetTypes(const int *indexFirst, const int *indexLast, const char *senseList, const double *rhsList, const double *rangeList)OsiMskSolverInterface [virtual]
setRowType(int index, char sense, double rightHandSide, double range)OsiMskSolverInterface [virtual]
setRowUpper(int elementIndex, double elementValue)OsiMskSolverInterface [virtual]
setStrParam(OsiStrParam key, const std::string &value)OsiMskSolverInterface [virtual]
setWarmStart(const CoinWarmStart *warmstart)OsiMskSolverInterface [virtual]
solveFromHotStart()OsiMskSolverInterface [virtual]
solverUsed() const OsiMskSolverInterface [private]
switchToLP()OsiMskSolverInterface [private]
switchToMIP()OsiMskSolverInterface [private]
task_OsiMskSolverInterface [mutable, private]
unmarkHotStart()OsiMskSolverInterface [virtual]
writeLp(const char *filename, const char *extension="lp", double epsilon=1e-5, int numberAcross=10, int decimals=5, double objSense=0.0, bool useRowNames=true) const OsiSolverInterface [virtual]
writeLp(FILE *fp, double epsilon=1e-5, int numberAcross=10, int decimals=5, double objSense=0.0, bool useRowNames=true) const OsiSolverInterface [virtual]
writeLpNative(const char *filename, char const *const *const rowNames, char const *const *const columnNames, const double epsilon=1.0e-5, const int numberAcross=10, const int decimals=5, const double objSense=0.0, const bool useRowNames=true) const OsiSolverInterface
writeLpNative(FILE *fp, char const *const *const rowNames, char const *const *const columnNames, const double epsilon=1.0e-5, const int numberAcross=10, const int decimals=5, const double objSense=0.0, const bool useRowNames=true) const OsiSolverInterface
writeMps(const char *filename, const char *extension="mps", double objSense=0.0) const OsiMskSolverInterface [virtual]
writeMpsNative(const char *filename, const char **rowNames, const char **columnNames, int formatType=0, int numberAcross=2, double objSense=0.0) const OsiSolverInterface
~OsiMskSolverInterface()OsiMskSolverInterface [virtual]
~OsiSolverInterface()OsiSolverInterface [virtual]


Generated on Thu May 15 22:00:44 2008 by  doxygen 1.4.7