_col_cbar | OsiDylpSolverInterface | [mutable, private] |
_col_obj | OsiDylpSolverInterface | [mutable, private] |
_col_x | OsiDylpSolverInterface | [mutable, private] |
_matrix_by_col | OsiDylpSolverInterface | [mutable, private] |
_matrix_by_row | OsiDylpSolverInterface | [mutable, private] |
_objval | OsiDylpSolverInterface | [mutable, private] |
_row_lhs | OsiDylpSolverInterface | [mutable, private] |
_row_lower | OsiDylpSolverInterface | [mutable, private] |
_row_price | OsiDylpSolverInterface | [mutable, private] |
_row_range | OsiDylpSolverInterface | [mutable, private] |
_row_rhs | OsiDylpSolverInterface | [mutable, private] |
_row_sense | OsiDylpSolverInterface | [mutable, private] |
_row_upper | OsiDylpSolverInterface | [mutable, private] |
activateRowCutDebugger(const char *modelName) | OsiDylpSolverInterface | [virtual] |
activateRowCutDebugger(const double *solution) | OsiDylpSolverInterface | [virtual] |
activeBasis | OsiDylpSolverInterface | [private] |
add_col(const CoinPackedVectorBase &coin_coli, vartyp_enum vtypi, double vlbi, double vubi, double obji, const std::string *nme) | OsiDylpSolverInterface | [private] |
add_row(const CoinPackedVectorBase &coin_rowi, char clazzi, contyp_enum ctypi, double rhsi, double rhslowi, const std::string *nme) | OsiDylpSolverInterface | [private] |
addCol(const CoinPackedVectorBase &vec, const double collb, const double colub, const double obj) | OsiDylpSolverInterface | [virtual] |
OsiSolverInterface::addCol(const CoinPackedVectorBase &vec, const double collb, const double colub, const double obj, std::string name) | OsiSolverInterface | [virtual] |
OsiSolverInterface::addCol(int numberElements, const int *rows, const double *elements, const double collb, const double colub, const double obj) | OsiSolverInterface | [virtual] |
OsiSolverInterface::addCol(int numberElements, const int *rows, const double *elements, const double collb, const double colub, const double obj, std::string name) | OsiSolverInterface | [virtual] |
addCols(const int numcols, const CoinPackedVectorBase *const *cols, const double *collb, const double *colub, const double *obj) | OsiSolverInterface | [virtual] |
addCols(const int numcols, const int *columnStarts, const int *rows, const double *elements, const double *collb, const double *colub, const double *obj) | OsiSolverInterface | [virtual] |
addCols(const CoinBuild &buildObject) | OsiSolverInterface | |
addCols(CoinModel &modelObject) | OsiSolverInterface | |
addObjects(int numberObjects, OsiObject **objects) | OsiSolverInterface | |
addRow(const CoinPackedVectorBase &row, const double rowlb, const double rowub) | OsiDylpSolverInterface | [virtual] |
addRow(const CoinPackedVectorBase &row, const char rowsen, const double rowrhs, const double rowrng) | OsiDylpSolverInterface | [virtual] |
OsiSolverInterface::addRow(const CoinPackedVectorBase &vec, const double rowlb, const double rowub, std::string name) | OsiSolverInterface | [virtual] |
OsiSolverInterface::addRow(const CoinPackedVectorBase &vec, const char rowsen, const double rowrhs, const double rowrng, std::string name) | OsiSolverInterface | [virtual] |
OsiSolverInterface::addRow(int numberElements, const int *columns, const double *element, const double rowlb, const double rowub) | OsiSolverInterface | [virtual] |
addRows(const int numrows, const CoinPackedVectorBase *const *rows, const double *rowlb, const double *rowub) | OsiSolverInterface | [virtual] |
addRows(const int numrows, const CoinPackedVectorBase *const *rows, const char *rowsen, const double *rowrhs, const double *rowrng) | OsiSolverInterface | [virtual] |
addRows(const int numrows, const int *rowStarts, const int *columns, const double *element, const double *rowlb, const double *rowub) | OsiSolverInterface | [virtual] |
addRows(const CoinBuild &buildObject) | OsiSolverInterface | |
addRows(CoinModel &modelObject) | OsiSolverInterface | |
applyColCut(const OsiColCut &cut) | OsiDylpSolverInterface | [virtual] |
applyCuts(const OsiCuts &cs, double effectivenessLb=0.0) | OsiSolverInterface | [virtual] |
applyRowCut(const OsiRowCut &cut) | OsiDylpSolverInterface | [virtual] |
applyRowCuts(int numberCuts, const OsiRowCut *cuts) | OsiSolverInterface | [virtual] |
applyRowCuts(int numberCuts, const OsiRowCut **cuts) | OsiSolverInterface | [virtual] |
assert_same(const T &t1, const T &t2, bool exact) | OsiDylpSolverInterface | [private, static] |
assert_same(const T *t1, const T *t2, int n, bool exact) | OsiDylpSolverInterface | [private, static] |
assert_same(double d1, double d2, bool exact) | OsiDylpSolverInterface | [private, static] |
assert_same(const basis_struct &b1, const basis_struct &b2, bool exact) | OsiDylpSolverInterface | [private, static] |
assert_same(const consys_struct &c1, const consys_struct &c2, bool exact) | OsiDylpSolverInterface | [private, static] |
assert_same(const conbnd_struct &c1, const conbnd_struct &c2, bool exact) | OsiDylpSolverInterface | [private, static] |
assert_same(const lpprob_struct &l1, const lpprob_struct &l2, bool exact) | OsiDylpSolverInterface | [private, static] |
assert_same(const OsiDylpSolverInterface &o1, const OsiDylpSolverInterface &o2, bool exact) | OsiDylpSolverInterface | [private, static] |
assignProblem(CoinPackedMatrix *&matrix, double *&collb, double *&colub, double *&obj, char *&rowsen, double *&rowrhs, double *&rowrng) | OsiDylpSolverInterface | [virtual] |
assignProblem(CoinPackedMatrix *&matrix, double *&collb, double *&colub, double *&obj, double *&rowlb, double *&rowub) | OsiDylpSolverInterface | [virtual] |
balance | OsiDylpSolverInterface | [private] |
basis | OsiDylpSolverInterface | [private] |
basis_ready | OsiDylpSolverInterface | [private, static] |
basisCondition enum name | OsiDylpSolverInterface | [private] |
basisDamaged enum value | OsiDylpSolverInterface | [private] |
basisFresh enum value | OsiDylpSolverInterface | [private] |
basisIsAvailable() const | OsiSolverInterface | [virtual] |
basisModified enum value | OsiDylpSolverInterface | [private] |
basisNone enum value | OsiDylpSolverInterface | [private] |
bound_to_type(double lower, double upper) | OsiDylpSolverInterface | [private] |
branchAndBound() | OsiDylpSolverInterface | [virtual] |
calc_objval() | OsiDylpSolverInterface | [private] |
canDoSimplexInterface() const | OsiSolverInterface | [virtual] |
clone(bool copyData=true) const | OsiDylpSolverInterface | [virtual] |
columnType(bool refresh=false) const | OsiSolverInterface | [inline] |
columnType_ | OsiSolverInterface | [mutable, protected] |
condition | OsiDylpSolverInterface | [private] |
construct_consys(int cols, int rows) | OsiDylpSolverInterface | [private] |
construct_lpprob() | OsiDylpSolverInterface | [private] |
construct_options() | OsiDylpSolverInterface | [private] |
consys | OsiDylpSolverInterface | [private] |
convertBoundToSense(const double lower, const double upper, char &sense, double &right, double &range) const | OsiSolverInterface | [inline, protected] |
convertSenseToBound(const char sense, const double right, const double range, double &lower, double &upper) const | OsiSolverInterface | [inline, protected] |
copy(const T *src, T *dst, int n) | OsiDylpSolverInterface | [private, static] |
copy(const T *src, int n) | OsiDylpSolverInterface | [private, static] |
copy(const T *src) | OsiDylpSolverInterface | [private, static] |
copy_basis(const basis_struct *src, int dstsze) | OsiDylpSolverInterface | [private, static] |
copy_basis(const basis_struct *src, basis_struct *dst) | OsiDylpSolverInterface | [private, static] |
copy_lpprob(const lpprob_struct *src) | OsiDylpSolverInterface | [private, static] |
copyParameters(OsiSolverInterface &rhs) | OsiSolverInterface | |
defaultHandler() const | OsiSolverInterface | [inline] |
defaultHandler_ | OsiSolverInterface | [protected] |
deleteBranchingInfo(int numberDeleted, const int *which) | OsiSolverInterface | |
deleteColNames(int tgtStart, int len) | OsiSolverInterface | [virtual] |
deleteCols(const int num, const int *colIndices) | OsiDylpSolverInterface | [virtual] |
deleteObjects() | OsiSolverInterface | |
deleteRowNames(int tgtStart, int len) | OsiSolverInterface | [virtual] |
deleteRows(const int num, const int *rowIndices) | OsiDylpSolverInterface | [virtual] |
destruct_cache(bool rowStructure, bool colStructure) | OsiDylpSolverInterface | [private] |
destruct_col_cache(bool structure) | OsiDylpSolverInterface | [private] |
destruct_presolve() | OsiDylpSolverInterface | [private] |
destruct_problem(bool preserve_interface) | OsiDylpSolverInterface | [private] |
destruct_row_cache(bool structure) | OsiDylpSolverInterface | [private] |
detach_dylp() | OsiDylpSolverInterface | [private] |
dfltRowColName(char rc, int ndx, unsigned digits=7) const | OsiSolverInterface | [virtual] |
disableFactorization() const | OsiSolverInterface | [virtual] |
disableSimplexInterface() | OsiSolverInterface | [virtual] |
do_lp(ODSI_start_enum start) | OsiDylpSolverInterface | [private] |
doPostsolve() | OsiDylpSolverInterface | [private] |
doPresolve() | OsiDylpSolverInterface | [private] |
dualPivotResult(int &colIn, int &sign, int colOut, int outStatus, double &t, CoinPackedVector *dx) | OsiSolverInterface | [virtual] |
dylp_controlfile(const char *name, const bool silent, const bool mustexist=true) | OsiDylpSolverInterface | |
dylp_ioinit() | OsiDylpSolverInterface | [private] |
dylp_logfile(const char *name, bool echo=false) | OsiDylpSolverInterface | |
dylp_outfile(const char *name) | OsiDylpSolverInterface | |
dylp_owner | OsiDylpSolverInterface | [private, static] |
dylp_printsoln(bool wantSoln, bool wantStats) | OsiDylpSolverInterface | |
enableFactorization() const | OsiSolverInterface | [virtual] |
enableSimplexInterface(bool doingPrimal) | OsiSolverInterface | [virtual] |
evalPresolve() | OsiDylpSolverInterface | [private] |
findIntegers(bool justCount) | OsiSolverInterface | |
findIntegersAndSOS(bool justCount) | OsiSolverInterface | [virtual] |
forceFeasible() | OsiSolverInterface | |
forceIntoRange(const T value, const T lower, const T upper) const | OsiSolverInterface | [inline, protected] |
gen_rowiparms(contyp_enum *ctypi, double *rhsi, double *rhslowi, char sensei, double rhsini, double rangei) | OsiDylpSolverInterface | [private] |
gen_rowiparms(contyp_enum *ctypi, double *rhsi, double *rhslowi, double rowlbi, double rowubi) | OsiDylpSolverInterface | [private] |
gen_rowparms(int rowcnt, double *rhs, double *rhslow, contyp_enum *ctyp, const double *rowlb, const double *rowub) | OsiDylpSolverInterface | [private] |
gen_rowparms(int rowcnt, double *rhs, double *rhslow, contyp_enum *ctyp, const char *sense, const double *rhsin, const double *range) | OsiDylpSolverInterface | [private] |
getApplicationData() const | OsiSolverInterface | |
getAuxiliaryInfo() const | OsiSolverInterface | |
getBasics(int *index) const | OsiSolverInterface | [virtual] |
getBasisStatus(int *cstat, int *rstat) const | OsiSolverInterface | [virtual] |
getBInvACol(int col, double *vec) const | OsiSolverInterface | [virtual] |
getBInvARow(int row, double *z, double *slack=NULL) const | OsiSolverInterface | [virtual] |
getBInvCol(int col, double *vec) const | OsiSolverInterface | [virtual] |
getBInvRow(int row, double *z) const | OsiSolverInterface | [virtual] |
getColLower() const | OsiDylpSolverInterface | [virtual] |
getColName(int colIndex, unsigned maxLen=(unsigned) std::string::npos) const | OsiSolverInterface | [virtual] |
getColNames() | OsiSolverInterface | [virtual] |
getColSolution() const | OsiDylpSolverInterface | [virtual] |
getColType(bool refresh=false) const | OsiSolverInterface | [virtual] |
getColUpper() const | OsiDylpSolverInterface | [virtual] |
getDblParam(OsiDblParam key, double &value) const | OsiDylpSolverInterface | [virtual] |
getDualRays(int) const | OsiDylpSolverInterface | [virtual] |
getEmptyWarmStart() const | OsiDylpSolverInterface | [virtual] |
getFractionalIndices(const double etol=1.e-05) const | OsiSolverInterface | [virtual] |
getHintParam(OsiHintParam key, bool &sense, OsiHintStrength &strength, void *&info) const | OsiDylpSolverInterface | [virtual] |
OsiSolverInterface::getHintParam(OsiHintParam key, bool &yesNo, OsiHintStrength &strength) const | OsiSolverInterface | [inline, virtual] |
OsiSolverInterface::getHintParam(OsiHintParam key, bool &yesNo) const | OsiSolverInterface | [inline, virtual] |
getInfinity() const | OsiDylpSolverInterface | [virtual] |
getIntegerTolerance() const | OsiSolverInterface | [inline] |
getIntParam(OsiIntParam key, int &value) const | OsiDylpSolverInterface | [virtual] |
getIterationCount() const | OsiDylpSolverInterface | [virtual] |
getMatrixByCol() const | OsiDylpSolverInterface | [virtual] |
getMatrixByRow() const | OsiDylpSolverInterface | [virtual] |
getMutableMatrixByCol() const | OsiSolverInterface | [inline, virtual] |
getMutableMatrixByRow() const | OsiSolverInterface | [inline, virtual] |
getNumCols() const | OsiDylpSolverInterface | [virtual] |
getNumElements() const | OsiDylpSolverInterface | [virtual] |
getNumIntegers() const | OsiDylpSolverInterface | [virtual] |
getNumRows() const | OsiDylpSolverInterface | [virtual] |
getObjCoefficients() const | OsiDylpSolverInterface | [virtual] |
getObjName(unsigned maxLen=(unsigned) std::string::npos) const | OsiSolverInterface | [virtual] |
getObjSense() const | OsiDylpSolverInterface | [virtual] |
getObjValue() const | OsiDylpSolverInterface | [virtual] |
getPointerToWarmStart(bool &mustDelete) | OsiSolverInterface | [virtual] |
getPrimalRays(int) const | OsiDylpSolverInterface | [virtual] |
getReducedCost() const | OsiDylpSolverInterface | [virtual] |
getReducedGradient(double *columnReducedCosts, double *duals, const double *c) | OsiSolverInterface | [virtual] |
getRightHandSide() const | OsiDylpSolverInterface | [virtual] |
getRowActivity() const | OsiDylpSolverInterface | [virtual] |
getRowCutDebugger() const | OsiSolverInterface | |
getRowCutDebuggerAlways() const | OsiSolverInterface | |
getRowLower() const | OsiDylpSolverInterface | [virtual] |
getRowName(int rowIndex, unsigned maxLen=(unsigned) std::string::npos) const | OsiSolverInterface | [virtual] |
getRowNames() | OsiSolverInterface | [virtual] |
getRowPrice() const | OsiDylpSolverInterface | [virtual] |
getRowRange() const | OsiDylpSolverInterface | [virtual] |
getRowSense() const | OsiDylpSolverInterface | [virtual] |
getRowUpper() const | OsiDylpSolverInterface | [virtual] |
getStrictColSolution() | OsiSolverInterface | |
getStrParam(OsiStrParam key, std::string &value) const | OsiDylpSolverInterface | [virtual] |
getWarmStart() const | OsiDylpSolverInterface | [virtual] |
handler_ | OsiSolverInterface | [protected] |
hotstart_fallback | OsiDylpSolverInterface | [private] |
idx(int i) | OsiDylpSolverInterface | [private, static] |
idx_vec(T *data) | OsiDylpSolverInterface | [private, static] |
info_ | OsiDylpSolverInterface | [mutable, private] |
initial_gtxecho | OsiDylpSolverInterface | [private] |
initialisePostsolve(CoinPresolveMatrix *&preObj) | OsiDylpSolverInterface | [private] |
initialisePresolve(bool keepIntegers) | OsiDylpSolverInterface | [private] |
initialSolve() | OsiDylpSolverInterface | [virtual] |
initialSolveOptions | OsiDylpSolverInterface | |
installPostsolve() | OsiDylpSolverInterface | [private] |
installPresolve() | OsiDylpSolverInterface | [private] |
inv(int i) | OsiDylpSolverInterface | [private, static] |
inv_vec(T *data) | OsiDylpSolverInterface | [private, static] |
isAbandoned() const | OsiDylpSolverInterface | [virtual] |
isBinary(int colIndex) const | OsiDylpSolverInterface | [virtual] |
isContinuous(int colIndex) const | OsiDylpSolverInterface | [virtual] |
isDualObjectiveLimitReached() const | OsiDylpSolverInterface | [virtual] |
isFreeBinary(int colIndex) const | OsiSolverInterface | [virtual] |
isInteger(int colIndex) const | OsiDylpSolverInterface | [virtual] |
isIntegerNonBinary(int colIndex) const | OsiDylpSolverInterface | [virtual] |
isIterationLimitReached() const | OsiDylpSolverInterface | [virtual] |
isPrimalObjectiveLimitReached() const | OsiDylpSolverInterface | [virtual] |
isProvenDualInfeasible() const | OsiDylpSolverInterface | [virtual] |
isProvenOptimal() const | OsiDylpSolverInterface | [virtual] |
isProvenPrimalInfeasible() const | OsiDylpSolverInterface | [virtual] |
keepIntegers_ | OsiDylpSolverInterface | [private] |
load_problem(const CoinMpsIO &mps) | OsiDylpSolverInterface | [private] |
load_problem(const CoinPackedMatrix &matrix, const double *col_lower, const double *col_upper, const double *obj, const contyp_enum *ctyp, const double *rhs, const double *rhslow) | OsiDylpSolverInterface | [private] |
load_problem(const int colcnt, const int rowcnt, const int *start, const int *lens, const int *index, const double *value, const double *col_lower, const double *col_upper, const double *obj, const contyp_enum *ctyp, const double *rhs, const double *rhslow) | OsiDylpSolverInterface | [private] |
loadFromCoinModel(CoinModel &modelObject, bool keepSolution=false) | OsiSolverInterface | [virtual] |
loadProblem(const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const char *rowsen, const double *rowrhs, const double *rowrng) | OsiDylpSolverInterface | [virtual] |
loadProblem(const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const double *rowlb, const double *rowub) | OsiDylpSolverInterface | [virtual] |
loadProblem(const int colcnt, const int rowcnt, const int *start, const int *index, const double *value, const double *collb, const double *colub, const double *obj, const char *sense, const double *rhsin, const double *range) | OsiDylpSolverInterface | [virtual] |
loadProblem(const int colcnt, const int rowcnt, const int *start, const int *index, const double *value, const double *collb, const double *colub, const double *obj, const double *row_lower, const double *row_upper) | OsiDylpSolverInterface | [virtual] |
local_logchn | OsiDylpSolverInterface | [private] |
local_outchn | OsiDylpSolverInterface | [private] |
lp_retval | OsiDylpSolverInterface | [private] |
lpprob | OsiDylpSolverInterface | [private] |
make_filename(const char *filename, const char *ext1, const char *ext2) | OsiDylpSolverInterface | [private, static] |
markHotStart() | OsiDylpSolverInterface | [virtual] |
messageHandler() const | OsiSolverInterface | [inline] |
messages() | OsiSolverInterface | [inline] |
messages_ | OsiSolverInterface | [protected] |
messagesPointer() | OsiSolverInterface | [inline] |
modifiableObject(int which) const | OsiSolverInterface | [inline] |
mps_debug | OsiDylpSolverInterface | [private] |
newLanguage(CoinMessages::Language language) | OsiDylpSolverInterface | [inline] |
numberIntegers_ | OsiSolverInterface | [protected] |
numberObjects() const | OsiSolverInterface | [inline] |
numberObjects_ | OsiSolverInterface | [protected] |
obj_sense | OsiDylpSolverInterface | [private] |
object(int which) const | OsiSolverInterface | [inline] |
object_ | OsiSolverInterface | [protected] |
objects() const | OsiSolverInterface | [inline] |
odsiInfinity | OsiDylpSolverInterface | [private] |
operator=(const OsiDylpSolverInterface &rhs) | OsiDylpSolverInterface | |
OsiSolverInterface::operator=(const OsiSolverInterface &rhs) | OsiSolverInterface | |
optimalBasisIsAvailable() const | OsiSolverInterface | [inline] |
OsiDylpSolverInterface() | OsiDylpSolverInterface | |
OsiDylpSolverInterface(const OsiDylpSolverInterface &src) | OsiDylpSolverInterface | |
OsiDylpSolverInterfaceUnitTest(const std::string &mpsDir, const std::string &netLibDir) | OsiDylpSolverInterface | [friend] |
OsiNameVec typedef | OsiSolverInterface | |
OsiSolverInterface() | OsiSolverInterface | |
OsiSolverInterface(const OsiSolverInterface &) | OsiSolverInterface | |
packed_vector(const CoinShallowPackedVector vector, int dimension) | OsiDylpSolverInterface | [private, static] |
packed_vector(const CoinShallowPackedVector vector, int dimension, pkvec_struct *dst) | OsiDylpSolverInterface | [private, static] |
passInMessageHandler(CoinMessageHandler *handler) | OsiSolverInterface | |
passLimit_ | OsiDylpSolverInterface | [private] |
pessimal_primal() | OsiDylpSolverInterface | [private] |
pivot(int colIn, int colOut, int outStatus) | OsiSolverInterface | [virtual] |
postActions_ | OsiDylpSolverInterface | [private] |
postObj_ | OsiDylpSolverInterface | [private] |
preObj_ | OsiDylpSolverInterface | [private] |
primalPivotResult(int colIn, int sign, int &colOut, int &outStatus, double &t, CoinPackedVector *dx) | OsiSolverInterface | [virtual] |
readGMPL(const char *filename, const char *dataname=NULL) | OsiSolverInterface | [virtual] |
readLp(const char *filename, const double epsilon=1e-5) | OsiSolverInterface | [virtual] |
readLp(FILE *fp, const double epsilon=1e-5) | OsiSolverInterface | |
readMps(const char *filename, const char *extension="mps") | OsiDylpSolverInterface | [virtual] |
readMps(const char *filename, const char *extension, int &numberSets, CoinSet **&sets) | OsiDylpSolverInterface | [virtual] |
reduceActiveBasis() | OsiDylpSolverInterface | [private] |
reducedCostFix(double gap, bool justInteger=true) | OsiSolverInterface | [virtual] |
reference_count | OsiDylpSolverInterface | [private, static] |
replaceMatrix(const CoinPackedMatrix &matrix) | OsiSolverInterface | [inline, virtual] |
replaceMatrixOptional(const CoinPackedMatrix &matrix) | OsiSolverInterface | [inline, virtual] |
reset() | OsiDylpSolverInterface | [virtual] |
resolve() | OsiDylpSolverInterface | [virtual] |
resolve_gtxecho | OsiDylpSolverInterface | [private] |
resolveOptions | OsiDylpSolverInterface | |
restoreBaseModel(int numberRows) | OsiSolverInterface | [virtual] |
rowCutDebugger_ | OsiSolverInterface | [protected] |
saveBaseModel() | OsiSolverInterface | [inline, virtual] |
saved_col_obj | OsiDylpSolverInterface | [mutable, private] |
saved_matrix_by_col | OsiDylpSolverInterface | [mutable, private] |
saved_matrix_by_row | OsiDylpSolverInterface | [mutable, private] |
saved_row_lower | OsiDylpSolverInterface | [mutable, private] |
saved_row_range | OsiDylpSolverInterface | [mutable, private] |
saved_row_rhs | OsiDylpSolverInterface | [mutable, private] |
saved_row_sense | OsiDylpSolverInterface | [mutable, private] |
saved_row_upper | OsiDylpSolverInterface | [mutable, private] |
savedConsys_ | OsiDylpSolverInterface | [private] |
saveOriginalSys() | OsiDylpSolverInterface | [private] |
sense_to_type(char type) | OsiDylpSolverInterface | [private, static] |
setApplicationData(void *appData) | OsiSolverInterface | |
setAuxiliaryInfo(OsiAuxInfo *auxiliaryInfo) | OsiSolverInterface | |
setBasisStatus(const int *cstat, const int *rstat) | OsiSolverInterface | [virtual] |
setColBounds(int elementIndex, double lower, double upper) | OsiSolverInterface | [inline, virtual] |
setColLower(int index, double value) | OsiDylpSolverInterface | [virtual] |
OsiSolverInterface::setColLower(const double *array) | OsiSolverInterface | [virtual] |
setColName(int ndx, std::string name) | OsiDylpSolverInterface | [virtual] |
setColNames(OsiNameVec &srcNames, int srcStart, int len, int tgtStart) | OsiSolverInterface | [virtual] |
setColSetBounds(const int *indexFirst, const int *indexLast, const double *boundList) | OsiSolverInterface | [virtual] |
setColSolution(const double *colsol) | OsiDylpSolverInterface | [virtual] |
setColUpper(int index, double value) | OsiDylpSolverInterface | [virtual] |
OsiSolverInterface::setColUpper(const double *array) | OsiSolverInterface | [virtual] |
setContinuous(int index) | OsiDylpSolverInterface | [virtual] |
setContinuous(const int *indices, int len) | OsiDylpSolverInterface | [virtual] |
setDblParam(OsiDblParam key, double value) | OsiDylpSolverInterface | [virtual] |
setHintParam(OsiHintParam key, bool sense=true, OsiHintStrength strength=OsiHintTry, void *info=0) | OsiDylpSolverInterface | [virtual] |
setInitialData() | OsiSolverInterface | [protected] |
setInteger(int index) | OsiDylpSolverInterface | [virtual] |
setInteger(const int *indices, int len) | OsiDylpSolverInterface | [virtual] |
setIntParam(OsiIntParam key, int value) | OsiDylpSolverInterface | [virtual] |
setLanguage(CoinMessages::Language language) | OsiDylpSolverInterface | [inline] |
setNumberObjects(int number) | OsiSolverInterface | [inline] |
setObjCoeff(int index, double value) | OsiDylpSolverInterface | [virtual] |
setObjCoeffSet(const int *indexFirst, const int *indexLast, const double *coeffList) | OsiSolverInterface | [virtual] |
setObjective(const double *array) | OsiSolverInterface | [virtual] |
setObjectiveAndRefresh(double *c) | OsiSolverInterface | [virtual] |
setObjName(std::string name) | OsiDylpSolverInterface | [virtual] |
setObjSense(double sense) | OsiDylpSolverInterface | [virtual] |
setOsiDylpMessages(CoinMessages::Language local_language) | OsiDylpSolverInterface | |
setRowBounds(int elementIndex, double lower, double upper) | OsiSolverInterface | [inline, virtual] |
setRowColNames(const CoinMpsIO &mps) | OsiSolverInterface | |
setRowColNames(CoinModel &mod) | OsiSolverInterface | |
setRowColNames(CoinLpIO &mod) | OsiSolverInterface | |
setRowLower(int index, double value) | OsiDylpSolverInterface | [virtual] |
setRowName(int ndx, std::string name) | OsiDylpSolverInterface | [virtual] |
setRowNames(OsiNameVec &srcNames, int srcStart, int len, int tgtStart) | OsiSolverInterface | [virtual] |
setRowPrice(const double *) | OsiDylpSolverInterface | [virtual] |
setRowSetBounds(const int *indexFirst, const int *indexLast, const double *boundList) | OsiSolverInterface | [virtual] |
setRowSetTypes(const int *indexFirst, const int *indexLast, const char *senseList, const double *rhsList, const double *rangeList) | OsiSolverInterface | [virtual] |
setRowType(int index, char rowsen, double rowrhs, double rowrng) | OsiDylpSolverInterface | [virtual] |
setRowUpper(int index, double value) | OsiDylpSolverInterface | [virtual] |
setStrParam(OsiStrParam key, const std::string &value) | OsiDylpSolverInterface | [virtual] |
setWarmStart(const CoinWarmStart *warmStart) | OsiDylpSolverInterface | [virtual] |
solnIsFresh | OsiDylpSolverInterface | [private] |
solveFromHotStart() | OsiDylpSolverInterface | [virtual] |
solvername | OsiDylpSolverInterface | [private] |
statistics | OsiDylpSolverInterface | [private] |
tolerances | OsiDylpSolverInterface | |
type_to_sense(contyp_enum type) | OsiDylpSolverInterface | [private, static] |
unimp_hint(bool dylpSense, bool hintSense, OsiHintStrength hintStrength, const char *msgString) | OsiDylpSolverInterface | [private] |
unmarkHotStart() | OsiDylpSolverInterface | [virtual] |
writeLp(const char *filename, const char *extension="lp", double epsilon=1e-5, int numberAcross=10, int decimals=5, double objSense=0.0, bool useRowNames=true) const | OsiSolverInterface | [virtual] |
writeLp(FILE *fp, double epsilon=1e-5, int numberAcross=10, int decimals=5, double objSense=0.0, bool useRowNames=true) const | OsiSolverInterface | [virtual] |
writeLpNative(const char *filename, char const *const *const rowNames, char const *const *const columnNames, const double epsilon=1.0e-5, const int numberAcross=10, const int decimals=5, const double objSense=0.0, const bool useRowNames=true) const | OsiSolverInterface | |
writeLpNative(FILE *fp, char const *const *const rowNames, char const *const *const columnNames, const double epsilon=1.0e-5, const int numberAcross=10, const int decimals=5, const double objSense=0.0, const bool useRowNames=true) const | OsiSolverInterface | |
writeMps(const char *basename, const char *extension="mps", double objsense=0.0) const | OsiDylpSolverInterface | [virtual] |
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 | |
~OsiDylpSolverInterface() | OsiDylpSolverInterface | |
~OsiSolverInterface() | OsiSolverInterface | [virtual] |