OsiSolverLinearizedQuadratic Member List

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

activateRowCutDebugger(const char *modelName)OsiSolverInterface [virtual]
activateRowCutDebugger(const double *solution, bool enforceOptimality=true)OsiSolverInterface [virtual]
activateRowCutDebugger(const char *modelName) (defined in OsiSolverInterface)OsiSolverInterface [virtual]
activateRowCutDebugger(const double *solution, bool enforceOptimality=true) (defined in OsiSolverInterface)OsiSolverInterface [virtual]
addCol(const CoinPackedVectorBase &vec, const double collb, const double colub, const double obj)OsiClpSolverInterface [virtual]
addCol(const CoinPackedVectorBase &vec, const double collb, const double colub, const double obj, std::string name)OsiClpSolverInterface [virtual]
addCol(int numberElements, const int *rows, const double *elements, const double collb, const double colub, const double obj)OsiClpSolverInterface [virtual]
addCol(int numberElements, const int *rows, const double *elements, const double collb, const double colub, const double obj, std::string name)OsiClpSolverInterface [virtual]
addCol(const CoinPackedVectorBase &vec, const double collb, const double colub, const double obj) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
addCol(const CoinPackedVectorBase &vec, const double collb, const double colub, const double obj, std::string name) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
addCol(int numberElements, const int *rows, const double *elements, const double collb, const double colub, const double obj) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
addCol(int numberElements, const int *rows, const double *elements, const double collb, const double colub, const double obj, std::string name) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
addCols(const int numcols, const CoinPackedVectorBase *const *cols, const double *collb, const double *colub, const double *obj)OsiClpSolverInterface [virtual]
addCols(const int numcols, const int *columnStarts, const int *rows, const double *elements, const double *collb, const double *colub, const double *obj)OsiClpSolverInterface [virtual]
addCols(const int numcols, const CoinPackedVectorBase *const *cols, const double *collb, const double *colub, const double *obj) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
addCols(const int numcols, const int *columnStarts, const int *rows, const double *elements, const double *collb, const double *colub, const double *obj) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
OsiSolverInterface::addCols(const CoinBuild &buildObject)OsiSolverInterface
OsiSolverInterface::addCols(CoinModel &modelObject)OsiSolverInterface
addObjects(int numberObjects, OsiObject **objects)OsiSolverInterface
addObjects(int numberObjects, OsiObject **objects) (defined in OsiSolverInterface)OsiSolverInterface
addRow(const CoinPackedVectorBase &vec, const double rowlb, const double rowub)OsiClpSolverInterface [virtual]
addRow(const CoinPackedVectorBase &vec, const double rowlb, const double rowub, std::string name)OsiClpSolverInterface [virtual]
addRow(const CoinPackedVectorBase &vec, const char rowsen, const double rowrhs, const double rowrng)OsiClpSolverInterface [virtual]
addRow(int numberElements, const int *columns, const double *element, const double rowlb, const double rowub)OsiClpSolverInterface [virtual]
addRow(const CoinPackedVectorBase &vec, const char rowsen, const double rowrhs, const double rowrng, std::string name)OsiClpSolverInterface [virtual]
addRow(const CoinPackedVectorBase &vec, const double rowlb, const double rowub) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
addRow(const CoinPackedVectorBase &vec, const double rowlb, const double rowub, std::string name) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
addRow(const CoinPackedVectorBase &vec, const char rowsen, const double rowrhs, const double rowrng) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
addRow(int numberElements, const int *columns, const double *element, const double rowlb, const double rowub) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
addRow(const CoinPackedVectorBase &vec, const char rowsen, const double rowrhs, const double rowrng, std::string name) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
addRows(const int numrows, const CoinPackedVectorBase *const *rows, const double *rowlb, const double *rowub)OsiClpSolverInterface [virtual]
addRows(const int numrows, const CoinPackedVectorBase *const *rows, const char *rowsen, const double *rowrhs, const double *rowrng)OsiClpSolverInterface [virtual]
addRows(const int numrows, const int *rowStarts, const int *columns, const double *element, const double *rowlb, const double *rowub)OsiClpSolverInterface [virtual]
addRows(const int numrows, const CoinPackedVectorBase *const *rows, const double *rowlb, const double *rowub) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
addRows(const int numrows, const CoinPackedVectorBase *const *rows, const char *rowsen, const double *rowrhs, const double *rowrng) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
addRows(const int numrows, const int *rowStarts, const int *columns, const double *element, const double *rowlb, const double *rowub) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
OsiSolverInterface::addRows(const CoinBuild &buildObject)OsiSolverInterface
OsiSolverInterface::addRows(CoinModel &modelObject)OsiSolverInterface
applyColCut(const OsiColCut &cc)OsiClpSolverInterface [protected, virtual]
applyColCut(const OsiColCut &cc) (defined in OsiClpSolverInterface)OsiClpSolverInterface [protected, virtual]
applyCuts(const OsiCuts &cs, double effectivenessLb=0.0)OsiClpSolverInterface [virtual]
applyCuts(const OsiCuts &cs, double effectivenessLb=0.0) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
applyRowCut(const OsiRowCut &rc)OsiClpSolverInterface [protected, virtual]
applyRowCut(const OsiRowCut &rc) (defined in OsiClpSolverInterface)OsiClpSolverInterface [protected, virtual]
applyRowCuts(int numberCuts, const OsiRowCut *cuts)OsiClpSolverInterface [virtual]
applyRowCuts(int numberCuts, const OsiRowCut **cuts)OsiClpSolverInterface [virtual]
applyRowCuts(int numberCuts, const OsiRowCut *cuts) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
applyRowCuts(int numberCuts, const OsiRowCut **cuts) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
assignProblem(CoinPackedMatrix *&matrix, double *&collb, double *&colub, double *&obj, double *&rowlb, double *&rowub)OsiClpSolverInterface [virtual]
assignProblem(CoinPackedMatrix *&matrix, double *&collb, double *&colub, double *&obj, char *&rowsen, double *&rowrhs, double *&rowrng)OsiClpSolverInterface [virtual]
assignProblem(CoinPackedMatrix *&matrix, double *&collb, double *&colub, double *&obj, double *&rowlb, double *&rowub) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
assignProblem(CoinPackedMatrix *&matrix, double *&collb, double *&colub, double *&obj, char *&rowsen, double *&rowrhs, double *&rowrng) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
baseModel_OsiClpSolverInterface [protected]
baseModel_ (defined in OsiClpSolverInterface)OsiClpSolverInterface [protected]
basis_OsiClpSolverInterface [protected]
basisIsAvailable() const OsiClpSolverInterface [virtual]
basisIsAvailable() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
bestObjectiveValue() const OsiSolverLinearizedQuadratic [inline]
bestObjectiveValue_OsiSolverLinearizedQuadratic [protected]
bestSolution() const OsiSolverLinearizedQuadratic [inline]
bestSolution_OsiSolverLinearizedQuadratic [protected]
branchAndBound()OsiClpSolverInterface [virtual]
branchAndBound() (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
canDoSimplexInterface() const OsiClpSolverInterface [virtual]
canDoSimplexInterface() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
cleanupScaling() const OsiClpSolverInterface
cleanupScaling() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline]
cleanupScaling_OsiClpSolverInterface [protected]
clone(bool copyData=true) const OsiSolverLinearizedQuadratic [virtual]
columnActivity_OsiClpSolverInterface [protected]
columnActivity_ (defined in OsiClpSolverInterface)OsiClpSolverInterface [mutable, protected]
columnScale_OsiClpSolverInterface [protected]
columnType(bool refresh=false) const OsiSolverInterface
columnType(bool refresh=false) const (defined in OsiSolverInterface)OsiSolverInterface [inline]
columnType_OsiSolverInterface [protected]
columnType_ (defined in OsiSolverInterface)OsiSolverInterface [mutable, protected]
computeLargestAway()OsiClpSolverInterface
computeLargestAway() (defined in OsiClpSolverInterface)OsiClpSolverInterface
continuousModel_OsiClpSolverInterface [protected]
continuousModel_ (defined in OsiClpSolverInterface)OsiClpSolverInterface [protected]
convertBoundToSense(const double lower, const double upper, char &sense, double &right, double &range) const OsiSolverInterface [inline, protected]
convertBoundToSense(const double lower, const double upper, char &sense, double &right, double &range) const (defined in OsiSolverInterface)OsiSolverInterface [inline, protected]
convertSenseToBound(const char sense, const double right, const double range, double &lower, double &upper) const OsiSolverInterface [inline, protected]
convertSenseToBound(const char sense, const double right, const double range, double &lower, double &upper) const (defined in OsiSolverInterface)OsiSolverInterface [inline, protected]
copyParameters(OsiSolverInterface &rhs)OsiSolverInterface
copyParameters(OsiSolverInterface &rhs) (defined in OsiSolverInterface)OsiSolverInterface
crossover(int options, int basis)OsiClpSolverInterface
crossover(int options, int basis) (defined in OsiClpSolverInterface)OsiClpSolverInterface
crunch()OsiClpSolverInterface [protected]
crunch() (defined in OsiClpSolverInterface)OsiClpSolverInterface [protected]
defaultHandler() const OsiSolverInterface
defaultHandler() const (defined in OsiSolverInterface)OsiSolverInterface [inline]
defaultHandler_OsiSolverInterface [protected]
deleteBranchingInfo(int numberDeleted, const int *which)OsiSolverInterface
deleteBranchingInfo(int numberDeleted, const int *which) (defined in OsiSolverInterface)OsiSolverInterface
deleteColNames(int tgtStart, int len)OsiSolverInterface [virtual]
deleteColNames(int tgtStart, int len) (defined in OsiSolverInterface)OsiSolverInterface [virtual]
deleteCols(const int num, const int *colIndices)OsiClpSolverInterface [virtual]
deleteCols(const int num, const int *colIndices) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
deleteObjects()OsiSolverInterface
deleteObjects() (defined in OsiSolverInterface)OsiSolverInterface
deleteRowNames(int tgtStart, int len)OsiSolverInterface [virtual]
deleteRowNames(int tgtStart, int len) (defined in OsiSolverInterface)OsiSolverInterface [virtual]
deleteRows(const int num, const int *rowIndices)OsiClpSolverInterface [virtual]
deleteRows(const int num, const int *rowIndices) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
deleteScaleFactors()OsiClpSolverInterface
deleteScaleFactors() (defined in OsiClpSolverInterface)OsiClpSolverInterface
dfltRowColName(char rc, int ndx, unsigned digits=7) const OsiSolverInterface [virtual]
dfltRowColName(char rc, int ndx, unsigned digits=7) const (defined in OsiSolverInterface)OsiSolverInterface [virtual]
disableFactorization() const OsiClpSolverInterface [virtual]
disableFactorization() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
disableSimplexInterface()OsiClpSolverInterface [virtual]
disableSimplexInterface() (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
disasterHandler() const OsiClpSolverInterface
disasterHandler() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline]
disasterHandler_OsiClpSolverInterface [protected]
disasterHandler_ (defined in OsiClpSolverInterface)OsiClpSolverInterface [protected]
downRange() const OsiClpSolverInterface
downRange() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline]
dualPivotResult(int &colIn, int &sign, int colOut, int outStatus, double &t, CoinPackedVector *dx)OsiClpSolverInterface [virtual]
dualPivotResult(int &colIn, int &sign, int colOut, int outStatus, double &t, CoinPackedVector *dx) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
enableFactorization() const OsiClpSolverInterface [virtual]
enableFactorization() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
enableSimplexInterface(bool doingPrimal)OsiClpSolverInterface [virtual]
enableSimplexInterface(bool doingPrimal) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
extractSenseRhsRange() const OsiClpSolverInterface [protected]
extractSenseRhsRange() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [protected]
factorization_OsiClpSolverInterface [protected]
factorization_ (defined in OsiClpSolverInterface)OsiClpSolverInterface [protected]
fakeMinInSimplex_OsiClpSolverInterface [mutable, protected]
fakeObjective() const OsiClpSolverInterface
fakeObjective() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline]
fakeObjective_OsiClpSolverInterface [protected]
fakeObjective_ (defined in OsiClpSolverInterface)OsiClpSolverInterface [protected]
fillParamMaps()OsiClpSolverInterface [protected]
fillParamMaps() (defined in OsiClpSolverInterface)OsiClpSolverInterface [protected]
findIntegers(bool justCount)OsiSolverInterface
findIntegers(bool justCount) (defined in OsiSolverInterface)OsiSolverInterface
findIntegersAndSOS(bool justCount)OsiClpSolverInterface [virtual]
findIntegersAndSOS(bool justCount) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
forceFeasible()OsiSolverInterface
forceFeasible() (defined in OsiSolverInterface)OsiSolverInterface
forceIntoRange(const T value, const T lower, const T upper) const OsiSolverInterface [protected]
forceIntoRange(const T value, const T lower, const T upper) const (defined in OsiSolverInterface)OsiSolverInterface [inline, protected]
freeCachedResults() const OsiClpSolverInterface [protected]
freeCachedResults() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [protected]
freeCachedResults0() const OsiClpSolverInterface [protected]
freeCachedResults0() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [protected]
freeCachedResults1() const OsiClpSolverInterface [protected]
freeCachedResults1() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [protected]
generateCpp(FILE *fp)OsiClpSolverInterface
generateCpp(FILE *fp) (defined in OsiClpSolverInterface)OsiClpSolverInterface
getApplicationData() const OsiSolverInterface
getApplicationData() const (defined in OsiSolverInterface)OsiSolverInterface
getAuxiliaryInfo() const OsiSolverInterface
getAuxiliaryInfo() const (defined in OsiSolverInterface)OsiSolverInterface
getBasics(int *index) const OsiClpSolverInterface [virtual]
getBasics(int *index) const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getBasis(const unsigned char *statusArray) const OsiClpSolverInterface
getBasis(ClpSimplex *model) const OsiClpSolverInterface [protected]
getBasis(ClpSimplex *model) const (defined in OsiClpSolverInterface)OsiClpSolverInterface [protected]
getBasis(const unsigned char *statusArray) const (defined in OsiClpSolverInterface)OsiClpSolverInterface
getBasisDiff(const unsigned char *statusArray) const OsiClpSolverInterface
getBasisDiff(const unsigned char *statusArray) const (defined in OsiClpSolverInterface)OsiClpSolverInterface
getBasisStatus(int *cstat, int *rstat) const OsiClpSolverInterface [virtual]
getBasisStatus(int *cstat, int *rstat) const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getBInvACol(int col, double *vec) const OsiClpSolverInterface [virtual]
getBInvACol(int col, CoinIndexedVector *vec) const OsiClpSolverInterface [virtual]
getBInvACol(CoinIndexedVector *vec) const OsiClpSolverInterface [virtual]
getBInvACol(int col, double *vec) const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getBInvACol(int col, CoinIndexedVector *vec) const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getBInvACol(CoinIndexedVector *vec) const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getBInvARow(int row, double *z, double *slack=NULL) const OsiClpSolverInterface [virtual]
getBInvARow(int row, CoinIndexedVector *z, CoinIndexedVector *slack=NULL, bool keepScaled=false) const OsiClpSolverInterface [virtual]
getBInvARow(int row, double *z, double *slack=NULL) const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getBInvARow(int row, CoinIndexedVector *z, CoinIndexedVector *slack=NULL, bool keepScaled=false) const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getBInvCol(int col, double *vec) const OsiClpSolverInterface [virtual]
getBInvCol(int col, double *vec) const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getBInvRow(int row, double *z) const OsiClpSolverInterface [virtual]
getBInvRow(int row, double *z) const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getColLower() const OsiClpSolverInterface [virtual]
getColLower() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline, virtual]
getColName(int colIndex, unsigned maxLen=static_cast< unsigned >(std::string::npos)) const OsiClpSolverInterface [virtual]
getColName(int colIndex, unsigned maxLen=static_cast< unsigned >(std::string::npos)) const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getColNames()OsiSolverInterface [virtual]
getColNames() (defined in OsiSolverInterface)OsiSolverInterface [virtual]
getColSolution() const OsiClpSolverInterface [virtual]
getColSolution() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getColType(bool refresh=false) const OsiClpSolverInterface [virtual]
getColType(bool refresh=false) const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getColUpper() const OsiClpSolverInterface [virtual]
getColUpper() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline, virtual]
getConstPointerToWarmStart() const OsiClpSolverInterface
getConstPointerToWarmStart() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline]
getDblParam(OsiDblParam key, double &value) const OsiClpSolverInterface [virtual]
getDblParam(OsiDblParam key, double &value) const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getDualRays(int maxNumRays, bool fullRay=false) const OsiClpSolverInterface [virtual]
getDualRays(int maxNumRays, bool fullRay=false) const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getEmptyWarmStart() const OsiClpSolverInterface [virtual]
getEmptyWarmStart() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getFractionalIndices(const double etol=1.e-05) const OsiSolverInterface [virtual]
getFractionalIndices(const double etol=1.e-05) const (defined in OsiSolverInterface)OsiSolverInterface [virtual]
getHintParam(OsiHintParam key, bool &yesNo, OsiHintStrength &strength, void *&otherInformation) const OsiSolverInterface [virtual]
getHintParam(OsiHintParam key, bool &yesNo, OsiHintStrength &strength) const OsiSolverInterface [virtual]
getHintParam(OsiHintParam key, bool &yesNo) const OsiSolverInterface [virtual]
getHintParam(OsiHintParam key, bool &yesNo, OsiHintStrength &strength, void *&otherInformation) const (defined in OsiSolverInterface)OsiSolverInterface [inline, virtual]
getHintParam(OsiHintParam key, bool &yesNo, OsiHintStrength &strength) const (defined in OsiSolverInterface)OsiSolverInterface [inline, virtual]
getHintParam(OsiHintParam key, bool &yesNo) const (defined in OsiSolverInterface)OsiSolverInterface [inline, virtual]
getInfinity() const OsiClpSolverInterface [virtual]
getInfinity() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline, virtual]
getIntegerTolerance() const OsiSolverInterface
getIntegerTolerance() const (defined in OsiSolverInterface)OsiSolverInterface [inline]
getIntParam(OsiIntParam key, int &value) const OsiClpSolverInterface [virtual]
getIntParam(OsiIntParam key, int &value) const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getIterationCount() const OsiClpSolverInterface [virtual]
getIterationCount() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline, virtual]
getMatrixByCol() const OsiClpSolverInterface [virtual]
getMatrixByCol() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getMatrixByRow() const OsiClpSolverInterface [virtual]
getMatrixByRow() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getModelPtr() const OsiClpSolverInterface
getModelPtr() const (defined in OsiClpSolverInterface)OsiClpSolverInterface
getMutableMatrixByCol() const OsiClpSolverInterface [virtual]
getMutableMatrixByCol() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getMutableMatrixByRow() const OsiSolverInterface [virtual]
getMutableMatrixByRow() const (defined in OsiSolverInterface)OsiSolverInterface [inline, virtual]
getNumCols() const OsiClpSolverInterface [virtual]
getNumCols() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline, virtual]
getNumElements() const OsiClpSolverInterface [virtual]
getNumElements() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline, virtual]
getNumIntegers() const OsiSolverInterface [virtual]
getNumIntegers() const (defined in OsiSolverInterface)OsiSolverInterface [virtual]
getNumRows() const OsiClpSolverInterface [virtual]
getNumRows() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline, virtual]
getObjCoefficients() const OsiClpSolverInterface [virtual]
getObjCoefficients() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline, virtual]
getObjName(unsigned maxLen=static_cast< unsigned >(std::string::npos)) const OsiSolverInterface [virtual]
getObjName(unsigned maxLen=static_cast< unsigned >(std::string::npos)) const (defined in OsiSolverInterface)OsiSolverInterface [virtual]
getObjSense() const OsiClpSolverInterface [virtual]
getObjSense() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline, virtual]
getObjValue() const OsiClpSolverInterface [virtual]
getObjValue() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getPointerToWarmStart()OsiClpSolverInterface
getPointerToWarmStart(bool &mustDelete)OsiClpSolverInterface [virtual]
getPointerToWarmStart() (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline]
getPointerToWarmStart(bool &mustDelete) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getPrimalRays(int maxNumRays) const OsiClpSolverInterface [virtual]
getPrimalRays(int maxNumRays) const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getReducedCost() const OsiClpSolverInterface [virtual]
getReducedCost() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getReducedGradient(double *columnReducedCosts, double *duals, const double *c) const OsiClpSolverInterface [virtual]
getReducedGradient(double *columnReducedCosts, double *duals, const double *c) const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getRightHandSide() const OsiClpSolverInterface [virtual]
getRightHandSide() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getRowActivity() const OsiClpSolverInterface [virtual]
getRowActivity() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getRowCutDebugger() const OsiSolverInterface
getRowCutDebugger() const (defined in OsiSolverInterface)OsiSolverInterface
getRowCutDebuggerAlways() const OsiSolverInterface
getRowCutDebuggerAlways() const (defined in OsiSolverInterface)OsiSolverInterface
getRowLower() const OsiClpSolverInterface [virtual]
getRowLower() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline, virtual]
getRowName(int rowIndex, unsigned maxLen=static_cast< unsigned >(std::string::npos)) const OsiClpSolverInterface [virtual]
getRowName(int rowIndex, unsigned maxLen=static_cast< unsigned >(std::string::npos)) const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getRowNames()OsiSolverInterface [virtual]
getRowNames() (defined in OsiSolverInterface)OsiSolverInterface [virtual]
getRowPrice() const OsiClpSolverInterface [virtual]
getRowPrice() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getRowRange() const OsiClpSolverInterface [virtual]
getRowRange() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getRowSense() const OsiClpSolverInterface [virtual]
getRowSense() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getRowUpper() const OsiClpSolverInterface [virtual]
getRowUpper() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline, virtual]
getSizeL() const OsiClpSolverInterface [virtual]
getSizeL() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getSizeU() const OsiClpSolverInterface [virtual]
getSizeU() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getStrictColSolution()OsiSolverInterface [virtual]
getStrictColSolution() (defined in OsiSolverInterface)OsiSolverInterface [virtual]
getStrParam(OsiStrParam key, std::string &value) const OsiClpSolverInterface [virtual]
getStrParam(OsiStrParam key, std::string &value) const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
getWarmStart() const OsiClpSolverInterface [virtual]
getWarmStart() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
gutsOfDestructor()OsiClpSolverInterface [protected]
gutsOfDestructor() (defined in OsiClpSolverInterface)OsiClpSolverInterface [protected]
handler_OsiSolverInterface [protected]
handler_ (defined in OsiSolverInterface)OsiSolverInterface [protected]
initialSolve()OsiSolverLinearizedQuadratic [virtual]
integerInformation_OsiClpSolverInterface [protected]
integerInformation_ (defined in OsiClpSolverInterface)OsiClpSolverInterface [protected]
isAbandoned() const OsiClpSolverInterface [virtual]
isAbandoned() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
isBinary(int colIndex) const OsiClpSolverInterface [virtual]
isBinary(int colIndex) const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
isContinuous(int colNumber) const OsiClpSolverInterface [virtual]
isContinuous(int colNumber) const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
isDualObjectiveLimitReached() const OsiClpSolverInterface [virtual]
isDualObjectiveLimitReached() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
isFreeBinary(int colIndex) const OsiClpSolverInterface [virtual]
isFreeBinary(int colIndex) const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
isInteger(int colIndex) const OsiClpSolverInterface [virtual]
isInteger(int colIndex) const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
isIntegerNonBinary(int colIndex) const OsiClpSolverInterface [virtual]
isIntegerNonBinary(int colIndex) const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
isIterationLimitReached() const OsiClpSolverInterface [virtual]
isIterationLimitReached() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
isOptionalInteger(int colIndex) const OsiClpSolverInterface
isOptionalInteger(int colIndex) const (defined in OsiClpSolverInterface)OsiClpSolverInterface
isPrimalObjectiveLimitReached() const OsiClpSolverInterface [virtual]
isPrimalObjectiveLimitReached() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
isProvenDualInfeasible() const OsiClpSolverInterface [virtual]
isProvenDualInfeasible() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
isProvenOptimal() const OsiClpSolverInterface [virtual]
isProvenOptimal() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
isProvenPrimalInfeasible() const OsiClpSolverInterface [virtual]
isProvenPrimalInfeasible() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
itlimOrig_OsiClpSolverInterface [protected]
largestAway() const OsiClpSolverInterface
largestAway() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline]
largestAway_OsiClpSolverInterface [protected]
lastAlgorithm() const OsiClpSolverInterface
lastAlgorithm() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline]
lastAlgorithm_OsiClpSolverInterface [mutable, protected]
lastNumberRows_OsiClpSolverInterface [protected]
lexSolve()OsiClpSolverInterface
lexSolve() (defined in OsiClpSolverInterface)OsiClpSolverInterface
linearObjective_OsiClpSolverInterface [protected]
linearObjective_ (defined in OsiClpSolverInterface)OsiClpSolverInterface [mutable, protected]
loadFromCoinModel(CoinModel &modelObject, bool keepSolution=false)OsiClpSolverInterface [virtual]
loadFromCoinModel(CoinModel &modelObject, bool keepSolution=false) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
loadProblem(const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const double *rowlb, const double *rowub)OsiClpSolverInterface [virtual]
loadProblem(const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const char *rowsen, const double *rowrhs, const double *rowrng)OsiClpSolverInterface [virtual]
loadProblem(const int numcols, const int numrows, const CoinBigIndex *start, const int *index, const double *value, const double *collb, const double *colub, const double *obj, const double *rowlb, const double *rowub)OsiClpSolverInterface [virtual]
loadProblem(const int numcols, const int numrows, const CoinBigIndex *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)OsiClpSolverInterface [virtual]
loadProblem(const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const double *rowlb, const double *rowub) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
loadProblem(const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const char *rowsen, const double *rowrhs, const double *rowrng) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
loadProblem(const int numcols, const int numrows, const CoinBigIndex *start, const int *index, const double *value, const double *collb, const double *colub, const double *obj, const double *rowlb, const double *rowub) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
loadProblem(const int numcols, const int numrows, const CoinBigIndex *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) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
markHotStart()OsiClpSolverInterface [virtual]
markHotStart() (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
matrixByRow_OsiClpSolverInterface [protected]
matrixByRow_ (defined in OsiClpSolverInterface)OsiClpSolverInterface [mutable, protected]
matrixByRowAtContinuous_OsiClpSolverInterface [protected]
matrixByRowAtContinuous_ (defined in OsiClpSolverInterface)OsiClpSolverInterface [protected]
messageHandler() const OsiSolverInterface
messageHandler() const (defined in OsiSolverInterface)OsiSolverInterface [inline]
messages()OsiSolverInterface
messages() (defined in OsiSolverInterface)OsiSolverInterface [inline]
messages_OsiSolverInterface [protected]
messagesPointer()OsiSolverInterface
messagesPointer() (defined in OsiSolverInterface)OsiSolverInterface [inline]
modelPtr_OsiClpSolverInterface [protected]
modelPtr_ (defined in OsiClpSolverInterface)OsiClpSolverInterface [mutable, protected]
modifiableObject(int which) const OsiSolverInterface
modifiableObject(int which) const (defined in OsiSolverInterface)OsiSolverInterface [inline]
modifyCoefficient(int row, int column, double newElement, bool keepZero=false)OsiClpSolverInterface
modifyCoefficient(int row, int column, double newElement, bool keepZero=false) (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline]
newLanguage(CoinMessages::Language language)OsiClpSolverInterface
newLanguage(CoinMessages::Language language) (defined in OsiClpSolverInterface)OsiClpSolverInterface
notOwned_OsiClpSolverInterface [protected]
numberIntegers_OsiSolverInterface [protected]
numberObjects() const OsiSolverInterface
numberObjects() const (defined in OsiSolverInterface)OsiSolverInterface [inline]
numberObjects_OsiSolverInterface [protected]
numberSOS() const OsiClpSolverInterface
numberSOS() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline]
numberSOS_OsiClpSolverInterface [protected]
object(int which) const OsiSolverInterface
object(int which) const (defined in OsiSolverInterface)OsiSolverInterface [inline]
object_OsiSolverInterface [protected]
object_ (defined in OsiSolverInterface)OsiSolverInterface [protected]
objects() const OsiSolverInterface
objects() const (defined in OsiSolverInterface)OsiSolverInterface [inline]
operator=(const OsiSolverLinearizedQuadratic &rhs)OsiSolverLinearizedQuadratic
OsiClpSolverInterface::operator=(const OsiClpSolverInterface &rhs)OsiClpSolverInterface
OsiSolverInterface::operator=(const OsiSolverInterface &rhs)OsiSolverInterface
optimalBasisIsAvailable() const OsiSolverInterface
optimalBasisIsAvailable() const (defined in OsiSolverInterface)OsiSolverInterface [inline]
OsiClpSolverInterface()OsiClpSolverInterface
OsiClpSolverInterface(const OsiClpSolverInterface &)OsiClpSolverInterface
OsiClpSolverInterface(ClpSimplex *rhs, bool reallyOwn=false)OsiClpSolverInterface
OsiClpSolverInterface() (defined in OsiClpSolverInterface)OsiClpSolverInterface
OsiClpSolverInterface(const OsiClpSolverInterface &) (defined in OsiClpSolverInterface)OsiClpSolverInterface
OsiClpSolverInterface(ClpSimplex *rhs, bool reallyOwn=false) (defined in OsiClpSolverInterface)OsiClpSolverInterface
OsiNameVec typedefOsiSolverInterface
OsiNameVec typedef (defined in OsiSolverInterface)OsiSolverInterface
OsiSolverInterface()OsiSolverInterface
OsiSolverInterface(const OsiSolverInterface &)OsiSolverInterface
OsiSolverInterface() (defined in OsiSolverInterface)OsiSolverInterface
OsiSolverInterface(const OsiSolverInterface &) (defined in OsiSolverInterface)OsiSolverInterface
OsiSolverLinearizedQuadratic()OsiSolverLinearizedQuadratic
OsiSolverLinearizedQuadratic(ClpSimplex *quadraticModel)OsiSolverLinearizedQuadratic
OsiSolverLinearizedQuadratic(const OsiSolverLinearizedQuadratic &)OsiSolverLinearizedQuadratic
passInDisasterHandler(OsiClpDisasterHandler *handler)OsiClpSolverInterface
passInDisasterHandler(OsiClpDisasterHandler *handler) (defined in OsiClpSolverInterface)OsiClpSolverInterface
passInMessageHandler(CoinMessageHandler *handler)OsiClpSolverInterface [virtual]
passInMessageHandler(CoinMessageHandler *handler) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
passInRanges(int *array)OsiClpSolverInterface
passInRanges(int *array) (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline]
pivot(int colIn, int colOut, int outStatus)OsiClpSolverInterface [virtual]
pivot(int colIn, int colOut, int outStatus) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
primalPivotResult(int colIn, int sign, int &colOut, int &outStatus, double &t, CoinPackedVector *dx)OsiClpSolverInterface [virtual]
primalPivotResult(int colIn, int sign, int &colOut, int &outStatus, double &t, CoinPackedVector *dx) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
quadraticModel() const OsiSolverLinearizedQuadratic [inline]
quadraticModel_OsiSolverLinearizedQuadratic [protected]
readGMPL(const char *filename, const char *dataname=NULL)OsiSolverInterface [virtual]
readGMPL(const char *filename, const char *dataname=NULL) (defined in OsiSolverInterface)OsiSolverInterface [virtual]
readLp(const char *filename, const double epsilon=1e-5)OsiClpSolverInterface [virtual]
readLp(const char *filename, const double epsilon=1e-5) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
OsiSolverInterface::readLp(FILE *fp, const double epsilon=1e-5)OsiSolverInterface
readMps(const char *filename, const char *extension="mps")OsiClpSolverInterface [virtual]
readMps(const char *filename, bool keepNames, bool allowErrors)OsiClpSolverInterface
readMps(const char *filename, const char *extension, int &numberSets, CoinSet **&sets)OsiClpSolverInterface [virtual]
readMps(const char *filename, const char *extension="mps") (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
readMps(const char *filename, bool keepNames, bool allowErrors) (defined in OsiClpSolverInterface)OsiClpSolverInterface
readMps(const char *filename, const char *extension, int &numberSets, CoinSet **&sets) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
redoScaleFactors(int numberRows, const CoinBigIndex *starts, const int *indices, const double *elements)OsiClpSolverInterface [protected]
redoScaleFactors(int numberRows, const CoinBigIndex *starts, const int *indices, const double *elements) (defined in OsiClpSolverInterface)OsiClpSolverInterface [protected]
reducedCostFix(double gap, bool justInteger=true)OsiSolverInterface [virtual]
reducedCostFix(double gap, bool justInteger=true) (defined in OsiSolverInterface)OsiSolverInterface [virtual]
releaseClp()OsiClpSolverInterface
releaseClp() (defined in OsiClpSolverInterface)OsiClpSolverInterface
replaceMatrix(const CoinPackedMatrix &matrix)OsiClpSolverInterface [virtual]
replaceMatrix(const CoinPackedMatrix &matrix) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
replaceMatrixOptional(const CoinPackedMatrix &matrix)OsiClpSolverInterface [virtual]
replaceMatrixOptional(const CoinPackedMatrix &matrix) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
reset()OsiClpSolverInterface [virtual]
reset() (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
resolve()OsiClpSolverInterface [virtual]
resolve() (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
resolveGub(int needed)OsiClpSolverInterface [virtual]
resolveGub(int needed) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
restoreBaseModel(int numberRows)OsiClpSolverInterface [virtual]
restoreBaseModel(int numberRows) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
rhs_OsiClpSolverInterface [protected]
rhs_ (defined in OsiClpSolverInterface)OsiClpSolverInterface [mutable, protected]
rowActivity_OsiClpSolverInterface [protected]
rowActivity_ (defined in OsiClpSolverInterface)OsiClpSolverInterface [mutable, protected]
rowCutDebugger_OsiSolverInterface [protected]
rowCutDebugger_ (defined in OsiSolverInterface)OsiSolverInterface [mutable, protected]
rowrange_OsiClpSolverInterface [protected]
rowrange_ (defined in OsiClpSolverInterface)OsiClpSolverInterface [mutable, protected]
rowScale_OsiClpSolverInterface [protected]
rowsense_OsiClpSolverInterface [protected]
rowsense_ (defined in OsiClpSolverInterface)OsiClpSolverInterface [mutable, protected]
saveBaseModel()OsiClpSolverInterface [virtual]
saveBaseModel() (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
saveData_OsiClpSolverInterface [mutable, protected]
setApplicationData(void *appData)OsiSolverInterface
setApplicationData(void *appData) (defined in OsiSolverInterface)OsiSolverInterface
setAuxiliaryInfo(OsiAuxInfo *auxiliaryInfo)OsiSolverInterface
setAuxiliaryInfo(OsiAuxInfo *auxiliaryInfo) (defined in OsiSolverInterface)OsiSolverInterface
setBasis(const CoinWarmStartBasis &basis)OsiClpSolverInterface
setBasis()OsiClpSolverInterface
setBasis(const CoinWarmStartBasis &basis, ClpSimplex *model)OsiClpSolverInterface [protected]
setBasis(const CoinWarmStartBasis &basis, ClpSimplex *model) (defined in OsiClpSolverInterface)OsiClpSolverInterface [protected]
setBasis(const CoinWarmStartBasis &basis) (defined in OsiClpSolverInterface)OsiClpSolverInterface
setBasis() (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline]
setBasisStatus(const int *cstat, const int *rstat)OsiClpSolverInterface [virtual]
setBasisStatus(const int *cstat, const int *rstat) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
setCleanupScaling(int value)OsiClpSolverInterface
setCleanupScaling(int value) (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline]
setColBounds(int elementIndex, double lower, double upper)OsiClpSolverInterface [virtual]
setColBounds(int elementIndex, double lower, double upper) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
setColLower(int elementIndex, double elementValue)OsiClpSolverInterface [virtual]
setColLower(const double *array)OsiClpSolverInterface [virtual]
setColLower(int elementIndex, double elementValue) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
setColLower(const double *array) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
setColName(int colIndex, std::string name)OsiClpSolverInterface [virtual]
setColName(int colIndex, std::string name) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
setColNames(OsiNameVec &srcNames, int srcStart, int len, int tgtStart)OsiSolverInterface [virtual]
setColNames(OsiNameVec &srcNames, int srcStart, int len, int tgtStart) (defined in OsiSolverInterface)OsiSolverInterface [virtual]
setColSetBounds(const int *indexFirst, const int *indexLast, const double *boundList)OsiClpSolverInterface [virtual]
setColSetBounds(const int *indexFirst, const int *indexLast, const double *boundList) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
setColSolution(const double *colsol)OsiClpSolverInterface [virtual]
setColSolution(const double *colsol) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
setColUpper(int elementIndex, double elementValue)OsiClpSolverInterface [virtual]
setColUpper(const double *array)OsiClpSolverInterface [virtual]
setColUpper(int elementIndex, double elementValue) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
setColUpper(const double *array) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
setContinuous(int index)OsiClpSolverInterface [virtual]
setContinuous(const int *indices, int len)OsiClpSolverInterface [virtual]
setContinuous(int index) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
setContinuous(const int *indices, int len) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
setDblParam(OsiDblParam key, double value)OsiClpSolverInterface [virtual]
setDblParam(OsiDblParam key, double value) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
setFakeObjective(ClpLinearObjective *fakeObjective)OsiClpSolverInterface
setFakeObjective(double *fakeObjective)OsiClpSolverInterface
setFakeObjective(ClpLinearObjective *fakeObjective) (defined in OsiClpSolverInterface)OsiClpSolverInterface
setFakeObjective(double *fakeObjective) (defined in OsiClpSolverInterface)OsiClpSolverInterface
setHintParam(OsiHintParam key, bool yesNo=true, OsiHintStrength strength=OsiHintTry, void *otherInformation=NULL)OsiClpSolverInterface [virtual]
setHintParam(OsiHintParam key, bool yesNo=true, OsiHintStrength strength=OsiHintTry, void *otherInformation=NULL) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
setInfo() const OsiClpSolverInterface
setInfo() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline]
setInfo_OsiClpSolverInterface [protected]
setInfo_ (defined in OsiClpSolverInterface)OsiClpSolverInterface [protected]
setInitialData()OsiSolverInterface [protected]
setInitialData() (defined in OsiSolverInterface)OsiSolverInterface [protected]
setInteger(int index)OsiClpSolverInterface [virtual]
setInteger(const int *indices, int len)OsiClpSolverInterface [virtual]
setInteger(int index) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
setInteger(const int *indices, int len) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
setIntParam(OsiIntParam key, int value)OsiClpSolverInterface [virtual]
setIntParam(OsiIntParam key, int value) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
setLanguage(CoinMessages::Language language)OsiClpSolverInterface
setLanguage(CoinMessages::Language language) (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline]
setLargestAway(double value)OsiClpSolverInterface
setLargestAway(double value) (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline]
setLastAlgorithm(int value)OsiClpSolverInterface
setLastAlgorithm(int value) (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline]
setLogLevel(int value)OsiClpSolverInterface
setLogLevel(int value) (defined in OsiClpSolverInterface)OsiClpSolverInterface
setNumberObjects(int number)OsiSolverInterface
setNumberObjects(int number) (defined in OsiSolverInterface)OsiSolverInterface [inline]
setObjCoeff(int elementIndex, double elementValue)OsiClpSolverInterface [virtual]
setObjCoeff(int elementIndex, double elementValue) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
setObjCoeffSet(const int *indexFirst, const int *indexLast, const double *coeffList)OsiSolverInterface [virtual]
setObjCoeffSet(const int *indexFirst, const int *indexLast, const double *coeffList) (defined in OsiSolverInterface)OsiSolverInterface [virtual]
setObjective(const double *array)OsiClpSolverInterface [virtual]
setObjective(const double *array) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
setObjName(std::string name)OsiSolverInterface [virtual]
setObjName(std::string name) (defined in OsiSolverInterface)OsiSolverInterface [inline, virtual]
setObjSense(double s)OsiClpSolverInterface [virtual]
setObjSense(double s) (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline, virtual]
setOptionalInteger(int index)OsiClpSolverInterface
setOptionalInteger(int index) (defined in OsiClpSolverInterface)OsiClpSolverInterface
setRowBounds(int elementIndex, double lower, double upper)OsiClpSolverInterface [virtual]
setRowBounds(int elementIndex, double lower, double upper) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
setRowColNames(const CoinMpsIO &mps)OsiSolverInterface
setRowColNames(CoinModel &mod)OsiSolverInterface
setRowColNames(CoinLpIO &mod)OsiSolverInterface
setRowColNames(const CoinMpsIO &mps) (defined in OsiSolverInterface)OsiSolverInterface
setRowColNames(CoinModel &mod) (defined in OsiSolverInterface)OsiSolverInterface
setRowColNames(CoinLpIO &mod) (defined in OsiSolverInterface)OsiSolverInterface
setRowLower(int elementIndex, double elementValue)OsiClpSolverInterface [virtual]
setRowLower(int elementIndex, double elementValue) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
setRowName(int rowIndex, std::string name)OsiClpSolverInterface [virtual]
setRowName(int rowIndex, std::string name) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
setRowNames(OsiNameVec &srcNames, int srcStart, int len, int tgtStart)OsiSolverInterface [virtual]
setRowNames(OsiNameVec &srcNames, int srcStart, int len, int tgtStart) (defined in OsiSolverInterface)OsiSolverInterface [virtual]
setRowPrice(const double *rowprice)OsiClpSolverInterface [virtual]
setRowPrice(const double *rowprice) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
setRowSetBounds(const int *indexFirst, const int *indexLast, const double *boundList)OsiClpSolverInterface [virtual]
setRowSetBounds(const int *indexFirst, const int *indexLast, const double *boundList) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
setRowSetTypes(const int *indexFirst, const int *indexLast, const char *senseList, const double *rhsList, const double *rangeList)OsiClpSolverInterface [virtual]
setRowSetTypes(const int *indexFirst, const int *indexLast, const char *senseList, const double *rhsList, const double *rangeList) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
setRowType(int index, char sense, double rightHandSide, double range)OsiClpSolverInterface [virtual]
setRowType(int index, char sense, double rightHandSide, double range) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
setRowUpper(int elementIndex, double elementValue)OsiClpSolverInterface [virtual]
setRowUpper(int elementIndex, double elementValue) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
setSmallestChangeInCut(double value)OsiClpSolverInterface
setSmallestChangeInCut(double value) (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline]
setSmallestElementInCut(double value)OsiClpSolverInterface
setSmallestElementInCut(double value) (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline]
setSolveOptions(const ClpSolve &options)OsiClpSolverInterface
setSolveOptions(const ClpSolve &options) (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline]
setSOSData(int numberSOS, const char *type, const int *start, const int *indices, const double *weights=NULL)OsiClpSolverInterface
setSOSData(int numberSOS, const char *type, const int *start, const int *indices, const double *weights=NULL) (defined in OsiClpSolverInterface)OsiClpSolverInterface
setSpecialOptions(unsigned int value)OsiClpSolverInterface
setSpecialOptions(unsigned int value) (defined in OsiClpSolverInterface)OsiClpSolverInterface
setSpecialOptions3(int value)OsiSolverLinearizedQuadratic [inline]
setSpecialOptionsMutable(unsigned int value) const OsiClpSolverInterface
setSpecialOptionsMutable(unsigned int value) const (defined in OsiClpSolverInterface)OsiClpSolverInterface
setStrParam(OsiStrParam key, const std::string &value)OsiClpSolverInterface [virtual]
setStrParam(OsiStrParam key, const std::string &value) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
setStuff(double tolerance, double increment)OsiClpSolverInterface
setStuff(double tolerance, double increment) (defined in OsiClpSolverInterface)OsiClpSolverInterface
setupForRepeatedUse(int senseOfAdventure=0, int printOut=0)OsiClpSolverInterface
setupForRepeatedUse(int senseOfAdventure=0, int printOut=0) (defined in OsiClpSolverInterface)OsiClpSolverInterface
setWarmStart(const CoinWarmStart *warmstart)OsiClpSolverInterface [virtual]
setWarmStart(const CoinWarmStart *warmstart) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
smallestChangeInCut() const OsiClpSolverInterface
smallestChangeInCut() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline]
smallestChangeInCut_OsiClpSolverInterface [protected]
smallestElementInCut() const OsiClpSolverInterface
smallestElementInCut() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline]
smallestElementInCut_OsiClpSolverInterface [protected]
smallModel_OsiClpSolverInterface [protected]
smallModel_ (defined in OsiClpSolverInterface)OsiClpSolverInterface [protected]
solveFromHotStart()OsiClpSolverInterface [virtual]
solveFromHotStart() (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
solveOptions_OsiClpSolverInterface [protected]
spareArrays_OsiClpSolverInterface [protected]
spareArrays_ (defined in OsiClpSolverInterface)OsiClpSolverInterface [protected]
specialOptions() const OsiClpSolverInterface
specialOptions() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline]
specialOptions3() const OsiSolverLinearizedQuadratic [inline]
specialOptions3_OsiSolverLinearizedQuadratic [protected]
specialOptions_OsiClpSolverInterface [mutable, protected]
startFastDual(int options)OsiClpSolverInterface
startFastDual(int options) (defined in OsiClpSolverInterface)OsiClpSolverInterface
stopFastDual()OsiClpSolverInterface
stopFastDual() (defined in OsiClpSolverInterface)OsiClpSolverInterface
stuff_OsiClpSolverInterface [protected]
swapModelPtr(ClpSimplex *newModel)OsiClpSolverInterface
swapModelPtr(ClpSimplex *newModel) (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline]
synchronizeModel()OsiClpSolverInterface [virtual]
synchronizeModel() (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
tightenBounds(int lightweight=0)OsiClpSolverInterface [virtual]
tightenBounds(int lightweight=0) (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
unmarkHotStart()OsiClpSolverInterface [virtual]
unmarkHotStart() (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
upRange() const OsiClpSolverInterface
upRange() const (defined in OsiClpSolverInterface)OsiClpSolverInterface [inline]
whichRange_OsiClpSolverInterface [protected]
whichRange_ (defined in OsiClpSolverInterface)OsiClpSolverInterface [protected]
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 OsiClpSolverInterface [virtual]
writeLp(FILE *fp, double epsilon=1e-5, int numberAcross=10, int decimals=5, double objSense=0.0, bool useRowNames=true) const OsiClpSolverInterface [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 (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
writeLp(FILE *fp, double epsilon=1e-5, int numberAcross=10, int decimals=5, double objSense=0.0, bool useRowNames=true) const (defined in OsiClpSolverInterface)OsiClpSolverInterface [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
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 (defined in OsiSolverInterface)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 (defined in OsiSolverInterface)OsiSolverInterface
writeMps(const char *filename, const char *extension="mps", double objSense=0.0) const OsiClpSolverInterface [virtual]
writeMps(const char *filename, const char *extension="mps", double objSense=0.0) const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
writeMpsNative(const char *filename, const char **rowNames, const char **columnNames, int formatType=0, int numberAcross=2, double objSense=0.0) const OsiClpSolverInterface [virtual]
writeMpsNative(const char *filename, const char **rowNames, const char **columnNames, int formatType=0, int numberAcross=2, double objSense=0.0) const (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
OsiSolverInterface::writeMpsNative(const char *filename, const char **rowNames, const char **columnNames, int formatType=0, int numberAcross=2, double objSense=0.0, int numberSOS=0, const CoinSet *setInfo=NULL) const OsiSolverInterface
ws_OsiClpSolverInterface [protected]
ws_ (defined in OsiClpSolverInterface)OsiClpSolverInterface [mutable, protected]
~OsiClpSolverInterface()OsiClpSolverInterface [virtual]
~OsiClpSolverInterface() (defined in OsiClpSolverInterface)OsiClpSolverInterface [virtual]
~OsiSolverInterface()OsiSolverInterface [virtual]
~OsiSolverInterface() (defined in OsiSolverInterface)OsiSolverInterface [virtual]
~OsiSolverLinearizedQuadratic()OsiSolverLinearizedQuadratic [virtual]


Generated on Sun Oct 23 03:11:57 2011 for Cbc by  doxygen 1.4.7