![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 35 of file clp_interface.cc.
Public Member Functions | |
| CLPInterface (MPSolver *solver) | |
| ~CLPInterface () override | |
| void | SetOptimizationDirection (bool maximize) override |
| MPSolver::ResultStatus | Solve (const MPSolverParameters ¶m) override |
| void | Reset () override |
| void | SetVariableBounds (int var_index, double lb, double ub) override |
| void | SetVariableInteger (int var_index, bool integer) override |
| void | SetConstraintBounds (int row_index, double lb, double ub) override |
| void | AddRowConstraint (MPConstraint *ct) override |
| void | AddVariable (MPVariable *var) override |
| void | SetCoefficient (MPConstraint *constraint, const MPVariable *variable, double new_value, double old_value) override |
| void | ClearConstraint (MPConstraint *constraint) override |
| void | SetObjectiveCoefficient (const MPVariable *variable, double coefficient) override |
| void | SetObjectiveOffset (double offset) override |
| void | ClearObjective () override |
| int64_t | iterations () const override |
| int64_t | nodes () const override |
| MPSolver::BasisStatus | row_status (int constraint_index) const override |
| MPSolver::BasisStatus | column_status (int variable_index) const override |
| bool | IsContinuous () const override |
| bool | IsLP () const override |
| bool | IsMIP () const override |
| void | ExtractNewVariables () override |
| void | ExtractNewConstraints () override |
| void | ExtractObjective () override |
| std::string | SolverVersion () const override |
| void * | underlying_solver () override |
| Public Member Functions inherited from operations_research::MPSolverInterface | |
| MPSolverInterface (MPSolver *solver) | |
| virtual | ~MPSolverInterface () |
| virtual bool | SupportsDirectlySolveProto (std::atomic< bool > *) const |
| virtual MPSolutionResponse | DirectlySolveProto (LazyMutableCopy< MPModelRequest >, std::atomic< bool > *) |
| virtual void | Write (const std::string &filename) |
| virtual bool | AddIndicatorConstraint (MPConstraint *const) |
| virtual void | BranchingPriorityChangedForVariable (int) |
| double | best_objective_bound () const |
| double | objective_value () const |
| bool | CheckSolutionIsSynchronized () const |
| virtual bool | CheckSolutionExists () const |
| bool | CheckSolutionIsSynchronizedAndExists () const |
| int | last_variable_index () const |
| bool | variable_is_extracted (int var_index) const |
| void | set_variable_as_extracted (int var_index, bool extracted) |
| bool | constraint_is_extracted (int ct_index) const |
| void | set_constraint_as_extracted (int ct_index, bool extracted) |
| bool | quiet () const |
| void | set_quiet (bool quiet_value) |
| MPSolver::ResultStatus | result_status () const |
| virtual double | ComputeExactConditionNumber () const |
| virtual void | SetStartingLpBasis (const std::vector< MPSolver::BasisStatus > &, const std::vector< MPSolver::BasisStatus > &) |
| virtual double | infinity () |
| virtual bool | InterruptSolve () |
| virtual bool | NextSolution () |
| virtual void | SetCallback (MPCallback *) |
| virtual bool | SupportsCallbacks () const |
|
explicit |
Definition at line 131 of file clp_interface.cc.
|
override |
Definition at line 137 of file clp_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 255 of file clp_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 259 of file clp_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 205 of file clp_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 238 of file clp_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 545 of file clp_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 330 of file clp_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 274 of file clp_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 381 of file clp_interface.cc.
|
inlineoverridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 88 of file clp_interface.cc.
|
inlineoverridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 89 of file clp_interface.cc.
|
inlineoverridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 90 of file clp_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 527 of file clp_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 532 of file clp_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 139 of file clp_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 537 of file clp_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 184 of file clp_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 173 of file clp_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 218 of file clp_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 230 of file clp_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 154 of file clp_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 159 of file clp_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 171 of file clp_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 395 of file clp_interface.cc.
|
inlineoverridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 96 of file clp_interface.cc.
|
inlineoverridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 98 of file clp_interface.cc.