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

Detailed Description

Definition at line 33 of file solve_arguments.h.

#include <solve_arguments.h>

Public Member Functions

absl::Status CheckModelStorage (ModelStorageCPtr expected_storage) const

Public Attributes

SolveParameters parameters
ModelSolveParameters model_parameters
MessageCallback message_callback = nullptr
CallbackRegistration callback_registration
Callback callback = nullptr
const SolveInterrupter *absl_nullable interrupter = nullptr

Member Function Documentation

◆ CheckModelStorage()

absl::Status operations_research::math_opt::SolveArguments::CheckModelStorage ( ModelStorageCPtr expected_storage) const

Definition at line 27 of file solve_arguments.cc.

Member Data Documentation

◆ callback

Callback operations_research::math_opt::SolveArguments::callback = nullptr

Definition at line 68 of file solve_arguments.h.

◆ callback_registration

CallbackRegistration operations_research::math_opt::SolveArguments::callback_registration

Definition at line 60 of file solve_arguments.h.

◆ interrupter

const SolveInterrupter* absl_nullable operations_research::math_opt::SolveArguments::interrupter = nullptr

Definition at line 86 of file solve_arguments.h.

◆ message_callback

MessageCallback operations_research::math_opt::SolveArguments::message_callback = nullptr

Definition at line 56 of file solve_arguments.h.

◆ model_parameters

ModelSolveParameters operations_research::math_opt::SolveArguments::model_parameters

Definition at line 38 of file solve_arguments.h.

◆ parameters

SolveParameters operations_research::math_opt::SolveArguments::parameters

Definition at line 35 of file solve_arguments.h.


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