![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 83 of file gurobi_interface.cc.
Public Member Functions | |
| GurobiInterface (MPSolver *solver, bool mip) | |
| ~GurobiInterface () 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 | Write (const std::string &filename) 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 |
| 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 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 |
| bool | InterruptSolve () override |
| void * | underlying_solver () override |
| double | ComputeExactConditionNumber () const 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 () |
| 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 void | SetStartingLpBasis (const std::vector< MPSolver::BasisStatus > &, const std::vector< MPSolver::BasisStatus > &) |
| virtual double | infinity () |
|
explicit |
Definition at line 636 of file gurobi_interface.cc.
|
override |
Definition at line 657 of file gurobi_interface.cc.
|
overridevirtual |
Reimplemented from operations_research::MPSolverInterface.
Definition at line 753 of file gurobi_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 749 of file gurobi_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 759 of file gurobi_interface.cc.
|
overridevirtual |
Reimplemented from operations_research::MPSolverInterface.
Definition at line 826 of file gurobi_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 785 of file gurobi_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 814 of file gurobi_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 926 of file gurobi_interface.cc.
|
inlineoverridevirtual |
Reimplemented from operations_research::MPSolverInterface.
Definition at line 178 of file gurobi_interface.cc.
|
inlineoverridevirtual |
Reimplemented from operations_research::MPSolverInterface.
Definition at line 100 of file gurobi_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 995 of file gurobi_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 944 of file gurobi_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 1062 of file gurobi_interface.cc.
|
inlineoverridevirtual |
Reimplemented from operations_research::MPSolverInterface.
Definition at line 170 of file gurobi_interface.cc.
|
inlineoverridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 155 of file gurobi_interface.cc.
|
inlineoverridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 156 of file gurobi_interface.cc.
|
inlineoverridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 157 of file gurobi_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 832 of file gurobi_interface.cc.
|
overridevirtual |
Reimplemented from operations_research::MPSolverInterface.
Definition at line 1365 of file gurobi_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 839 of file gurobi_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 664 of file gurobi_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 903 of file gurobi_interface.cc.
|
overridevirtual |
Reimplemented from operations_research::MPSolverInterface.
Definition at line 1410 of file gurobi_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 763 of file gurobi_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 734 of file gurobi_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 793 of file gurobi_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 805 of file gurobi_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 701 of file gurobi_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 706 of file gurobi_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 718 of file gurobi_interface.cc.
|
overridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 1185 of file gurobi_interface.cc.
|
inlineoverridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 163 of file gurobi_interface.cc.
|
inlineoverridevirtual |
Reimplemented from operations_research::MPSolverInterface.
Definition at line 205 of file gurobi_interface.cc.
|
inlineoverridevirtual |
Reimplemented from operations_research::MPSolverInterface.
Definition at line 97 of file gurobi_interface.cc.
|
inlineoverridevirtual |
Implements operations_research::MPSolverInterface.
Definition at line 176 of file gurobi_interface.cc.
|
overridevirtual |
Reimplemented from operations_research::MPSolverInterface.
Definition at line 1396 of file gurobi_interface.cc.