|
| CouenneInterface () |
| Default constructor. More...
|
|
| CouenneInterface (const CouenneInterface &other) |
| Copy constructor. More...
|
|
virtual CouenneInterface * | clone (bool CopyData) |
| virutal copy constructor. More...
|
|
virtual | ~CouenneInterface () |
| Destructor. More...
|
|
virtual std::string | appName () |
|
| AmplInterface () |
|
| AmplInterface (const AmplInterface &other) |
|
virtual | ~AmplInterface () |
|
const AmplTMINLP * | amplModel () const |
|
virtual void | readAmplNlFile (char **&argv, Ipopt::SmartPtr< Bonmin::RegisteredOptions > roptions, Ipopt::SmartPtr< Ipopt::OptionsList > options, Ipopt::SmartPtr< Ipopt::Journalist > journalist, std::string *nl_file_content=NULL) |
|
virtual void | readAmplNlFile (char **&argv, Ipopt::SmartPtr< Bonmin::RegisteredOptions > roptions, Ipopt::SmartPtr< Ipopt::OptionsList > options, Ipopt::SmartPtr< Ipopt::Journalist > journalist, std::string *nl_file_content=NULL) |
|
TNLPSolver::UnsolvedError * | newUnsolvedError (int num, Ipopt::SmartPtr< TMINLP2TNLP > problem, std::string name) |
|
void | setNumIterationSuspect (int value) |
|
const TMINLP2TNLP * | problem () const |
|
TMINLP2TNLP * | problem () |
|
const TMINLP * | model () const |
|
Bonmin::TMINLP * | model () |
|
const Bonmin::TNLPSolver * | solver () const |
|
const std::list< Ipopt::SmartPtr< TNLPSolver > > & | debug_apps () const |
|
TNLPSolver * | solver () |
|
| OsiTMINLPInterface () |
|
void | initialize (Ipopt::SmartPtr< Bonmin::RegisteredOptions > roptions, Ipopt::SmartPtr< Ipopt::OptionsList > options, Ipopt::SmartPtr< Ipopt::Journalist > journalist, const std::string &prefix, Ipopt::SmartPtr< TMINLP > tminlp) |
|
void | initialize (Ipopt::SmartPtr< Bonmin::RegisteredOptions > roptions, Ipopt::SmartPtr< Ipopt::OptionsList > options, Ipopt::SmartPtr< Ipopt::Journalist > journalist, Ipopt::SmartPtr< TMINLP > tminlp) |
|
void | setModel (Ipopt::SmartPtr< TMINLP > tminlp) |
|
void | setSolver (Ipopt::SmartPtr< TNLPSolver > app) |
|
void | use (Ipopt::SmartPtr< TMINLP2TNLP > tminlp2tnlp) |
|
| OsiTMINLPInterface (const OsiTMINLPInterface &) |
|
OsiSolverInterface * | clone (bool copyData=true) const |
|
OsiTMINLPInterface & | operator= (const OsiTMINLPInterface &rhs) |
|
virtual | ~OsiTMINLPInterface () |
|
void | readOptionFile (const std::string &fileName) |
|
const Ipopt::SmartPtr< Ipopt::OptionsList > | options () const |
|
Ipopt::SmartPtr< Ipopt::OptionsList > | options () |
|
const char * | prefix () const |
|
virtual void | initialSolve () |
|
virtual void | initialSolve (const char *whereFrom) |
|
virtual void | resolve () |
|
virtual void | resolve (const char *whereFrom) |
|
virtual void | resolveForCost (int numretry, bool keepWs) |
|
virtual void | resolveForRobustness (int numretry) |
|
virtual void | branchAndBound () |
|
virtual bool | isAbandoned () const |
|
virtual bool | isProvenOptimal () const |
|
virtual bool | isProvenPrimalInfeasible () const |
|
virtual bool | isProvenDualInfeasible () const |
|
virtual bool | isPrimalObjectiveLimitReached () const |
|
virtual bool | isDualObjectiveLimitReached () const |
|
virtual bool | isIterationLimitReached () const |
|
void | continuingOnAFailure () |
|
double | getNewCutoffDecr () |
|
void | setNewCutoffDecr (double d) |
|
bool | hasContinuedOnAFailure () |
|
void | ignoreFailures () |
|
void | forceInfeasible () |
|
void | forceBranchable () |
|
bool | setIntParam (OsiIntParam key, int value) |
|
bool | setDblParam (OsiDblParam key, double value) |
|
bool | setStrParam (OsiStrParam key, const std::string &value) |
|
bool | getIntParam (OsiIntParam key, int &value) const |
|
bool | getDblParam (OsiDblParam key, double &value) const |
|
bool | getStrParam (OsiStrParam key, std::string &value) const |
|
double | getPushFact () const |
|
virtual int | getNumCols () const |
|
virtual int | getNumRows () const |
|
const OsiSolverInterface::OsiNameVec & | getVarNames () |
|
virtual const double * | getColLower () const |
|
virtual const double * | getColUpper () const |
|
virtual const char * | getRowSense () const |
|
virtual const double * | getRightHandSide () const |
|
virtual const double * | getRowRange () const |
|
virtual const double * | getRowLower () const |
|
virtual const double * | getRowUpper () const |
|
virtual double | getObjSense () const |
|
virtual bool | isContinuous (int colNumber) const |
|
virtual bool | isBinary (int columnNumber) const |
|
virtual bool | isInteger (int columnNumber) const |
|
virtual bool | isIntegerNonBinary (int columnNumber) const |
|
virtual bool | isFreeBinary (int columnNumber) const |
|
virtual double | getInfinity () const |
|
const int * | getPriorities () const |
|
const int * | getBranchingDirections () const |
|
const double * | getUpPsCosts () const |
|
const double * | getDownPsCosts () const |
|
virtual const double * | getColSolution () const |
|
virtual const double * | getRowPrice () const |
|
virtual const double * | getReducedCost () const |
|
virtual const double * | getRowActivity () const |
|
virtual int | getIterationCount () const |
|
int | nCallOptimizeTNLP () |
|
double | totalNlpSolveTime () |
|
int | totalIterations () |
|
virtual void | setColLower (int elementIndex, double elementValue) |
|
virtual void | setColUpper (int elementIndex, double elementValue) |
|
virtual void | setColLower (const double *array) |
|
virtual void | setColUpper (const double *array) |
|
virtual void | setRowLower (int elementIndex, double elementValue) |
|
virtual void | setRowUpper (int elementIndex, double elementValue) |
|
virtual void | setRowType (int index, char sense, double rightHandSide, double range) |
|
virtual void | setObjSense (double s) |
|
virtual void | setColSolution (const double *colsol) |
|
virtual void | setRowPrice (const double *rowprice) |
|
virtual CoinWarmStart * | getEmptyWarmStart () const |
|
virtual CoinWarmStart * | getWarmStart () const |
|
virtual bool | setWarmStart (const CoinWarmStart *warmstart) |
|
void | setWarmStartMode (int mode) |
|
WarmStartModes | getWarmStartMode () |
|
void | randomStartingPoint () |
|
virtual bool | basisIsAvailable () const |
|
virtual void | setContinuous (int index) |
|
virtual void | setInteger (int index) |
|
virtual int | getNumElements () const |
|
virtual const double * | getObjCoefficients () const |
|
virtual const CoinPackedMatrix * | getMatrixByRow () const |
|
virtual const CoinPackedMatrix * | getMatrixByCol () const |
|
virtual void | setObjCoeff (int elementIndex, double elementValue) |
|
virtual void | addCol (const CoinPackedVectorBase &vec, const double collb, const double colub, const double obj) |
|
virtual void | deleteCols (const int num, const int *colIndices) |
|
virtual void | addRow (const CoinPackedVectorBase &vec, const double rowlb, const double rowub) |
|
virtual void | addRow (const CoinPackedVectorBase &vec, const char rowsen, const double rowrhs, const double rowrng) |
|
virtual void | deleteRows (const int num, const int *rowIndices) |
|
virtual void | loadProblem (const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const double *rowlb, const double *rowub) |
|
virtual void | assignProblem (CoinPackedMatrix *&matrix, double *&collb, double *&colub, double *&obj, double *&rowlb, double *&rowub) |
|
virtual void | loadProblem (const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const char *rowsen, const double *rowrhs, const double *rowrng) |
|
virtual void | assignProblem (CoinPackedMatrix *&matrix, double *&collb, double *&colub, double *&obj, char *&rowsen, double *&rowrhs, double *&rowrng) |
|
virtual void | 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) |
|
virtual void | 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) |
|
virtual int | readMps (const char *filename, const char *extension="mps") |
|
virtual void | writeMps (const char *filename, const char *extension="mps", double objSense=0.0) const |
|
virtual std::vector< double * > | getDualRays (int maxNumRays, bool fullRay=false) const |
|
virtual std::vector< double * > | getPrimalRays (int maxNumRays) const |
|
void | setSolverOutputToDefault () |
|
void | forceSolverOutput (int log_level) |
|
virtual double | getObjValue () const |
|
virtual void | extractLinearRelaxation (OsiSolverInterface &si, const double *x, bool getObj=1) |
|
virtual void | addObjectiveFunction (OsiSolverInterface &si, const double *x) |
|
virtual void | extractLinearRelaxation (OsiSolverInterface &si, bool getObj=1, bool solveNlp=1) |
|
void | getOuterApproximation (OsiCuts &cs, int getObj, const double *x2, bool global) |
|
void | getOuterApproximation (OsiCuts &cs, const double *x, int getObj, const double *x2, bool global) |
|
virtual void | getOuterApproximation (OsiCuts &cs, const double *x, int getObj, const double *x2, double theta, bool global) |
|
virtual void | getConstraintOuterApproximation (OsiCuts &cs, int constraintNumber, const double *x, const double *x2, bool global) |
|
void | getConstraintOuterApproximation (OsiCuts &cs, int constraintNumber, const double *x2, bool global) |
|
void | getBendersCut (OsiCuts &cs, bool global) |
|
double | solveFeasibilityProblem (size_t n, const double *x_bar, const int *ind, double a, double s, int L) |
|
| OsiTMINLPInterface () |
|
void | initialize (Ipopt::SmartPtr< Bonmin::RegisteredOptions > roptions, Ipopt::SmartPtr< Ipopt::OptionsList > options, Ipopt::SmartPtr< Ipopt::Journalist > journalist, const std::string &prefix, Ipopt::SmartPtr< TMINLP > tminlp) |
|
void | initialize (Ipopt::SmartPtr< Bonmin::RegisteredOptions > roptions, Ipopt::SmartPtr< Ipopt::OptionsList > options, Ipopt::SmartPtr< Ipopt::Journalist > journalist, Ipopt::SmartPtr< TMINLP > tminlp) |
|
void | setModel (Ipopt::SmartPtr< TMINLP > tminlp) |
|
void | setSolver (Ipopt::SmartPtr< TNLPSolver > app) |
|
void | use (Ipopt::SmartPtr< TMINLP2TNLP > tminlp2tnlp) |
|
| OsiTMINLPInterface (const OsiTMINLPInterface &) |
|
OsiSolverInterface * | clone (bool copyData=true) const |
|
OsiTMINLPInterface & | operator= (const OsiTMINLPInterface &rhs) |
|
virtual | ~OsiTMINLPInterface () |
|
void | readOptionFile (const std::string &fileName) |
|
const Ipopt::SmartPtr< Ipopt::OptionsList > | options () const |
|
Ipopt::SmartPtr< Ipopt::OptionsList > | options () |
|
const char * | prefix () const |
|
virtual void | initialSolve () |
|
virtual void | initialSolve (const char *whereFrom) |
|
virtual void | resolve () |
|
virtual void | resolve (const char *whereFrom) |
|
virtual void | resolveForCost (int numretry, bool keepWs) |
|
virtual void | resolveForRobustness (int numretry) |
|
virtual void | branchAndBound () |
|
virtual bool | isAbandoned () const |
|
virtual bool | isProvenOptimal () const |
|
virtual bool | isProvenPrimalInfeasible () const |
|
virtual bool | isProvenDualInfeasible () const |
|
virtual bool | isPrimalObjectiveLimitReached () const |
|
virtual bool | isDualObjectiveLimitReached () const |
|
virtual bool | isIterationLimitReached () const |
|
void | continuingOnAFailure () |
|
double | getNewCutoffDecr () |
|
void | setNewCutoffDecr (double d) |
|
bool | hasContinuedOnAFailure () |
|
void | ignoreFailures () |
|
void | forceInfeasible () |
|
void | forceBranchable () |
|
bool | setIntParam (OsiIntParam key, int value) |
|
bool | setDblParam (OsiDblParam key, double value) |
|
bool | setStrParam (OsiStrParam key, const std::string &value) |
|
bool | getIntParam (OsiIntParam key, int &value) const |
|
bool | getDblParam (OsiDblParam key, double &value) const |
|
bool | getStrParam (OsiStrParam key, std::string &value) const |
|
double | getPushFact () const |
|
virtual int | getNumCols () const |
|
virtual int | getNumRows () const |
|
const OsiSolverInterface::OsiNameVec & | getVarNames () |
|
virtual const double * | getColLower () const |
|
virtual const double * | getColUpper () const |
|
virtual const char * | getRowSense () const |
|
virtual const double * | getRightHandSide () const |
|
virtual const double * | getRowRange () const |
|
virtual const double * | getRowLower () const |
|
virtual const double * | getRowUpper () const |
|
virtual double | getObjSense () const |
|
virtual bool | isContinuous (int colNumber) const |
|
virtual bool | isBinary (int columnNumber) const |
|
virtual bool | isInteger (int columnNumber) const |
|
virtual bool | isIntegerNonBinary (int columnNumber) const |
|
virtual bool | isFreeBinary (int columnNumber) const |
|
virtual double | getInfinity () const |
|
const int * | getPriorities () const |
|
const int * | getBranchingDirections () const |
|
const double * | getUpPsCosts () const |
|
const double * | getDownPsCosts () const |
|
virtual const double * | getColSolution () const |
|
virtual const double * | getRowPrice () const |
|
virtual const double * | getReducedCost () const |
|
virtual const double * | getRowActivity () const |
|
virtual int | getIterationCount () const |
|
int | nCallOptimizeTNLP () |
|
double | totalNlpSolveTime () |
|
int | totalIterations () |
|
virtual void | setColLower (int elementIndex, double elementValue) |
|
virtual void | setColUpper (int elementIndex, double elementValue) |
|
virtual void | setColLower (const double *array) |
|
virtual void | setColUpper (const double *array) |
|
virtual void | setRowLower (int elementIndex, double elementValue) |
|
virtual void | setRowUpper (int elementIndex, double elementValue) |
|
virtual void | setRowType (int index, char sense, double rightHandSide, double range) |
|
virtual void | setObjSense (double s) |
|
virtual void | setColSolution (const double *colsol) |
|
virtual void | setRowPrice (const double *rowprice) |
|
virtual CoinWarmStart * | getEmptyWarmStart () const |
|
virtual CoinWarmStart * | getWarmStart () const |
|
virtual bool | setWarmStart (const CoinWarmStart *warmstart) |
|
void | setWarmStartMode (int mode) |
|
WarmStartModes | getWarmStartMode () |
|
void | randomStartingPoint () |
|
virtual bool | basisIsAvailable () const |
|
virtual void | setContinuous (int index) |
|
virtual void | setInteger (int index) |
|
virtual int | getNumElements () const |
|
virtual const double * | getObjCoefficients () const |
|
virtual const CoinPackedMatrix * | getMatrixByRow () const |
|
virtual const CoinPackedMatrix * | getMatrixByCol () const |
|
virtual void | setObjCoeff (int elementIndex, double elementValue) |
|
virtual void | addCol (const CoinPackedVectorBase &vec, const double collb, const double colub, const double obj) |
|
virtual void | deleteCols (const int num, const int *colIndices) |
|
virtual void | addRow (const CoinPackedVectorBase &vec, const double rowlb, const double rowub) |
|
virtual void | addRow (const CoinPackedVectorBase &vec, const char rowsen, const double rowrhs, const double rowrng) |
|
virtual void | deleteRows (const int num, const int *rowIndices) |
|
virtual void | loadProblem (const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const double *rowlb, const double *rowub) |
|
virtual void | assignProblem (CoinPackedMatrix *&matrix, double *&collb, double *&colub, double *&obj, double *&rowlb, double *&rowub) |
|
virtual void | loadProblem (const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const char *rowsen, const double *rowrhs, const double *rowrng) |
|
virtual void | assignProblem (CoinPackedMatrix *&matrix, double *&collb, double *&colub, double *&obj, char *&rowsen, double *&rowrhs, double *&rowrng) |
|
virtual void | 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) |
|
virtual void | 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) |
|
virtual int | readMps (const char *filename, const char *extension="mps") |
|
virtual void | writeMps (const char *filename, const char *extension="mps", double objSense=0.0) const |
|
virtual std::vector< double * > | getDualRays (int maxNumRays, bool fullRay=false) const |
|
virtual std::vector< double * > | getPrimalRays (int maxNumRays) const |
|
void | setSolverOutputToDefault () |
|
void | forceSolverOutput (int log_level) |
|
virtual double | getObjValue () const |
|
virtual void | extractLinearRelaxation (OsiSolverInterface &si, const double *x, bool getObj=1) |
|
virtual void | addObjectiveFunction (OsiSolverInterface &si, const double *x) |
|
virtual void | extractLinearRelaxation (OsiSolverInterface &si, bool getObj=1, bool solveNlp=1) |
|
void | getOuterApproximation (OsiCuts &cs, int getObj, const double *x2, bool global) |
|
void | getOuterApproximation (OsiCuts &cs, const double *x, int getObj, const double *x2, bool global) |
|
virtual void | getOuterApproximation (OsiCuts &cs, const double *x, int getObj, const double *x2, double theta, bool global) |
|
virtual void | getConstraintOuterApproximation (OsiCuts &cs, int constraintNumber, const double *x, const double *x2, bool global) |
|
void | getConstraintOuterApproximation (OsiCuts &cs, int constraintNumber, const double *x2, bool global) |
|
void | getBendersCut (OsiCuts &cs, bool global) |
|
double | solveFeasibilityProblem (size_t n, const double *x_bar, const int *ind, double a, double s, int L) |
|
virtual bool | setHintParam (OsiHintParam key, bool yesNo=true, OsiHintStrength strength=OsiHintTry, void *=NULL) |
|
virtual bool | getHintParam (OsiHintParam key, bool &yesNo, OsiHintStrength &strength, void *&otherInformation) const |
|
virtual bool | getHintParam (OsiHintParam key, bool &yesNo, OsiHintStrength &strength) const |
|
virtual bool | getHintParam (OsiHintParam key, bool &yesNo) const |
|
void | copyParameters (OsiSolverInterface &rhs) |
|
double | getIntegerTolerance () const |
|
virtual CoinWarmStart * | getPointerToWarmStart (bool &mustDelete) |
|
virtual void | markHotStart () |
|
virtual void | solveFromHotStart () |
|
virtual void | unmarkHotStart () |
|
virtual int | getNumIntegers () const |
|
const char * | columnType (bool refresh=false) const |
|
void | setColumnType (int iColumn, char type) |
|
virtual const char * | getColType (bool refresh=false) const |
|
virtual CoinPackedMatrix * | getMutableMatrixByRow () const |
|
virtual CoinPackedMatrix * | getMutableMatrixByCol () const |
|
virtual const double * | getStrictColSolution () |
|
virtual OsiVectorInt | getFractionalIndices (const double etol=1.e-05) const |
|
virtual void | setObjCoeffSet (const int *indexFirst, const int *indexLast, const double *coeffList) |
|
virtual void | setObjective (const double *array) |
|
virtual void | setColBounds (int elementIndex, double lower, double upper) |
|
virtual void | setColSetBounds (const int *indexFirst, const int *indexLast, const double *boundList) |
|
virtual void | setRowBounds (int elementIndex, double lower, double upper) |
|
virtual void | setRowSetBounds (const int *indexFirst, const int *indexLast, const double *boundList) |
|
virtual void | setRowSetTypes (const int *indexFirst, const int *indexLast, const char *senseList, const double *rhsList, const double *rangeList) |
|
virtual int | reducedCostFix (double gap, bool justInteger=true) |
|
virtual void | setContinuous (const int *indices, int len) |
|
virtual void | setInteger (const int *indices, int len) |
|
virtual std::string | dfltRowColName (char rc, int ndx, unsigned digits=7) const |
|
virtual std::string | getObjName (unsigned maxLen=static_cast< unsigned >(std::string::npos)) const |
|
virtual void | setObjName (std::string name) |
|
virtual std::string | getRowName (int rowIndex, unsigned maxLen=static_cast< unsigned >(std::string::npos)) const |
|
virtual const OsiNameVec & | getRowNames () |
|
virtual void | setRowName (int ndx, std::string name) |
|
virtual void | setRowNames (OsiNameVec &srcNames, int srcStart, int len, int tgtStart) |
|
virtual void | deleteRowNames (int tgtStart, int len) |
|
virtual std::string | getColName (int colIndex, unsigned maxLen=static_cast< unsigned >(std::string::npos)) const |
|
virtual const OsiNameVec & | getColNames () |
|
virtual void | setColName (int ndx, std::string name) |
|
virtual void | setColNames (OsiNameVec &srcNames, int srcStart, int len, int tgtStart) |
|
virtual void | deleteColNames (int tgtStart, int len) |
|
void | setRowColNames (const CoinMpsIO &mps) |
|
void | setRowColNames (CoinModel &mod) |
|
void | setRowColNames (CoinLpIO &mod) |
|
virtual void | addCol (const CoinPackedVectorBase &vec, const double collb, const double colub, const double obj, std::string name) |
|
virtual void | addCol (int numberElements, const int *rows, const double *elements, const double collb, const double colub, const double obj) |
|
virtual void | addCol (int numberElements, const int *rows, const double *elements, const double collb, const double colub, const double obj, std::string name) |
|
virtual void | addCols (const int numcols, const CoinPackedVectorBase *const *cols, const double *collb, const double *colub, const double *obj) |
|
virtual void | addCols (const int numcols, const CoinBigIndex *columnStarts, const int *rows, const double *elements, const double *collb, const double *colub, const double *obj) |
|
void | addCols (const CoinBuild &buildObject) |
|
int | addCols (CoinModel &modelObject) |
|
virtual void | addRow (const CoinPackedVectorBase &vec, const double rowlb, const double rowub, std::string name) |
|
virtual void | addRow (const CoinPackedVectorBase &vec, const char rowsen, const double rowrhs, const double rowrng, std::string name) |
|
virtual void | addRow (int numberElements, const int *columns, const double *element, const double rowlb, const double rowub) |
|
virtual void | addRows (const int numrows, const CoinPackedVectorBase *const *rows, const double *rowlb, const double *rowub) |
|
virtual void | addRows (const int numrows, const CoinPackedVectorBase *const *rows, const char *rowsen, const double *rowrhs, const double *rowrng) |
|
virtual void | addRows (const int numrows, const CoinBigIndex *rowStarts, const int *columns, const double *element, const double *rowlb, const double *rowub) |
|
void | addRows (const CoinBuild &buildObject) |
|
int | addRows (CoinModel &modelObject) |
|
virtual void | replaceMatrixOptional (const CoinPackedMatrix &) |
|
virtual void | replaceMatrix (const CoinPackedMatrix &) |
|
virtual void | saveBaseModel () |
|
virtual void | restoreBaseModel (int numberRows) |
|
virtual ApplyCutsReturnCode | applyCuts (const OsiCuts &cs, double effectivenessLb=0.0) |
|
virtual void | applyRowCuts (int numberCuts, const OsiRowCut *cuts) |
|
virtual void | applyRowCuts (int numberCuts, const OsiRowCut **cuts) |
|
void | deleteBranchingInfo (int numberDeleted, const int *which) |
|
virtual int | loadFromCoinModel (CoinModel &modelObject, bool keepSolution=false) |
|
virtual int | readMps (const char *filename, const char *extension, int &numberSets, CoinSet **&sets) |
|
virtual int | readGMPL (const char *filename, const char *dataname=NULL) |
|
int | 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 |
|
virtual void | writeLp (const char *filename, const char *extension="lp", double epsilon=1e-5, int numberAcross=10, int decimals=9, double objSense=0.0, bool useRowNames=true) const |
|
virtual void | writeLp (FILE *fp, double epsilon=1e-5, int numberAcross=10, int decimals=5, double objSense=0.0, bool useRowNames=true) const |
|
int | 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 |
|
int | 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 |
|
virtual int | readLp (const char *filename, const double epsilon=1e-5) |
|
int | readLp (FILE *fp, const double epsilon=1e-5) |
|
int | differentModel (OsiSolverInterface &other, bool ignoreNames=true) |
|
void | statistics (double &minimumNegative, double &maximumNegative, double &minimumPositive, double &maximumPositive, int type=3) const |
|
void | setApplicationData (void *appData) |
|
void | setAuxiliaryInfo (OsiAuxInfo *auxiliaryInfo) |
|
void * | getApplicationData () const |
|
OsiAuxInfo * | getAuxiliaryInfo () const |
|
virtual void | passInMessageHandler (CoinMessageHandler *handler) |
|
void | newLanguage (CoinMessages::Language language) |
|
void | setLanguage (CoinMessages::Language language) |
|
CoinMessageHandler * | messageHandler () const |
|
CoinMessages | messages () |
|
CoinMessages * | messagesPointer () |
|
bool | defaultHandler () const |
|
void | findIntegers (bool justCount) |
|
virtual int | findIntegersAndSOS (bool justCount) |
|
int | numberObjects () const |
|
void | setNumberObjects (int number) |
|
OsiObject ** | objects () const |
|
const OsiObject * | object (int which) const |
|
OsiObject * | modifiableObject (int which) const |
|
void | deleteObjects () |
|
void | addObjects (int numberObjects, OsiObject **objects) |
|
double | forceFeasible () |
|
virtual void | activateRowCutDebugger (const char *modelName) |
|
virtual void | activateRowCutDebugger (const double *solution, bool enforceOptimality=true) |
|
const OsiRowCutDebugger * | getRowCutDebugger () const |
|
OsiRowCutDebugger * | getRowCutDebuggerAlways () const |
|
virtual int | canDoSimplexInterface () const |
|
virtual void | enableFactorization () const |
|
virtual void | disableFactorization () const |
|
bool | optimalBasisIsAvailable () const |
|
virtual void | getBasisStatus (int *cstat, int *rstat) const |
|
virtual int | setBasisStatus (const int *cstat, const int *rstat) |
|
virtual void | getReducedGradient (double *columnReducedCosts, double *duals, const double *c) const |
|
virtual void | getBInvARow (int row, double *z, double *slack=NULL) const |
|
virtual void | getBInvRow (int row, double *z) const |
|
virtual void | getBInvACol (int col, double *vec) const |
|
virtual void | getBInvCol (int col, double *vec) const |
|
virtual void | getBasics (int *index) const |
|
virtual void | enableSimplexInterface (bool doingPrimal) |
|
virtual void | disableSimplexInterface () |
|
virtual int | pivot (int colIn, int colOut, int outStatus) |
|
virtual int | primalPivotResult (int colIn, int sign, int &colOut, int &outStatus, double &t, CoinPackedVector *dx) |
|
virtual int | dualPivotResult (int &colIn, int &sign, int colOut, int outStatus, double &t, CoinPackedVector *dx) |
|
| OsiSolverInterface () |
|
| OsiSolverInterface (const OsiSolverInterface &) |
|
OsiSolverInterface & | operator= (const OsiSolverInterface &rhs) |
|
virtual | ~OsiSolverInterface () |
|
virtual void | reset () |
|
virtual bool | setHintParam (OsiHintParam key, bool yesNo=true, OsiHintStrength strength=OsiHintTry, void *=NULL) |
|
virtual bool | getHintParam (OsiHintParam key, bool &yesNo, OsiHintStrength &strength, void *&otherInformation) const |
|
virtual bool | getHintParam (OsiHintParam key, bool &yesNo, OsiHintStrength &strength) const |
|
virtual bool | getHintParam (OsiHintParam key, bool &yesNo) const |
|
void | copyParameters (OsiSolverInterface &rhs) |
|
double | getIntegerTolerance () const |
|
virtual CoinWarmStart * | getPointerToWarmStart (bool &mustDelete) |
|
virtual void | markHotStart () |
|
virtual void | solveFromHotStart () |
|
virtual void | unmarkHotStart () |
|
virtual int | getNumIntegers () const |
|
const char * | columnType (bool refresh=false) const |
|
void | setColumnType (int iColumn, char type) |
|
virtual const char * | getColType (bool refresh=false) const |
|
virtual CoinPackedMatrix * | getMutableMatrixByRow () const |
|
virtual CoinPackedMatrix * | getMutableMatrixByCol () const |
|
virtual const double * | getStrictColSolution () |
|
virtual OsiVectorInt | getFractionalIndices (const double etol=1.e-05) const |
|
virtual void | setObjCoeffSet (const int *indexFirst, const int *indexLast, const double *coeffList) |
|
virtual void | setObjective (const double *array) |
|
virtual void | setColBounds (int elementIndex, double lower, double upper) |
|
virtual void | setColSetBounds (const int *indexFirst, const int *indexLast, const double *boundList) |
|
virtual void | setRowBounds (int elementIndex, double lower, double upper) |
|
virtual void | setRowSetBounds (const int *indexFirst, const int *indexLast, const double *boundList) |
|
virtual void | setRowSetTypes (const int *indexFirst, const int *indexLast, const char *senseList, const double *rhsList, const double *rangeList) |
|
virtual int | reducedCostFix (double gap, bool justInteger=true) |
|
virtual void | setContinuous (const int *indices, int len) |
|
virtual void | setInteger (const int *indices, int len) |
|
virtual std::string | dfltRowColName (char rc, int ndx, unsigned digits=7) const |
|
virtual std::string | getObjName (unsigned maxLen=static_cast< unsigned >(std::string::npos)) const |
|
virtual void | setObjName (std::string name) |
|
virtual std::string | getRowName (int rowIndex, unsigned maxLen=static_cast< unsigned >(std::string::npos)) const |
|
virtual const OsiNameVec & | getRowNames () |
|
virtual void | setRowName (int ndx, std::string name) |
|
virtual void | setRowNames (OsiNameVec &srcNames, int srcStart, int len, int tgtStart) |
|
virtual void | deleteRowNames (int tgtStart, int len) |
|
virtual std::string | getColName (int colIndex, unsigned maxLen=static_cast< unsigned >(std::string::npos)) const |
|
virtual const OsiNameVec & | getColNames () |
|
virtual void | setColName (int ndx, std::string name) |
|
virtual void | setColNames (OsiNameVec &srcNames, int srcStart, int len, int tgtStart) |
|
virtual void | deleteColNames (int tgtStart, int len) |
|
void | setRowColNames (const CoinMpsIO &mps) |
|
void | setRowColNames (CoinModel &mod) |
|
void | setRowColNames (CoinLpIO &mod) |
|
virtual void | addCol (const CoinPackedVectorBase &vec, const double collb, const double colub, const double obj, std::string name) |
|
virtual void | addCol (int numberElements, const int *rows, const double *elements, const double collb, const double colub, const double obj) |
|
virtual void | addCol (int numberElements, const int *rows, const double *elements, const double collb, const double colub, const double obj, std::string name) |
|
virtual void | addCols (const int numcols, const CoinPackedVectorBase *const *cols, const double *collb, const double *colub, const double *obj) |
|
virtual void | addCols (const int numcols, const CoinBigIndex *columnStarts, const int *rows, const double *elements, const double *collb, const double *colub, const double *obj) |
|
void | addCols (const CoinBuild &buildObject) |
|
int | addCols (CoinModel &modelObject) |
|
virtual void | addRow (const CoinPackedVectorBase &vec, const double rowlb, const double rowub, std::string name) |
|
virtual void | addRow (const CoinPackedVectorBase &vec, const char rowsen, const double rowrhs, const double rowrng, std::string name) |
|
virtual void | addRow (int numberElements, const int *columns, const double *element, const double rowlb, const double rowub) |
|
virtual void | addRows (const int numrows, const CoinPackedVectorBase *const *rows, const double *rowlb, const double *rowub) |
|
virtual void | addRows (const int numrows, const CoinPackedVectorBase *const *rows, const char *rowsen, const double *rowrhs, const double *rowrng) |
|
virtual void | addRows (const int numrows, const CoinBigIndex *rowStarts, const int *columns, const double *element, const double *rowlb, const double *rowub) |
|
void | addRows (const CoinBuild &buildObject) |
|
int | addRows (CoinModel &modelObject) |
|
virtual void | replaceMatrixOptional (const CoinPackedMatrix &) |
|
virtual void | replaceMatrix (const CoinPackedMatrix &) |
|
virtual void | saveBaseModel () |
|
virtual void | restoreBaseModel (int numberRows) |
|
virtual ApplyCutsReturnCode | applyCuts (const OsiCuts &cs, double effectivenessLb=0.0) |
|
virtual void | applyRowCuts (int numberCuts, const OsiRowCut *cuts) |
|
virtual void | applyRowCuts (int numberCuts, const OsiRowCut **cuts) |
|
void | deleteBranchingInfo (int numberDeleted, const int *which) |
|
virtual int | loadFromCoinModel (CoinModel &modelObject, bool keepSolution=false) |
|
virtual int | readMps (const char *filename, const char *extension, int &numberSets, CoinSet **&sets) |
|
virtual int | readGMPL (const char *filename, const char *dataname=NULL) |
|
int | 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 |
|
virtual void | writeLp (const char *filename, const char *extension="lp", double epsilon=1e-5, int numberAcross=10, int decimals=9, double objSense=0.0, bool useRowNames=true) const |
|
virtual void | writeLp (FILE *fp, double epsilon=1e-5, int numberAcross=10, int decimals=5, double objSense=0.0, bool useRowNames=true) const |
|
int | 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 |
|
int | 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 |
|
virtual int | readLp (const char *filename, const double epsilon=1e-5) |
|
int | readLp (FILE *fp, const double epsilon=1e-5) |
|
int | differentModel (OsiSolverInterface &other, bool ignoreNames=true) |
|
void | statistics (double &minimumNegative, double &maximumNegative, double &minimumPositive, double &maximumPositive, int type=3) const |
|
void | setApplicationData (void *appData) |
|
void | setAuxiliaryInfo (OsiAuxInfo *auxiliaryInfo) |
|
void * | getApplicationData () const |
|
OsiAuxInfo * | getAuxiliaryInfo () const |
|
virtual void | passInMessageHandler (CoinMessageHandler *handler) |
|
void | newLanguage (CoinMessages::Language language) |
|
void | setLanguage (CoinMessages::Language language) |
|
CoinMessageHandler * | messageHandler () const |
|
CoinMessages | messages () |
|
CoinMessages * | messagesPointer () |
|
bool | defaultHandler () const |
|
void | findIntegers (bool justCount) |
|
virtual int | findIntegersAndSOS (bool justCount) |
|
int | numberObjects () const |
|
void | setNumberObjects (int number) |
|
OsiObject ** | objects () const |
|
const OsiObject * | object (int which) const |
|
OsiObject * | modifiableObject (int which) const |
|
void | deleteObjects () |
|
void | addObjects (int numberObjects, OsiObject **objects) |
|
double | forceFeasible () |
|
virtual void | activateRowCutDebugger (const char *modelName) |
|
virtual void | activateRowCutDebugger (const double *solution, bool enforceOptimality=true) |
|
const OsiRowCutDebugger * | getRowCutDebugger () const |
|
OsiRowCutDebugger * | getRowCutDebuggerAlways () const |
|
virtual int | canDoSimplexInterface () const |
|
virtual void | enableFactorization () const |
|
virtual void | disableFactorization () const |
|
bool | optimalBasisIsAvailable () const |
|
virtual void | getBasisStatus (int *cstat, int *rstat) const |
|
virtual int | setBasisStatus (const int *cstat, const int *rstat) |
|
virtual void | getReducedGradient (double *columnReducedCosts, double *duals, const double *c) const |
|
virtual void | getBInvARow (int row, double *z, double *slack=NULL) const |
|
virtual void | getBInvRow (int row, double *z) const |
|
virtual void | getBInvACol (int col, double *vec) const |
|
virtual void | getBInvCol (int col, double *vec) const |
|
virtual void | getBasics (int *index) const |
|
virtual void | enableSimplexInterface (bool doingPrimal) |
|
virtual void | disableSimplexInterface () |
|
virtual int | pivot (int colIn, int colOut, int outStatus) |
|
virtual int | primalPivotResult (int colIn, int sign, int &colOut, int &outStatus, double &t, CoinPackedVector *dx) |
|
virtual int | dualPivotResult (int &colIn, int &sign, int colOut, int outStatus, double &t, CoinPackedVector *dx) |
|
| OsiSolverInterface () |
|
| OsiSolverInterface (const OsiSolverInterface &) |
|
OsiSolverInterface & | operator= (const OsiSolverInterface &rhs) |
|
virtual | ~OsiSolverInterface () |
|
virtual void | reset () |
|