![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 81 of file scip_interface.cc.
Public Member Functions | |
| SCIPInterface (MPSolver *solver) | |
| ~SCIPInterface () override | |
| void | SetOptimizationDirection (bool maximize) override |
| MPSolver::ResultStatus | Solve (const MPSolverParameters ¶m) override |
| bool | SupportsDirectlySolveProto (std::atomic< bool > *interrupt) const override |
| MPSolutionResponse | DirectlySolveProto (LazyMutableCopy< MPModelRequest > request, std::atomic< bool > *interrupt) override |
| void | Reset () override |
| double | infinity () 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 |
| bool | AddIndicatorConstraint (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 |
| void | BranchingPriorityChangedForVariable (int var_index) override |
| int64_t | iterations () const override |
| int64_t | nodes () const override |
| MPSolver::BasisStatus | row_status (int) const override |
| MPSolver::BasisStatus | column_status (int) 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 |
| bool | InterruptSolve () override |
| void * | underlying_solver () override |
| bool | NextSolution () override |
| void | SetCallback (MPCallback *mp_callback) override |
| bool | SupportsCallbacks () const override |
| Public Member Functions inherited from operations_research::MPSolverInterface | |
| MPSolverInterface (MPSolver *solver) | |
| virtual | ~MPSolverInterface () |
| virtual void | Write (const std::string &filename) |
| 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 > &) |
|
explicit |
Definition at line 272 of file scip_interface.cc.
|
override |
Definition at line 277 of file scip_interface.cc.
|
overridevirtual |
Reimplemented from operations_research::MPSolverInterface.
Definition at line 510 of file scip_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 506 of file scip_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 515 of file scip_interface.cc.
|
overridevirtual |
Reimplemented from operations_research::MPSolverInterface.
Definition at line 494 of file scip_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 443 of file scip_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 470 of file scip_interface.cc.
|
inlineoverridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 119 of file scip_interface.cc.
|
overridevirtual |
Reimplemented from operations_research::MPSolverInterface.
Definition at line 895 of file scip_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 562 of file scip_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 517 of file scip_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 662 of file scip_interface.cc.
|
overridevirtual |
Reimplemented from operations_research::MPSolverInterface.
Definition at line 331 of file scip_interface.cc.
|
inlineoverridevirtual |
Reimplemented from operations_research::MPSolverInterface.
Definition at line 138 of file scip_interface.cc.
|
inlineoverridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 124 of file scip_interface.cc.
|
inlineoverridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 125 of file scip_interface.cc.
|
inlineoverridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 126 of file scip_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 918 of file scip_interface.cc.
|
overridevirtual |
Reimplemented from operations_research::MPSolverInterface.
Definition at line 904 of file scip_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 925 of file scip_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 279 of file scip_interface.cc.
|
inlineoverridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 115 of file scip_interface.cc.
|
overridevirtual |
Reimplemented from operations_research::MPSolverInterface.
Definition at line 1159 of file scip_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 418 of file scip_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 402 of file scip_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 462 of file scip_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 467 of file scip_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 357 of file scip_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 365 of file scip_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 381 of file scip_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 695 of file scip_interface.cc.
|
inlineoverridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 132 of file scip_interface.cc.
|
inlineoverridevirtual |
Reimplemented from operations_research::MPSolverInterface.
Definition at line 174 of file scip_interface.cc.
|
overridevirtual |
Reimplemented from operations_research::MPSolverInterface.
Definition at line 884 of file scip_interface.cc.
|
inlineoverridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 148 of file scip_interface.cc.