ClpSimplex Member List

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

acceptablePivot_ClpSimplex [protected]
active(int iRow) const ClpSimplex [inline]
add(double *array, int column, double multiplier) const ClpSimplex
addColumn(int numberInColumn, const int *rows, const double *elements, double columnLower=0.0, double columnUpper=COIN_DBL_MAX, double objective=0.0)ClpModel
addColumns(int number, const double *columnLower, const double *columnUpper, const double *objective, const CoinBigIndex *columnStarts, const int *rows, const double *elements)ClpModel
addColumns(int number, const double *columnLower, const double *columnUpper, const double *objective, const CoinBigIndex *columnStarts, const int *columnLengths, const int *rows, const double *elements)ClpModel
addColumns(int number, const double *columnLower, const double *columnUpper, const double *objective, const CoinPackedVectorBase *const *columns)ClpModel
addColumns(const CoinBuild &buildObject, bool tryPlusMinusOne=false, bool checkDuplicates=true)ClpModel
addColumns(CoinModel &modelObject, bool tryPlusMinusOne=false, bool checkDuplicates=true)ClpModel
addRow(int numberInRow, const int *columns, const double *elements, double rowLower=-COIN_DBL_MAX, double rowUpper=COIN_DBL_MAX)ClpModel
addRows(int number, const double *rowLower, const double *rowUpper, const CoinBigIndex *rowStarts, const int *columns, const double *elements)ClpModel
addRows(int number, const double *rowLower, const double *rowUpper, const CoinBigIndex *rowStarts, const int *rowLengths, const int *columns, const double *elements)ClpModel
addRows(int number, const double *rowLower, const double *rowUpper, const CoinPackedVectorBase *const *rows)ClpModel
addRows(const CoinBuild &buildObject, bool tryPlusMinusOne=false, bool checkDuplicates=true)ClpModel
addRows(CoinModel &modelObject, bool tryPlusMinusOne=false, bool checkDuplicates=true)ClpModel
algorithm() const ClpSimplex [inline]
algorithm_ClpSimplex [protected]
allowedInfeasibility_ClpSimplex [protected]
allSlackBasis(bool resetSolution=false)ClpSimplex
alpha() const ClpSimplex [inline]
alpha_ClpSimplex [protected]
alphaAccuracy() const ClpSimplex [inline]
alphaAccuracy_ClpSimplex [protected]
atLowerBound enum valueClpSimplex
atUpperBound enum valueClpSimplex
automaticScale_ClpSimplex [protected]
automaticScaling() const ClpSimplex [inline]
auxiliaryModel(int options)ClpSimplex
auxiliaryModel_ClpSimplex [protected]
barrier(bool crossover=true)ClpSimplex
baseIteration() const ClpSimplex [inline]
baseIteration_ClpSimplex [protected]
baseMatrix_ClpModel [protected]
baseModel() const ClpSimplex [inline]
baseModel_ClpSimplex [protected]
baseRowCopy_ClpModel [protected]
basic enum valueClpSimplex
borrowModel(ClpModel &otherModel)ClpSimplex
borrowModel(ClpSimplex &otherModel)ClpSimplex
bothFake enum valueClpSimplex
changeMade_ClpSimplex [protected]
checkBothSolutions()ClpSimplex [protected]
checkDualSolution()ClpSimplex [protected]
checkPrimalSolution(const double *rowActivities=NULL, const double *columnActivies=NULL)ClpSimplex [protected]
checkSolution(int setToBounds=false)ClpSimplex
checkSolutionInternal()ClpSimplex
chgColumnLower(const double *columnLower)ClpModel
chgColumnUpper(const double *columnUpper)ClpModel
chgObjCoefficients(const double *objIn)ClpModel
chgRowLower(const double *rowLower)ClpModel
chgRowUpper(const double *rowUpper)ClpModel
cleanMatrix(double threshold=1.0e-20)ClpModel
cleanStatus()ClpSimplex
cleanup(int cleanupScaling)ClpSimplex
clearActive(int iRow)ClpSimplex [inline]
clearFlagged(int sequence)ClpSimplex [inline]
clearPivoted(int sequence)ClpSimplex [inline]
clpMatrix() const ClpModel [inline]
ClpModel(bool emptyMessages=false)ClpModel
ClpModel(const ClpModel &rhs, int scalingMode=-1)ClpModel
ClpModel(const ClpModel *wholeModel, int numberRows, const int *whichRows, int numberColumns, const int *whichColumns, bool dropNames=true, bool dropIntegers=true)ClpModel
clpScaledMatrix() const ClpModel [inline]
ClpSimplex(bool emptyMessages=false)ClpSimplex
ClpSimplex(const ClpSimplex &rhs, int scalingMode=-1)ClpSimplex
ClpSimplex(const ClpModel &rhs, int scalingMode=-1)ClpSimplex
ClpSimplex(const ClpModel *wholeModel, int numberRows, const int *whichRows, int numberColumns, const int *whichColumns, bool dropNames=true, bool dropIntegers=true, bool fixOthers=false)ClpSimplex
ClpSimplex(const ClpSimplex *wholeModel, int numberRows, const int *whichRows, int numberColumns, const int *whichColumns, bool dropNames=true, bool dropIntegers=true, bool fixOthers=false)ClpSimplex
ClpSimplex(ClpSimplex *wholeModel, int numberColumns, const int *whichColumns)ClpSimplex
ClpSimplexUnitTest(const std::string &mpsDir)ClpSimplex [friend]
coinMessages() const ClpModel [inline]
coinMessages_ClpModel [protected]
coinMessagesPointer()ClpModel [inline]
columnActivity_ClpModel [protected]
columnActivityWork_ClpSimplex [protected]
columnArray(int index) const ClpSimplex [inline]
columnArray_ClpSimplex [protected]
columnDualInfeasibility_ClpSimplex [protected]
columnLower() const ClpModel [inline]
columnLower_ClpModel [protected]
columnLowerWork_ClpSimplex [protected]
columnName(int iColumn) const ClpModel [inline]
columnNames() const ClpModel [inline]
columnNames_ClpModel [protected]
columnNamesAsChar() const ClpModel [protected]
columnPrimalInfeasibility_ClpSimplex [protected]
columnPrimalSequence_ClpSimplex [protected]
columnScale() const ClpModel [inline]
columnScale_ClpModel [protected]
columnUpper() const ClpModel [inline]
columnUpper_ClpModel [protected]
columnUpperWork_ClpSimplex [protected]
computeDuals(double *givenDjs)ClpSimplex
computeInternalObjectiveValue()ClpSimplex
computeObjectiveValue(bool useWorkingSolution=false)ClpSimplex
computePrimals(const double *rowActivities, const double *columnActivities)ClpSimplex
copy(const ClpMatrixBase *from, ClpMatrixBase *&to)ClpModel
copyColumnNames(const std::vector< std::string > &columnNames, int first, int last)ClpModel
copyColumnNames(const char *const *columnNames, int first, int last)ClpModel
copyInIntegerInformation(const char *information)ClpModel
copyinStatus(const unsigned char *statusArray)ClpModel
copyNames(std::vector< std::string > &rowNames, std::vector< std::string > &columnNames)ClpModel
copyRowNames(const std::vector< std::string > &rowNames, int first, int last)ClpModel
copyRowNames(const char *const *rowNames, int first, int last)ClpModel
cost(int sequence)ClpSimplex [inline]
cost_ClpSimplex [protected]
costAddress(int sequence)ClpSimplex [inline]
costRegion(int section) const ClpSimplex [inline]
costRegion() const ClpSimplex [inline]
crash(double gap, int pivot)ClpSimplex
createCoinModel() const ClpModel
createEmptyMatrix()ClpModel
createPiecewiseLinearCosts(const int *starts, const double *lower, const double *gradient)ClpSimplex
createRim(int what, bool makeRowCopy=false, int startFinishOptions=0)ClpSimplex [protected]
createRim1(bool initial)ClpSimplex [protected]
createRim4(bool initial)ClpSimplex [protected]
createRim5(bool initial)ClpSimplex [protected]
createStatus()ClpSimplex
currentDualTolerance() const ClpSimplex [inline]
currentPrimalTolerance() const ClpSimplex [inline]
dblParam_ClpModel [protected]
defaultFactorizationFrequency()ClpSimplex
defaultHandler() const ClpModel [inline]
defaultHandler_ClpModel [protected]
deleteAuxiliaryModel()ClpSimplex
deleteBaseModel()ClpSimplex
deleteColumns(int number, const int *which)ClpModel
deleteIntegerInformation()ClpModel
deleteNamesAsChar(const char *const *names, int number) const ClpModel [protected]
deleteQuadraticObjective()ClpModel
deleteRim(int getRidOfFactorizationData=2)ClpSimplex [protected]
deleteRows(int number, const int *which)ClpModel
directionIn() const ClpSimplex [inline]
directionIn_ClpSimplex [protected]
directionOut() const ClpSimplex [inline]
directionOut_ClpSimplex [protected]
disasterArea_ClpSimplex [protected]
dj_ClpSimplex [protected]
djRegion(int section) const ClpSimplex [inline]
djRegion() const ClpSimplex [inline]
dropNames()ClpModel
dual(int ifValuesPass=0, int startFinishOptions=0)ClpSimplex
dual_ClpModel [protected]
dualBound() const ClpSimplex [inline]
dualBound_ClpSimplex [protected]
dualColumnSolution() const ClpModel [inline]
dualDebug(int ifValuesPass=0, int startFinishOptions=0)ClpSimplex
dualFeasible() const ClpSimplex [inline]
dualIn() const ClpSimplex [inline]
dualIn_ClpSimplex [protected]
dualObjectiveLimit() const ClpModel [inline]
dualOut_ClpSimplex [protected]
dualPivotResult()ClpSimplex
dualRanging(int numberCheck, const int *which, double *costIncrease, int *sequenceIncrease, double *costDecrease, int *sequenceDecrease, double *valueIncrease=NULL, double *valueDecrease=NULL)ClpSimplex
dualRowPivot() const ClpSimplex [inline]
dualRowPivot_ClpSimplex [protected]
dualRowSolution() const ClpModel [inline]
dualTolerance() const ClpModel [inline]
dualTolerance_ClpSimplex [protected]
emptyProblem(int *infeasNumber=NULL, double *infeasSum=NULL, bool printMessage=true)ClpModel
eventHandler() const ClpModel [inline]
eventHandler_ClpModel [protected]
factorization() const ClpSimplex [inline]
factorization_ClpSimplex [protected]
factorizationFrequency() const ClpSimplex
factorize()ClpSimplex
FakeBound enum nameClpSimplex
findNetwork(char *rotate, double fractionNeeded=0.75)ClpModel
finish(int startFinishOptions=0)ClpSimplex
firstFree_ClpSimplex [protected]
flagged(int sequence) const ClpSimplex [inline]
forceFactorization(int value)ClpSimplex [inline]
forceFactorization_ClpSimplex [protected]
generateCpp(FILE *fp, bool defaultFactor=false)ClpSimplex
ClpModel::generateCpp(FILE *fp)ClpModel
getbackSolution(const ClpSimplex &smallModel, const int *whichRow, const int *whichColumn)ClpSimplex
getBasics(int *index)ClpSimplex
getBasis() const ClpSimplex
getBInvACol(int col, double *vec)ClpSimplex
getBInvARow(int row, double *z, double *slack=NULL)ClpSimplex
getBInvCol(int col, double *vec)ClpSimplex
getBInvRow(int row, double *z)ClpSimplex
getColLower() const ClpModel [inline]
getColSolution() const ClpModel [inline]
getColumnName(int iColumn) const ClpModel
getColumnStatus(int sequence) const ClpSimplex [inline]
getColUpper() const ClpModel [inline]
getDblParam(ClpDblParam key, double &value) const ClpModel [inline]
getEmptyFactorization()ClpSimplex
getFakeBound(int sequence) const ClpSimplex [inline]
getIntParam(ClpIntParam key, int &value) const ClpModel [inline]
getIterationCount() const ClpModel [inline]
getNumCols() const ClpModel [inline]
getNumElements() const ClpModel [inline]
getNumRows() const ClpModel [inline]
getObjCoefficients() const ClpModel [inline]
getObjSense() const ClpModel [inline]
getObjValue() const ClpModel [inline]
getReducedCost() const ClpModel [inline]
getRowActivity() const ClpModel [inline]
getRowBound(int iRow, double &lower, double &upper) const ClpModel [protected]
getRowLower() const ClpModel [inline]
getRowName(int iRow) const ClpModel
getRowObjCoefficients() const ClpModel [inline]
getRowPrice() const ClpModel [inline]
getRowStatus(int sequence) const ClpSimplex [inline]
getRowUpper() const ClpModel [inline]
getSmallElementValue() const ClpModel [inline]
getSolution(const double *rowActivities, const double *columnActivities)ClpSimplex
getSolution()ClpSimplex
getStatus(int sequence) const ClpSimplex [inline]
getStrParam(ClpStrParam key, std::string &value) const ClpModel [inline]
getUserPointer() const ClpModel [inline]
gutsOfCopy(const ClpSimplex &rhs)ClpSimplex [protected]
ClpModel::gutsOfCopy(const ClpModel &rhs, int trueCopy=1)ClpModel [protected]
gutsOfDelete(int type)ClpSimplex [protected]
gutsOfLoadModel(int numberRows, int numberColumns, const double *collb, const double *colub, const double *obj, const double *rowlb, const double *rowub, const double *rowObjective=NULL)ClpModel [protected]
gutsOfScaling()ClpModel [protected]
gutsOfSolution(double *givenDuals, const double *givenPrimals, bool valuesPass=false)ClpSimplex [protected]
handler_ClpModel [protected]
hitMaximumIterations() const ClpModel
housekeeping(double objectiveChange)ClpSimplex [protected]
inCbcBranchAndBound() const ClpModel [inline]
incomingInfeasibility_ClpSimplex [protected]
infeasibilityCost() const ClpSimplex [inline]
infeasibilityCost_ClpSimplex [protected]
infeasibilityRay() const ClpModel
initialBarrierNoCrossSolve()ClpSimplex
initialBarrierSolve()ClpSimplex
initialDenseFactorization() const ClpSimplex
initialDualSolve()ClpSimplex
initialPrimalSolve()ClpSimplex
initialSolve(ClpSolve &options)ClpSimplex
initialSolve()ClpSimplex
integerInformation() const ClpModel [inline]
integerType_ClpModel [protected]
internalFactorize(int solveType)ClpSimplex
intParam_ClpModel [protected]
isAbandoned() const ClpModel [inline]
isColumn(int sequence) const ClpSimplex [inline]
isDualObjectiveLimitReached() const ClpModel
isFixed enum valueClpSimplex
isFree enum valueClpSimplex
isInteger(int index) const ClpModel
isIterationLimitReached() const ClpModel [inline]
isPrimalObjectiveLimitReached() const ClpModel
isProvenDualInfeasible() const ClpModel [inline]
isProvenOptimal() const ClpModel [inline]
isProvenPrimalInfeasible() const ClpModel [inline]
largestDualError() const ClpSimplex [inline]
largestDualError_ClpSimplex [protected]
largestPrimalError() const ClpSimplex [inline]
largestPrimalError_ClpSimplex [protected]
largeValue() const ClpSimplex [inline]
largeValue_ClpSimplex [protected]
lastBadIteration() const ClpSimplex [inline]
lastBadIteration_ClpSimplex [protected]
lastFlaggedIteration_ClpSimplex [protected]
lastGoodIteration_ClpSimplex [protected]
lengthNames() const ClpModel [inline]
lengthNames_ClpModel [protected]
loadNonLinear(void *info, int &numberConstraints, ClpConstraint **&constraints)ClpSimplex
loadProblem(const ClpMatrixBase &matrix, const double *collb, const double *colub, const double *obj, const double *rowlb, const double *rowub, const double *rowObjective=NULL)ClpSimplex
loadProblem(const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const double *rowlb, const double *rowub, const double *rowObjective=NULL)ClpSimplex
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, const double *rowObjective=NULL)ClpSimplex
loadProblem(const int numcols, const int numrows, const CoinBigIndex *start, const int *index, const double *value, const int *length, const double *collb, const double *colub, const double *obj, const double *rowlb, const double *rowub, const double *rowObjective=NULL)ClpSimplex
loadProblem(CoinModel &modelObject, bool keepSolution=false)ClpSimplex
loadQuadraticObjective(const int numberColumns, const CoinBigIndex *start, const int *column, const double *element)ClpModel
loadQuadraticObjective(const CoinPackedMatrix &matrix)ClpModel
logLevel() const ClpModel [inline]
lower(int sequence)ClpSimplex [inline]
lower_ClpSimplex [protected]
lowerAddress(int sequence)ClpSimplex [inline]
lowerFake enum valueClpSimplex
lowerIn_ClpSimplex [protected]
lowerOut_ClpSimplex [protected]
lowerRegion(int section) const ClpSimplex [inline]
lowerRegion() const ClpSimplex [inline]
makeBaseModel()ClpSimplex
matrix() const ClpModel [inline]
matrix_ClpModel [protected]
maximumBasic() const ClpSimplex [inline]
maximumBasic_ClpSimplex [protected]
maximumColumns_ClpModel [protected]
maximumIterations() const ClpModel [inline]
maximumRows_ClpModel [protected]
maximumSeconds() const ClpModel [inline]
messageHandler() const ClpModel [inline]
messages() const ClpModel [inline]
messages_ClpModel [protected]
messagesPointer()ClpModel [inline]
modifyCoefficient(int row, int column, double newElement, bool keepZero=false)ClpModel [inline]
moreSpecialOptions() const ClpSimplex [inline]
moreSpecialOptions_ClpSimplex [protected]
moveInfo(const ClpSimplex &rhs, bool justStatus=false)ClpSimplex
mutableColumnScale() const ClpModel [inline]
mutableRandomNumberGenerator()ClpModel [inline]
mutableRowScale() const ClpModel [inline]
newLanguage(CoinMessages::Language language)ClpModel
noFake enum valueClpSimplex
nonLinearCost() const ClpSimplex [inline]
nonLinearCost_ClpSimplex [protected]
nonlinearSLP(int numberPasses, double deltaTolerance)ClpSimplex
nonlinearSLP(int numberConstraints, ClpConstraint **constraints, int numberPasses, double deltaTolerance)ClpSimplex
numberChanged_ClpSimplex [protected]
numberColumns() const ClpModel [inline]
numberColumns_ClpModel [protected]
numberDualInfeasibilities() const ClpSimplex [inline]
numberDualInfeasibilities_ClpSimplex [protected]
numberDualInfeasibilitiesWithoutFree() const ClpSimplex [inline]
numberDualInfeasibilitiesWithoutFree_ClpSimplex [protected]
numberExtraRows() const ClpSimplex [inline]
numberExtraRows_ClpSimplex [protected]
numberFake_ClpSimplex [protected]
numberIterations() const ClpModel [inline]
numberIterations_ClpModel [protected]
numberPrimalInfeasibilities() const ClpSimplex [inline]
numberPrimalInfeasibilities_ClpSimplex [protected]
numberRefinements() const ClpSimplex [inline]
numberRefinements_ClpSimplex [protected]
numberRows() const ClpModel [inline]
numberRows_ClpModel [protected]
numberThreads() const ClpModel [inline]
numberThreads_ClpModel [protected]
numberTimesOptimal_ClpSimplex [protected]
objective() const ClpModel [inline]
objective(const double *solution, double &offset, bool refresh=true) const ClpModel [inline]
objective_ClpModel [protected]
objectiveAsObject() const ClpModel [inline]
objectiveOffset() const ClpModel [inline]
objectiveScale() const ClpModel [inline]
objectiveScale_ClpModel [protected]
objectiveValue() const ClpModel [inline]
objectiveValue_ClpModel [protected]
objectiveWork_ClpSimplex [protected]
onStopped()ClpModel [protected]
operator=(const ClpSimplex &rhs)ClpSimplex
ClpModel::operator=(const ClpModel &rhs)ClpModel
optimizationDirection() const ClpModel [inline]
optimizationDirection_ClpModel [protected]
originalLower(int iSequence) const ClpSimplex [inline]
originalModel(ClpSimplex *miniModel)ClpSimplex
originalUpper(int iSequence) const ClpSimplex [inline]
OsiClpSolverInterface classClpSimplex [friend]
passInEventHandler(const ClpEventHandler *eventHandler)ClpSimplex
passInMessageHandler(CoinMessageHandler *handler)ClpModel
permanentArrays() const ClpModel [inline, protected]
perturbation() const ClpSimplex [inline]
perturbation_ClpSimplex [protected]
pivot()ClpSimplex
pivoted(int sequence) const ClpSimplex [inline]
pivotRow() const ClpSimplex [inline]
pivotRow_ClpSimplex [protected]
pivotVariable() const ClpSimplex [inline]
pivotVariable_ClpSimplex [protected]
popMessageHandler(CoinMessageHandler *oldHandler, bool oldDefault)ClpModel
presolveTolerance() const ClpModel [inline]
primal(int ifValuesPass=0, int startFinishOptions=0)ClpSimplex
primalColumnPivot_ClpSimplex [protected]
primalColumnSolution() const ClpModel [inline]
primalFeasible() const ClpSimplex [inline]
primalObjectiveLimit() const ClpModel [inline]
primalPivotResult()ClpSimplex
primalRanging(int numberCheck, const int *which, double *valueIncrease, int *sequenceIncrease, double *valueDecrease, int *sequenceDecrease)ClpSimplex
primalRowSolution() const ClpModel [inline]
primalTolerance() const ClpModel [inline]
primalTolerance_ClpSimplex [protected]
primalToleranceToGetOptimal_ClpSimplex [protected]
problemName() const ClpModel [inline]
problemStatus() const ClpModel [inline]
problemStatus_ClpModel [protected]
progress_ClpSimplex [protected]
progressFlag() const ClpSimplex [inline]
progressFlag_ClpSimplex [protected]
pushMessageHandler(CoinMessageHandler *handler, bool &oldDefault)ClpModel
randomNumberGenerator()ClpModel [inline]
randomNumberGenerator_ClpModel [protected]
rawObjectiveValue() const ClpSimplex [inline]
ray_ClpModel [protected]
readBasis(const char *filename)ClpSimplex
readGMPL(const char *filename, const char *dataName, bool keepNames=false)ClpSimplex
readLp(const char *filename, const double epsilon=1e-5)ClpSimplex
readMps(const char *filename, bool keepNames=false, bool ignoreErrors=false)ClpSimplex
reducedCost(int sequence)ClpSimplex [inline]
reducedCost_ClpModel [protected]
reducedCostAddress(int sequence)ClpSimplex [inline]
reducedCostWork_ClpSimplex [protected]
reducedGradient(int phase=0)ClpSimplex
remainingDualInfeasibility_ClpSimplex [protected]
replaceMatrix(ClpMatrixBase *matrix, bool deleteCurrent=false)ClpModel
replaceMatrix(CoinPackedMatrix *matrix, bool deleteCurrent=false)ClpModel [inline]
resize(int newNumberRows, int newNumberColumns)ClpModel
restoreData(ClpDataSave saved)ClpSimplex
restoreModel(const char *fileName)ClpSimplex
returnModel(ClpSimplex &otherModel)ClpSimplex
ClpModel::returnModel(ClpModel &otherModel)ClpModel
rhsScale() const ClpModel [inline]
rhsScale_ClpModel [protected]
rowActivity_ClpModel [protected]
rowActivityWork_ClpSimplex [protected]
rowArray(int index) const ClpSimplex [inline]
rowArray_ClpSimplex [protected]
rowCopy() const ClpModel [inline]
rowCopy_ClpModel [protected]
rowDualInfeasibility_ClpSimplex [protected]
rowLower() const ClpModel [inline]
rowLower_ClpModel [protected]
rowLowerWork_ClpSimplex [protected]
rowName(int iRow) const ClpModel [inline]
rowNames() const ClpModel [inline]
rowNames_ClpModel [protected]
rowNamesAsChar() const ClpModel [protected]
rowObjective() const ClpModel [inline]
rowObjective_ClpModel [protected]
rowObjectiveWork_ClpSimplex [protected]
rowPrimalInfeasibility_ClpSimplex [protected]
rowPrimalSequence_ClpSimplex [protected]
rowReducedCost_ClpSimplex [protected]
rowScale() const ClpModel [inline]
rowScale_ClpModel [protected]
rowUpper() const ClpModel [inline]
rowUpper_ClpModel [protected]
rowUpperWork_ClpSimplex [protected]
sanityCheck()ClpSimplex [protected]
saveData()ClpSimplex
savedColumnScale_ClpModel [protected]
savedRowScale_ClpModel [protected]
savedSolution_ClpSimplex [protected]
saveModel(const char *fileName)ClpSimplex
saveStatus_ClpSimplex [protected]
scaledMatrix_ClpModel [protected]
scaling(int mode=1)ClpModel
scalingFlag() const ClpModel [inline]
scalingFlag_ClpModel [protected]
secondaryStatus() const ClpModel [inline]
secondaryStatus_ClpModel [protected]
sequenceIn() const ClpSimplex [inline]
sequenceIn_ClpSimplex [protected]
sequenceOut() const ClpSimplex [inline]
sequenceOut_ClpSimplex [protected]
sequenceWithin(int sequence) const ClpSimplex [inline]
setActive(int iRow)ClpSimplex [inline]
setAlgorithm(int value)ClpSimplex [inline]
setAlpha(double value)ClpSimplex [inline]
setAlphaAccuracy(double value)ClpSimplex [inline]
setAutomaticScaling(bool onOff)ClpSimplex [inline]
setClpScaledMatrix(ClpPackedMatrix *scaledMatrix)ClpModel [inline]
setColBounds(int elementIndex, double lower, double upper)ClpSimplex [inline]
setColLower(int elementIndex, double elementValue)ClpSimplex [inline]
setColSetBounds(const int *indexFirst, const int *indexLast, const double *boundList)ClpSimplex [inline]
setColSolution(const double *input)ClpModel [inline]
setColumnBounds(int elementIndex, double lower, double upper)ClpSimplex
setColumnLower(int elementIndex, double elementValue)ClpSimplex
setColumnName(int colIndex, std::string &name)ClpModel
setColumnScale(double *scale)ClpModel
setColumnSetBounds(const int *indexFirst, const int *indexLast, const double *boundList)ClpSimplex
setColumnStatus(int sequence, Status status)ClpSimplex [inline]
setColumnUpper(int elementIndex, double elementValue)ClpSimplex
setColUpper(int elementIndex, double elementValue)ClpSimplex [inline]
setContinuous(int index)ClpModel
setCurrentDualTolerance(double value)ClpSimplex [inline]
setCurrentPrimalTolerance(double value)ClpSimplex [inline]
setDblParam(ClpDblParam key, double value)ClpModel
setDirectionIn(int direction)ClpSimplex [inline]
setDirectionOut(int direction)ClpSimplex [inline]
setDisasterHandler(ClpDisasterHandler *handler)ClpSimplex [inline]
setDualBound(double value)ClpSimplex
setDualObjectiveLimit(double value)ClpModel
setDualRowPivotAlgorithm(ClpDualRowPivot &choice)ClpSimplex
setDualTolerance(double value)ClpModel
setEmptyFactorization()ClpSimplex
setFactorization(ClpFactorization &factorization)ClpSimplex
setFactorizationFrequency(int value)ClpSimplex
setFakeBound(int sequence, FakeBound fakeBound)ClpSimplex [inline]
setFlagged(int sequence)ClpSimplex
setInfeasibilityCost(double value)ClpSimplex
setInitialDenseFactorization(bool onOff)ClpSimplex
setInteger(int index)ClpModel
setIntParam(ClpIntParam key, int value)ClpModel
setLanguage(CoinMessages::Language language)ClpModel [inline]
setLargestDualError(double value)ClpSimplex [inline]
setLargestPrimalError(double value)ClpSimplex [inline]
setLargeValue(double value)ClpSimplex
setLengthNames(int value)ClpModel [inline]
setLogLevel(int value)ClpModel [inline]
setMaximumIterations(int value)ClpModel
setMaximumSeconds(double value)ClpModel
setMoreSpecialOptions(int value)ClpSimplex [inline]
setNumberDualInfeasibilities(int value)ClpSimplex [inline]
setNumberIterations(int numberIterations)ClpModel [inline]
setNumberPrimalInfeasibilities(int value)ClpSimplex [inline]
setNumberRefinements(int value)ClpSimplex
setNumberThreads(int value)ClpModel [inline]
setObjCoeff(int elementIndex, double elementValue)ClpSimplex [inline]
setObjective(ClpObjective *objective)ClpModel
setObjectiveCoefficient(int elementIndex, double elementValue)ClpSimplex
setObjectiveOffset(double value)ClpModel
setObjectivePointer(ClpObjective *objective)ClpModel [inline]
setObjectiveScale(double value)ClpModel [inline]
setObjectiveValue(double value)ClpModel [inline]
setOptimizationDirection(double value)ClpModel
setPersistenceFlag(int value)ClpSimplex
setPerturbation(int value)ClpSimplex
setPivoted(int sequence)ClpSimplex [inline]
setPivotRow(int value)ClpSimplex [inline]
setPrimalColumnPivotAlgorithm(ClpPrimalColumnPivot &choice)ClpSimplex
setPrimalObjectiveLimit(double value)ClpModel
setPrimalTolerance(double value)ClpModel
setProblemStatus(int problemStatus)ClpModel [inline]
setRandomSeed(int value)ClpModel [inline]
setRhsScale(double value)ClpModel [inline]
setRowBounds(int elementIndex, double lower, double upper)ClpSimplex
setRowLower(int elementIndex, double elementValue)ClpSimplex
setRowName(int rowIndex, std::string &name)ClpModel
setRowObjective(const double *rowObjective)ClpModel
setRowScale(double *scale)ClpModel
setRowSetBounds(const int *indexFirst, const int *indexLast, const double *boundList)ClpSimplex
setRowStatus(int sequence, Status status)ClpSimplex [inline]
setRowUpper(int elementIndex, double elementValue)ClpSimplex
setSecondaryStatus(int status)ClpModel [inline]
setSequenceIn(int sequence)ClpSimplex [inline]
setSequenceOut(int sequence)ClpSimplex [inline]
setSmallElementValue(double value)ClpModel [inline]
setSolveType(int type)ClpModel [inline]
setSparseFactorization(bool value)ClpSimplex
setSpecialOptions(unsigned int value)ClpModel
setStatus(int sequence, Status status)ClpSimplex [inline]
setStrParam(ClpStrParam key, const std::string &value)ClpModel
setSumDualInfeasibilities(double value)ClpSimplex [inline]
setSumOfRelaxedDualInfeasibilities(double value)ClpSimplex [inline]
setSumOfRelaxedPrimalInfeasibilities(double value)ClpSimplex [inline]
setSumPrimalInfeasibilities(double value)ClpSimplex [inline]
setToBaseModel(ClpSimplex *model=NULL)ClpSimplex
setUserPointer(void *pointer)ClpModel [inline]
setValuesPassAction(double incomingInfeasibility, double allowedInfeasibility)ClpSimplex
setWhatsChanged(int value)ClpModel [inline]
smallElement_ClpModel [protected]
solution(int sequence)ClpSimplex [inline]
solution_ClpSimplex [protected]
solutionAddress(int sequence)ClpSimplex [inline]
solutionRegion(int section) const ClpSimplex [inline]
solutionRegion() const ClpSimplex [inline]
solveType() const ClpModel [inline]
solveType_ClpModel [protected]
spareDoubleArray_ClpSimplex [mutable]
spareIntArray_ClpSimplex [mutable]
sparseFactorization() const ClpSimplex
specialOptions() const ClpModel [inline]
specialOptions_ClpModel [protected]
startPermanentArrays()ClpSimplex
startup(int ifValuesPass, int startFinishOptions=0)ClpSimplex
status() const ClpModel [inline]
Status enum nameClpSimplex
status_ClpModel [protected]
statusArray() const ClpModel [inline]
statusCopy() const ClpModel
statusExists() const ClpModel [inline]
statusOfProblem(bool initial=false)ClpSimplex
stopPermanentArrays()ClpModel [protected]
strongBranching(int numberVariables, const int *variables, double *newLower, double *newUpper, double **outputSolution, int *outputStatus, int *outputIterations, bool stopOnFirstInfeasible=true, bool alwaysFinish=false, int startFinishOptions=0)ClpSimplex
strParam_ClpModel [protected]
sumDualInfeasibilities() const ClpSimplex [inline]
sumDualInfeasibilities_ClpSimplex [protected]
sumOfRelaxedDualInfeasibilities() const ClpSimplex [inline]
sumOfRelaxedDualInfeasibilities_ClpSimplex [protected]
sumOfRelaxedPrimalInfeasibilities() const ClpSimplex [inline]
sumOfRelaxedPrimalInfeasibilities_ClpSimplex [protected]
sumPrimalInfeasibilities() const ClpSimplex [inline]
sumPrimalInfeasibilities_ClpSimplex [protected]
superBasic enum valueClpSimplex
theta() const ClpSimplex [inline]
theta_ClpSimplex [protected]
tightenPrimalBounds(double factor=0.0, int doTight=0, bool tightIntegers=false)ClpSimplex
times(double scalar, const double *x, double *y) const ClpModel
transposeTimes(double scalar, const double *x, double *y) const ClpModel
unboundedRay() const ClpModel
unpack(CoinIndexedVector *rowArray) const ClpSimplex
unpack(CoinIndexedVector *rowArray, int sequence) const ClpSimplex
unpackPacked(CoinIndexedVector *rowArray)ClpSimplex
unpackPacked(CoinIndexedVector *rowArray, int sequence)ClpSimplex
unscale()ClpModel
upper(int sequence)ClpSimplex [inline]
upper_ClpSimplex [protected]
upperAddress(int sequence)ClpSimplex [inline]
upperFake enum valueClpSimplex
upperIn_ClpSimplex [protected]
upperOut_ClpSimplex [protected]
upperRegion(int section) const ClpSimplex [inline]
upperRegion() const ClpSimplex [inline]
userPointer_ClpModel [protected]
usingAuxiliaryModel() const ClpSimplex [inline]
valueIn_ClpSimplex [protected]
valueIncomingDual() const ClpSimplex
valueOut() const ClpSimplex [inline]
valueOut_ClpSimplex [protected]
whatsChanged() const ClpModel [inline]
whatsChanged_ClpModel [protected]
writeBasis(const char *filename, bool writeValues=false, int formatType=0) const ClpSimplex
writeMps(const char *filename, int formatType=0, int numberAcross=2, double objSense=0.0) const ClpModel
~ClpModel()ClpModel
~ClpSimplex()ClpSimplex


Generated on Sun Nov 14 14:13:29 2010 for Coin-All by  doxygen 1.4.7