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

Initialization arguments. More...

#include <solver_interface.h>

Public Attributes

SolverInitializerProto streamable
 
const NonStreamableSolverInitArgumentsnon_streamable = nullptr
 

Detailed Description

Initialization arguments.

Definition at line 55 of file solver_interface.h.

Member Data Documentation

◆ non_streamable

const NonStreamableSolverInitArguments* operations_research::math_opt::SolverInterface::InitArgs::non_streamable = nullptr

All parameters that can't be exchanged with another process. The caller keeps ownership of non_streamable.

Definition at line 62 of file solver_interface.h.

◆ streamable

SolverInitializerProto operations_research::math_opt::SolverInterface::InitArgs::streamable

All parameters that can be stored in a proto and exchange with other processes.

Definition at line 58 of file solver_interface.h.


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