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

operations_research::MPSolver Member List

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

ABNORMAL enum valueoperations_research::MPSolver
AddObjectiveOffset(double value)operations_research::MPSolver
AT_LOWER_BOUND enum valueoperations_research::MPSolver
AT_UPPER_BOUND enum valueoperations_research::MPSolver
BASIC enum valueoperations_research::MPSolver
BasisStatus enum nameoperations_research::MPSolver
best_objective_bound() const operations_research::MPSolver
CBCInterface classoperations_research::MPSolver [friend]
CheckAllNamesValidity()operations_research::MPSolver
CheckNameValidity(const string &name)operations_research::MPSolver
Clear()operations_research::MPSolver
ClearObjective()operations_research::MPSolver
CLPInterface classoperations_research::MPSolver [friend]
ComputeExactConditionNumber() const operations_research::MPSolver
DUPLICATE_VARIABLE_ID enum valueoperations_research::MPSolver
EnableOutput()operations_research::MPSolver
ExportModel(MPModelProto *output_model) const operations_research::MPSolver
FEASIBLE enum valueoperations_research::MPSolver
FillSolutionResponse(MPSolutionResponse *response) const operations_research::MPSolver
FIXED_VALUE enum valueoperations_research::MPSolver
FREE enum valueoperations_research::MPSolver
GLPKInterface classoperations_research::MPSolver [friend]
INFEASIBLE enum valueoperations_research::MPSolver
infinity()operations_research::MPSolver [inline, static]
iterations() const operations_research::MPSolver
LoadModel(const MPModelProto &input_model)operations_research::MPSolver
LoadStatus enum nameoperations_research::MPSolver
LookupConstraintOrNull(const string &constraint_name) const operations_research::MPSolver
LookupVariableOrNull(const string &var_name) const operations_research::MPSolver
MakeBoolVar(const string &name)operations_research::MPSolver
MakeBoolVarArray(int nb, const string &name, std::vector< MPVariable * > *vars)operations_research::MPSolver
MakeIntVar(double lb, double ub, const string &name)operations_research::MPSolver
MakeIntVarArray(int nb, double lb, double ub, const string &name, std::vector< MPVariable * > *vars)operations_research::MPSolver
MakeNumVar(double lb, double ub, const string &name)operations_research::MPSolver
MakeNumVarArray(int nb, double lb, double ub, const string &name, std::vector< MPVariable * > *vars)operations_research::MPSolver
MakeRowConstraint(double lb, double ub)operations_research::MPSolver
MakeRowConstraint()operations_research::MPSolver
MakeRowConstraint(double lb, double ub, const string &name)operations_research::MPSolver
MakeRowConstraint(const string &name)operations_research::MPSolver
MakeVar(double lb, double ub, bool integer, const string &name)operations_research::MPSolver
MakeVarArray(int nb, double lb, double ub, bool integer, const string &name_prefix, std::vector< MPVariable * > *vars)operations_research::MPSolver
Maximization() const operations_research::MPSolver
Minimization() const operations_research::MPSolver
MPSolver(const string &name, OptimizationProblemType problem_type)operations_research::MPSolver
MPSolverInterface classoperations_research::MPSolver [friend]
MutableObjective()operations_research::MPSolver [inline]
Name() const operations_research::MPSolver [inline]
NO_ERROR enum valueoperations_research::MPSolver
nodes() const operations_research::MPSolver
NOT_SOLVED enum valueoperations_research::MPSolver
NumConstraints() const operations_research::MPSolver [inline]
NumVariables() const operations_research::MPSolver [inline]
Objective() const operations_research::MPSolver [inline]
objective_value() const operations_research::MPSolver
OPTIMAL enum valueoperations_research::MPSolver
OptimizationProblemType enum nameoperations_research::MPSolver
Reset()operations_research::MPSolver
ResultStatus enum nameoperations_research::MPSolver
SCIPInterface classoperations_research::MPSolver [friend]
set_time_limit(int64 time_limit)operations_research::MPSolver [inline]
set_write_model_filename(const string &filename)operations_research::MPSolver [inline]
SetMaximization()operations_research::MPSolver [inline]
SetMinimization()operations_research::MPSolver [inline]
SetObjectiveCoefficient(const MPVariable *const var, double coeff)operations_research::MPSolver
SetObjectiveOffset(double value)operations_research::MPSolver
SetOptimizationDirection(bool maximize)operations_research::MPSolver
Solve()operations_research::MPSolver
Solve(const MPSolverParameters &param)operations_research::MPSolver
SolverVersion() const operations_research::MPSolver
SolveWithProtocolBuffers(const MPModelRequest &model_request, MPSolutionResponse *response)operations_research::MPSolver [static]
SuppressOutput()operations_research::MPSolver
time_limit() const operations_research::MPSolver [inline]
UNBOUNDED enum valueoperations_research::MPSolver
underlying_solver()operations_research::MPSolver
UNKNOWN_VARIABLE_ID enum valueoperations_research::MPSolver
wall_time() const operations_research::MPSolver [inline]
write_model_filename() const operations_research::MPSolver [inline]
~MPSolver()operations_research::MPSolver [virtual]