![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 36 of file glop_interface.cc.
Public Member Functions | |
| GLOPInterface (MPSolver *solver) | |
| ~GLOPInterface () override | |
| MPSolver::ResultStatus | Solve (const MPSolverParameters ¶m) override |
| bool | InterruptSolve () override |
| bool | SupportsDirectlySolveProto (std::atomic< bool > *interrupt) const override |
| MPSolutionResponse | DirectlySolveProto (LazyMutableCopy< MPModelRequest > request, std::atomic< bool > *interrupt) override |
| void | Reset () override |
| void | SetOptimizationDirection (bool maximize) override |
| void | SetVariableBounds (int index, double lb, double ub) override |
| void | SetVariableInteger (int index, bool integer) override |
| void | SetConstraintBounds (int 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 value) 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 |
| std::string | SolverVersion () const override |
| void * | underlying_solver () override |
| void | ExtractNewVariables () override |
| void | ExtractNewConstraints () override |
| void | ExtractObjective () override |
| void | SetStartingLpBasis (const std::vector< MPSolver::BasisStatus > &variable_statuses, const std::vector< MPSolver::BasisStatus > &constraint_statuses) override |
| void | SetParameters (const MPSolverParameters ¶m) override |
| void | SetRelativeMipGap (double value) override |
| void | SetPrimalTolerance (double value) override |
| void | SetDualTolerance (double value) override |
| void | SetPresolveMode (int value) override |
| void | SetScalingMode (int value) override |
| void | SetLpAlgorithm (int value) override |
| bool | SetSolverSpecificParametersAsString (const std::string ¶meters) override |
| Public Member Functions inherited from operations_research::MPSolverInterface | |
| MPSolverInterface (MPSolver *solver) | |
| virtual | ~MPSolverInterface () |
| 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 double | infinity () |
| virtual bool | NextSolution () |
| virtual void | SetCallback (MPCallback *) |
| virtual bool | SupportsCallbacks () const |
|
explicit |
Definition at line 113 of file glop_interface.cc.
|
override |
Definition at line 122 of file glop_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 221 of file glop_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 225 of file glop_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 235 of file glop_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 246 of file glop_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 261 of file glop_interface.cc.
|
inlineoverridevirtual |
Reimplemented from operations_research::MPSolverInterface.
Definition at line 49 of file glop_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 291 of file glop_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 277 of file glop_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 315 of file glop_interface.cc.
|
overridevirtual |
Reimplemented from operations_research::MPSolverInterface.
Definition at line 194 of file glop_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 265 of file glop_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 267 of file glop_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 269 of file glop_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 248 of file glop_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 252 of file glop_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 199 of file glop_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 257 of file glop_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 229 of file glop_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 217 of file glop_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 363 of file glop_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 402 of file glop_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 239 of file glop_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 244 of file glop_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 205 of file glop_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 339 of file glop_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 372 of file glop_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 353 of file glop_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 346 of file glop_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 387 of file glop_interface.cc.
|
overridevirtual |
Reimplemented from operations_research::MPSolverInterface.
Definition at line 418 of file glop_interface.cc.
|
overridevirtual |
Reimplemented from operations_research::MPSolverInterface.
Definition at line 325 of file glop_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 209 of file glop_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 213 of file glop_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 124 of file glop_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 271 of file glop_interface.cc.
|
inlineoverridevirtual |
Reimplemented from operations_research::MPSolverInterface.
Definition at line 46 of file glop_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 275 of file glop_interface.cc.