![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 52 of file gscip_solver.h.
#include <gscip_solver.h>
Public Member Functions | |
| absl::StatusOr< SolveResultProto > | Solve (const SolveParametersProto ¶meters, const ModelSolveParametersProto &model_parameters, MessageCallback message_cb, const CallbackRegistrationProto &callback_registration, Callback cb, const SolveInterrupter *absl_nullable interrupter) override |
| absl::StatusOr< bool > | Update (const ModelUpdateProto &model_update) override |
| absl::StatusOr< ComputeInfeasibleSubsystemResultProto > | ComputeInfeasibleSubsystem (const SolveParametersProto ¶meters, MessageCallback message_cb, const SolveInterrupter *absl_nullable interrupter) override |
| Public Member Functions inherited from operations_research::math_opt::SolverInterface | |
| SolverInterface ()=default | |
| SolverInterface (const SolverInterface &)=delete | |
| SolverInterface & | operator= (const SolverInterface &)=delete |
| virtual | ~SolverInterface ()=default |
Static Public Member Functions | |
| static absl::StatusOr< std::unique_ptr< SolverInterface > > | New (const ModelProto &model, const InitArgs &init_args) |
| static absl::StatusOr< GScipParameters > | MergeParameters (const SolveParametersProto &solve_parameters) |
Additional Inherited Members | |
| Public Types inherited from operations_research::math_opt::SolverInterface | |
| using | MessageCallback = std::function<void(const std::vector<std::string>&)> |
| using | Callback |
| using | Factory |
|
overridevirtual |
Implements operations_research::math_opt::SolverInterface.
Definition at line 1355 of file gscip_solver.cc.
|
static |
Definition at line 625 of file gscip_solver.cc.
|
static |
Definition at line 987 of file gscip_solver.cc.
|
overridevirtual |
Implements operations_research::math_opt::SolverInterface.
Definition at line 1012 of file gscip_solver.cc.
|
overridevirtual |
Implements operations_research::math_opt::SolverInterface.
Definition at line 1177 of file gscip_solver.cc.