Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::math_opt::GlopSolver Class Reference

Detailed Description

Definition at line 47 of file glop_solver.h.

#include <glop_solver.h>

Inheritance diagram for operations_research::math_opt::GlopSolver:
operations_research::math_opt::SolverInterface

Public Member Functions

absl::StatusOr< SolveResultProtoSolve (const SolveParametersProto &parameters, 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< ComputeInfeasibleSubsystemResultProtoComputeInfeasibleSubsystem (const SolveParametersProto &parameters, 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
SolverInterfaceoperator= (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< glop::GlopParametersMergeSolveParameters (const SolveParametersProto &solve_parameters, bool setting_initial_basis, bool has_message_callback, bool is_maximization)

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

Member Function Documentation

◆ ComputeInfeasibleSubsystem()

absl::StatusOr< ComputeInfeasibleSubsystemResultProto > operations_research::math_opt::GlopSolver::ComputeInfeasibleSubsystem ( const SolveParametersProto & parameters,
MessageCallback message_cb,
const SolveInterrupter *absl_nullable interrupter )
overridevirtual

Implements operations_research::math_opt::SolverInterface.

Definition at line 889 of file glop_solver.cc.

◆ MergeSolveParameters()

absl::StatusOr< glop::GlopParameters > operations_research::math_opt::GlopSolver::MergeSolveParameters ( const SolveParametersProto & solve_parameters,
bool setting_initial_basis,
bool has_message_callback,
bool is_maximization )
static

Definition at line 306 of file glop_solver.cc.

◆ New()

absl::StatusOr< std::unique_ptr< SolverInterface > > operations_research::math_opt::GlopSolver::New ( const ModelProto & model,
const InitArgs & init_args )
static

Definition at line 833 of file glop_solver.cc.

◆ Solve()

absl::StatusOr< SolveResultProto > operations_research::math_opt::GlopSolver::Solve ( const SolveParametersProto & parameters,
const ModelSolveParametersProto & model_parameters,
MessageCallback message_cb,
const CallbackRegistrationProto & callback_registration,
Callback cb,
const SolveInterrupter *absl_nullable interrupter )
overridevirtual

Implements operations_research::math_opt::SolverInterface.

Definition at line 765 of file glop_solver.cc.

◆ Update()

absl::StatusOr< bool > operations_research::math_opt::GlopSolver::Update ( const ModelUpdateProto & model_update)
overridevirtual

Implements operations_research::math_opt::SolverInterface.

Definition at line 856 of file glop_solver.cc.


The documentation for this class was generated from the following files: