_col_cbar | OsiDylpSolverInterface | mutableprivate |
_col_obj | OsiDylpSolverInterface | mutableprivate |
_col_x | OsiDylpSolverInterface | mutableprivate |
_matrix_by_col | OsiDylpSolverInterface | mutableprivate |
_matrix_by_row | OsiDylpSolverInterface | mutableprivate |
_objval | OsiDylpSolverInterface | mutableprivate |
_row_lhs | OsiDylpSolverInterface | mutableprivate |
_row_lower | OsiDylpSolverInterface | mutableprivate |
_row_price | OsiDylpSolverInterface | mutableprivate |
_row_range | OsiDylpSolverInterface | mutableprivate |
_row_rhs | OsiDylpSolverInterface | mutableprivate |
_row_sense | OsiDylpSolverInterface | mutableprivate |
_row_upper | OsiDylpSolverInterface | mutableprivate |
activateRowCutDebugger(const char *modelName) | OsiDylpSolverInterface | |
activateRowCutDebugger(const double *solution, bool keepContinuous=false) | OsiDylpSolverInterface | |
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 | |
addRow(const CoinPackedVectorBase &row, const double rowlb, const double rowub) | OsiDylpSolverInterface | |
addRow(const CoinPackedVectorBase &row, const char rowsen, const double rowrhs, const double rowrng) | OsiDylpSolverInterface | |
applyColCut(const OsiColCut &cut) | OsiDylpSolverInterface | |
applyRowCut(const OsiRowCut &cut) | OsiDylpSolverInterface | |
assert_same(const T &t1, const T &t2, bool exact) | OsiDylpSolverInterface | privatestatic |
assert_same(const T *t1, const T *t2, int n, bool exact) | OsiDylpSolverInterface | privatestatic |
assert_same(double d1, double d2, bool exact) | OsiDylpSolverInterface | privatestatic |
assert_same(const basis_struct &b1, const basis_struct &b2, bool exact) | OsiDylpSolverInterface | privatestatic |
assert_same(const consys_struct &c1, const consys_struct &c2, bool exact) | OsiDylpSolverInterface | privatestatic |
assert_same(const conbnd_struct &c1, const conbnd_struct &c2, bool exact) | OsiDylpSolverInterface | privatestatic |
assert_same(const lpprob_struct &l1, const lpprob_struct &l2, bool exact) | OsiDylpSolverInterface | privatestatic |
assert_same(const OsiDylpSolverInterface &o1, const OsiDylpSolverInterface &o2, bool exact) | OsiDylpSolverInterface | privatestatic |
assignProblem(CoinPackedMatrix *&matrix, double *&collb, double *&colub, double *&obj, char *&rowsen, double *&rowrhs, double *&rowrng) | OsiDylpSolverInterface | |
assignProblem(CoinPackedMatrix *&matrix, double *&collb, double *&colub, double *&obj, double *&rowlb, double *&rowub) | OsiDylpSolverInterface | |
balance | OsiDylpSolverInterface | |
basis | OsiDylpSolverInterface | |
basis_ready | OsiDylpSolverInterface | privatestatic |
basisCondition enum name | OsiDylpSolverInterface | private |
basisDamaged enum value | OsiDylpSolverInterface | private |
basisFresh enum value | OsiDylpSolverInterface | private |
basisIsAvailable() const | OsiDylpSolverInterface | |
basisModified enum value | OsiDylpSolverInterface | private |
basisNone enum value | OsiDylpSolverInterface | private |
bound_to_type(double lower, double upper) | OsiDylpSolverInterface | private |
branchAndBound() | OsiDylpSolverInterface | |
calc_objval() | OsiDylpSolverInterface | private |
canDoSimplexInterface() const | OsiDylpSolverInterface | |
clone(bool copyData=true) const | OsiDylpSolverInterface | |
condition | OsiDylpSolverInterface | |
construct_consys(int cols, int rows) | OsiDylpSolverInterface | private |
construct_lpprob() | OsiDylpSolverInterface | private |
construct_options() | OsiDylpSolverInterface | private |
consys | OsiDylpSolverInterface | private |
copy(const T *src, T *dst, int n) | OsiDylpSolverInterface | privatestatic |
copy(const T *src, int n) | OsiDylpSolverInterface | privatestatic |
copy(const T *src) | OsiDylpSolverInterface | privatestatic |
copy_basis(const basis_struct *src, int dstsze) | OsiDylpSolverInterface | privatestatic |
copy_basis(const basis_struct *src, basis_struct *dst) | OsiDylpSolverInterface | privatestatic |
copy_lpprob(const lpprob_struct *src) | OsiDylpSolverInterface | privatestatic |
deleteCols(const int num, const int *colIndices) | OsiDylpSolverInterface | |
deleteRows(const int num, const int *rowIndices) | OsiDylpSolverInterface | |
destruct_cache(bool rowStructure, bool colStructure) | OsiDylpSolverInterface | private |
destruct_col_cache(bool structure) | OsiDylpSolverInterface | private |
destruct_dual_cache() | OsiDylpSolverInterface | private |
destruct_presolve() | OsiDylpSolverInterface | private |
destruct_primal_cache() | OsiDylpSolverInterface | private |
destruct_problem(bool preserve_interface) | OsiDylpSolverInterface | private |
destruct_row_cache(bool structure) | OsiDylpSolverInterface | private |
detach_dylp() const | OsiDylpSolverInterface | private |
disableFactorization() const | OsiDylpSolverInterface | |
do_lp(ODSI_start_enum start, bool echo) | OsiDylpSolverInterface | private |
doPostsolve() | OsiDylpSolverInterface | private |
doPresolve() | OsiDylpSolverInterface | private |
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_printsoln(bool wantSoln, bool wantStats) | OsiDylpSolverInterface | |
enableFactorization() const | OsiDylpSolverInterface | |
ensureOwnership() const | OsiDylpSolverInterface | private |
evalPresolve() | OsiDylpSolverInterface | private |
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 |
getBasics(int *index) const | OsiDylpSolverInterface | virtual |
getBasisStatus(int *archStatus, int *logStatus) const | OsiDylpSolverInterface | |
getBInvACol(int col, double *abarj) const | OsiDylpSolverInterface | virtual |
getBInvARow(int row, double *abari, double *betai=0) const | OsiDylpSolverInterface | virtual |
getBInvCol(int col, double *betak) const | OsiDylpSolverInterface | virtual |
getBInvRow(int row, double *betai) const | OsiDylpSolverInterface | virtual |
getColLower() const | OsiDylpSolverInterface | |
getColSolution() const | OsiDylpSolverInterface | |
getColUpper() const | OsiDylpSolverInterface | |
getDblParam(OsiDblParam key, double &value) const | OsiDylpSolverInterface | |
getDualRays(int maxNumRays, bool fullRay) const | OsiDylpSolverInterface | |
getEmptyWarmStart() const | OsiDylpSolverInterface | |
getHintParam(OsiHintParam key, bool &sense, OsiHintStrength &strength, void *&info) const | OsiDylpSolverInterface | |
getInfinity() const | OsiDylpSolverInterface | |
getIntParam(OsiIntParam key, int &value) const | OsiDylpSolverInterface | |
getIterationCount() const | OsiDylpSolverInterface | |
getMatrixByCol() const | OsiDylpSolverInterface | |
getMatrixByRow() const | OsiDylpSolverInterface | |
getNumCols() const | OsiDylpSolverInterface | |
getNumElements() const | OsiDylpSolverInterface | |
getNumIntegers() const | OsiDylpSolverInterface | |
getNumRows() const | OsiDylpSolverInterface | |
getObjCoefficients() const | OsiDylpSolverInterface | |
getObjSense() const | OsiDylpSolverInterface | |
getObjValue() const | OsiDylpSolverInterface | |
getPrimalRays(int maxNumRays) const | OsiDylpSolverInterface | |
getReducedCost() const | OsiDylpSolverInterface | |
getReducedGradient(double *columnReducedCosts, double *duals, const double *c) const | OsiDylpSolverInterface | virtual |
getRightHandSide() const | OsiDylpSolverInterface | |
getRowActivity() const | OsiDylpSolverInterface | |
getRowLower() const | OsiDylpSolverInterface | |
getRowPrice() const | OsiDylpSolverInterface | |
getRowRange() const | OsiDylpSolverInterface | |
getRowSense() const | OsiDylpSolverInterface | |
getRowUpper() const | OsiDylpSolverInterface | |
getStrParam(OsiStrParam key, std::string &value) const | OsiDylpSolverInterface | |
getWarmStart() const | OsiDylpSolverInterface | |
hotstart_fallback | OsiDylpSolverInterface | private |
idx(int i) | OsiDylpSolverInterface | inlineprivatestatic |
idx_vec(T *vec) | OsiDylpSolverInterface | inlineprivatestatic |
info_ | OsiDylpSolverInterface | mutableprivate |
initial_gtxecho | OsiDylpSolverInterface | private |
initialisePostsolve(CoinPresolveMatrix *&preObj) | OsiDylpSolverInterface | private |
initialisePresolve(bool keepIntegers) | OsiDylpSolverInterface | private |
initialSolve() | OsiDylpSolverInterface | |
initialSolveOptions | OsiDylpSolverInterface | |
installPostsolve() | OsiDylpSolverInterface | private |
installPresolve() | OsiDylpSolverInterface | private |
inv(int i) | OsiDylpSolverInterface | inlineprivatestatic |
inv_vec(T *vec) | OsiDylpSolverInterface | inlineprivatestatic |
isAbandoned() const | OsiDylpSolverInterface | |
isBinary(int colIndex) const | OsiDylpSolverInterface | |
isContinuous(int colIndex) const | OsiDylpSolverInterface | |
isDualObjectiveLimitReached() const | OsiDylpSolverInterface | |
isInteger(int colIndex) const | OsiDylpSolverInterface | |
isIntegerNonBinary(int colIndex) const | OsiDylpSolverInterface | |
isIterationLimitReached() const | OsiDylpSolverInterface | |
isPrimalObjectiveLimitReached() const | OsiDylpSolverInterface | |
isProvenDualInfeasible() const | OsiDylpSolverInterface | |
isProvenOptimal() const | OsiDylpSolverInterface | |
isProvenPrimalInfeasible() const | OsiDylpSolverInterface | |
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 |
loadProblem(const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const char *rowsen, const double *rowrhs, const double *rowrng) | OsiDylpSolverInterface | |
loadProblem(const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const double *rowlb, const double *rowub) | OsiDylpSolverInterface | |
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 | |
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 | |
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 | privatestatic |
markHotStart() | OsiDylpSolverInterface | |
mps_debug | OsiDylpSolverInterface | private |
newLanguage(CoinMessages::Language language) | OsiDylpSolverInterface | inline |
obj_sense | OsiDylpSolverInterface | private |
odsiInfinity | OsiDylpSolverInterface | private |
operator=(const OsiDylpSolverInterface &rhs) | OsiDylpSolverInterface | |
OsiDylpSolverInterface() | OsiDylpSolverInterface | |
OsiDylpSolverInterface(const OsiDylpSolverInterface &src) | OsiDylpSolverInterface | |
OsiDylpSolverInterfaceUnitTest | OsiDylpSolverInterface | friend |
packed_vector(const CoinShallowPackedVector vector, int dimension) | OsiDylpSolverInterface | privatestatic |
packed_vector(const CoinShallowPackedVector vector, int dimension, pkvec_struct *dst) | OsiDylpSolverInterface | privatestatic |
passLimit_ | OsiDylpSolverInterface | private |
pessimal_primal() | OsiDylpSolverInterface | private |
postActions_ | OsiDylpSolverInterface | private |
postObj_ | OsiDylpSolverInterface | private |
preObj_ | OsiDylpSolverInterface | private |
readMps(const char *filename, const char *extension="mps") | OsiDylpSolverInterface | |
readMps(const char *filename, const char *extension, int &numberSets, CoinSet **&sets) | OsiDylpSolverInterface | |
reduceActiveBasis() | OsiDylpSolverInterface | private |
reference_count | OsiDylpSolverInterface | privatestatic |
reset() | OsiDylpSolverInterface | |
resolve() | OsiDylpSolverInterface | |
resolve_gtxecho | OsiDylpSolverInterface | private |
resolveOptions | OsiDylpSolverInterface | |
saved_col_obj | OsiDylpSolverInterface | mutableprivate |
saved_fullsys | OsiDylpSolverInterface | |
saved_matrix_by_col | OsiDylpSolverInterface | mutableprivate |
saved_matrix_by_row | OsiDylpSolverInterface | mutableprivate |
saved_row_lower | OsiDylpSolverInterface | mutableprivate |
saved_row_range | OsiDylpSolverInterface | mutableprivate |
saved_row_rhs | OsiDylpSolverInterface | mutableprivate |
saved_row_sense | OsiDylpSolverInterface | mutableprivate |
saved_row_upper | OsiDylpSolverInterface | mutableprivate |
savedConsys_ | OsiDylpSolverInterface | private |
saveOriginalSys() | OsiDylpSolverInterface | private |
sense_to_type(char type) | OsiDylpSolverInterface | privatestatic |
setBasisInLpprob(const OsiDylpWarmStartBasis *wsb, lpprob_struct *lpprob) const | OsiDylpSolverInterface | private |
setBasisStatus(const int *archStatus, const int *logStatus) | OsiDylpSolverInterface | |
setColLower(int index, double value) | OsiDylpSolverInterface | |
setColName(int ndx, std::string name) | OsiDylpSolverInterface | |
setColSolution(const double *colsol) | OsiDylpSolverInterface | |
setColUpper(int index, double value) | OsiDylpSolverInterface | |
setContinuous(int index) | OsiDylpSolverInterface | |
setDblParam(OsiDblParam key, double value) | OsiDylpSolverInterface | |
setHintParam(OsiHintParam key, bool sense=true, OsiHintStrength strength=OsiHintTry, void *info=0) | OsiDylpSolverInterface | |
setInteger(int index) | OsiDylpSolverInterface | |
setIntParam(OsiIntParam key, int value) | OsiDylpSolverInterface | |
setLanguage(CoinMessages::Language language) | OsiDylpSolverInterface | inline |
setObjCoeff(int index, double value) | OsiDylpSolverInterface | |
setObjective(const double *array) | OsiDylpSolverInterface | |
setObjName(std::string name) | OsiDylpSolverInterface | |
setObjSense(double sense) | OsiDylpSolverInterface | |
setOsiDylpMessages(CoinMessages::Language local_language) | OsiDylpSolverInterface | |
setRowLower(int index, double value) | OsiDylpSolverInterface | |
setRowName(int ndx, std::string name) | OsiDylpSolverInterface | |
setRowPrice(const double *) | OsiDylpSolverInterface | |
setRowType(int index, char rowsen, double rowrhs, double rowrng) | OsiDylpSolverInterface | |
setRowUpper(int index, double value) | OsiDylpSolverInterface | |
setStrParam(OsiStrParam key, const std::string &value) | OsiDylpSolverInterface | |
setWarmStart(const CoinWarmStart *warmStart) | OsiDylpSolverInterface | |
simplex | OsiDylpSolverInterface | |
simplex_state | OsiDylpSolverInterface | private |
solnIsFresh | OsiDylpSolverInterface | private |
solveFromHotStart() | OsiDylpSolverInterface | |
solvername | OsiDylpSolverInterface | private |
statistics | OsiDylpSolverInterface | private |
tolerances | OsiDylpSolverInterface | |
type_to_sense(contyp_enum type) | OsiDylpSolverInterface | privatestatic |
unimp_hint(bool dylpSense, bool hintSense, OsiHintStrength hintStrength, const char *msgString) | OsiDylpSolverInterface | private |
unmarkHotStart() | OsiDylpSolverInterface | |
writeMps(const char *basename, const char *extension="mps", double objsense=0.0) const | OsiDylpSolverInterface | |
~OsiDylpSolverInterface() | OsiDylpSolverInterface | |