OR-Tools  9.6
SolveArguments

Detailed Description

Definition at line 32 of file solve_arguments.h.

Public Member Functions

absl::Status CheckModelStorageAndCallback (const ModelStorage *expected_storage) const
 

Public Attributes

SolveParameters parameters
 
ModelSolveParameters model_parameters
 
MessageCallback message_callback = nullptr
 
CallbackRegistration callback_registration
 
Callback callback = nullptr
 
SolveInterrupterinterrupter = nullptr
 

Member Function Documentation

◆ CheckModelStorageAndCallback()

absl::Status CheckModelStorageAndCallback ( const ModelStorage expected_storage) const

Definition at line 27 of file solve_arguments.cc.

Member Data Documentation

◆ callback

Callback callback = nullptr

Definition at line 67 of file solve_arguments.h.

◆ callback_registration

CallbackRegistration callback_registration

Definition at line 59 of file solve_arguments.h.

◆ interrupter

SolveInterrupter* interrupter = nullptr

Definition at line 85 of file solve_arguments.h.

◆ message_callback

MessageCallback message_callback = nullptr

Definition at line 55 of file solve_arguments.h.

◆ model_parameters

ModelSolveParameters model_parameters

Definition at line 37 of file solve_arguments.h.

◆ parameters

SolveParameters parameters

Definition at line 34 of file solve_arguments.h.


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