Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set
// doxy/ or-tools/ src/ linear_solver/

operations_research::MPSolverInterface Member List

This is the complete list of members for operations_research::MPSolverInterface, including all inherited members.

AddRowConstraint(MPConstraint *const ct)=0operations_research::MPSolverInterface [pure virtual]
AddVariable(MPVariable *const var)=0operations_research::MPSolverInterface [pure virtual]
best_objective_bound() const =0operations_research::MPSolverInterface [pure virtual]
CheckBestObjectiveBoundExists() const operations_research::MPSolverInterface [virtual]
CheckSolutionExists() const operations_research::MPSolverInterface [virtual]
CheckSolutionIsSynchronized() const operations_research::MPSolverInterface
CheckSolutionIsSynchronizedAndExists() const operations_research::MPSolverInterface [inline]
ClearConstraint(MPConstraint *const constraint)=0operations_research::MPSolverInterface [pure virtual]
ClearObjective()=0operations_research::MPSolverInterface [pure virtual]
column_status(int variable_index) const =0operations_research::MPSolverInterface [pure virtual]
ComputeExactConditionNumber() const =0operations_research::MPSolverInterface [pure virtual]
ExtractModel()operations_research::MPSolverInterface [protected]
ExtractNewConstraints()=0operations_research::MPSolverInterface [protected, pure virtual]
ExtractNewVariables()=0operations_research::MPSolverInterface [protected, pure virtual]
ExtractObjective()=0operations_research::MPSolverInterface [protected, pure virtual]
InvalidateSolutionSynchronization()operations_research::MPSolverInterface [protected]
IsContinuous() const =0operations_research::MPSolverInterface [pure virtual]
IsLP() const =0operations_research::MPSolverInterface [pure virtual]
IsMIP() const =0operations_research::MPSolverInterface [pure virtual]
iterations() const =0operations_research::MPSolverInterface [pure virtual]
kDummyVariableIndexoperations_research::MPSolverInterface [protected, static]
kNoIndexoperations_research::MPSolverInterface [static]
kUnknownNumberOfIterationsoperations_research::MPSolverInterface [static]
kUnknownNumberOfNodesoperations_research::MPSolverInterface [static]
last_constraint_index_operations_research::MPSolverInterface [protected]
last_variable_index() const operations_research::MPSolverInterface [inline]
last_variable_index_operations_research::MPSolverInterface [protected]
maximize_operations_research::MPSolverInterface [protected]
MODEL_SYNCHRONIZED enum valueoperations_research::MPSolverInterface
MPObjective classoperations_research::MPSolverInterface [friend]
MPSolver classoperations_research::MPSolverInterface [friend]
MPSolverInterface(MPSolver *const solver)operations_research::MPSolverInterface [explicit]
MUST_RELOAD enum valueoperations_research::MPSolverInterface
nodes() const =0operations_research::MPSolverInterface [pure virtual]
objective_value() const operations_research::MPSolverInterface
objective_value_operations_research::MPSolverInterface [protected]
quiet() const operations_research::MPSolverInterface [inline]
quiet_operations_research::MPSolverInterface [protected]
Reset()=0operations_research::MPSolverInterface [pure virtual]
ResetExtractionInformation()operations_research::MPSolverInterface [protected]
result_status() const operations_research::MPSolverInterface [inline]
result_status_operations_research::MPSolverInterface [protected]
row_status(int constraint_index) const =0operations_research::MPSolverInterface [pure virtual]
set_quiet(bool quiet_value)operations_research::MPSolverInterface [inline]
SetCoefficient(MPConstraint *const constraint, const MPVariable *const variable, double new_value, double old_value)=0operations_research::MPSolverInterface [pure virtual]
SetCommonParameters(const MPSolverParameters &param)operations_research::MPSolverInterface [protected]
SetConstraintBounds(int index, double lb, double ub)=0operations_research::MPSolverInterface [pure virtual]
SetDoubleParamToUnsupportedValue(MPSolverParameters::DoubleParam param, int value) const operations_research::MPSolverInterface [protected]
SetDualTolerance(double value)=0operations_research::MPSolverInterface [protected, pure virtual]
SetIntegerParamToUnsupportedValue(MPSolverParameters::IntegerParam param, double value) const operations_research::MPSolverInterface [protected]
SetLpAlgorithm(int value)=0operations_research::MPSolverInterface [protected, pure virtual]
SetMIPParameters(const MPSolverParameters &param)operations_research::MPSolverInterface [protected]
SetObjectiveCoefficient(const MPVariable *const variable, double coefficient)=0operations_research::MPSolverInterface [pure virtual]
SetObjectiveOffset(double value)=0operations_research::MPSolverInterface [pure virtual]
SetOptimizationDirection(bool maximize)=0operations_research::MPSolverInterface [pure virtual]
SetParameters(const MPSolverParameters &param)=0operations_research::MPSolverInterface [protected, pure virtual]
SetPresolveMode(int value)=0operations_research::MPSolverInterface [protected, pure virtual]
SetPrimalTolerance(double value)=0operations_research::MPSolverInterface [protected, pure virtual]
SetRelativeMipGap(double value)=0operations_research::MPSolverInterface [protected, pure virtual]
SetUnsupportedDoubleParam(MPSolverParameters::DoubleParam param) const operations_research::MPSolverInterface [protected]
SetUnsupportedIntegerParam(MPSolverParameters::IntegerParam param) const operations_research::MPSolverInterface [protected]
SetVariableBounds(int index, double lb, double ub)=0operations_research::MPSolverInterface [pure virtual]
SetVariableInteger(int index, bool integer)=0operations_research::MPSolverInterface [pure virtual]
SOLUTION_SYNCHRONIZED enum valueoperations_research::MPSolverInterface
Solve(const MPSolverParameters &param)=0operations_research::MPSolverInterface [pure virtual]
solver_operations_research::MPSolverInterface [protected]
SolverVersion() const =0operations_research::MPSolverInterface [pure virtual]
sync_status_operations_research::MPSolverInterface [protected]
SynchronizationStatus enum nameoperations_research::MPSolverInterface
underlying_solver()=0operations_research::MPSolverInterface [pure virtual]
WriteModel(const string &filename)=0operations_research::MPSolverInterface [pure virtual]
WriteModelToPredefinedFiles()operations_research::MPSolverInterface [protected]
~MPSolverInterface()operations_research::MPSolverInterface [virtual]