OR-Tools  9.6
SolverInitArguments

Detailed Description

Definition at line 56 of file solver_init_arguments.h.

Public Member Functions

 SolverInitArguments ()=default
 
 SolverInitArguments (StreamableSolverInitArguments streamable)
 
 SolverInitArguments (const NonStreamableSolverInitArguments &non_streamable)
 
 SolverInitArguments (StreamableSolverInitArguments streamable, const NonStreamableSolverInitArguments &non_streamable)
 
 SolverInitArguments (const SolverInitArguments &other)
 
SolverInitArgumentsoperator= (const SolverInitArguments &other)
 
 SolverInitArguments (SolverInitArguments &&)=default
 
SolverInitArgumentsoperator= (SolverInitArguments &&)=default
 

Public Attributes

StreamableSolverInitArguments streamable
 
std::unique_ptr< const NonStreamableSolverInitArgumentsnon_streamable
 

Constructor & Destructor Documentation

◆ SolverInitArguments() [1/6]

SolverInitArguments ( )
default

◆ SolverInitArguments() [2/6]

Definition at line 21 of file solver_init_arguments.cc.

◆ SolverInitArguments() [3/6]

SolverInitArguments ( const NonStreamableSolverInitArguments non_streamable)
explicit

Definition at line 25 of file solver_init_arguments.cc.

◆ SolverInitArguments() [4/6]

Definition at line 29 of file solver_init_arguments.cc.

◆ SolverInitArguments() [5/6]

Definition at line 35 of file solver_init_arguments.cc.

◆ SolverInitArguments() [6/6]

Member Function Documentation

◆ operator=() [1/2]

SolverInitArguments & operator= ( const SolverInitArguments other)

Definition at line 41 of file solver_init_arguments.cc.

◆ operator=() [2/2]

SolverInitArguments& operator= ( SolverInitArguments &&  )
default

Member Data Documentation

◆ non_streamable

std::unique_ptr<const NonStreamableSolverInitArguments> non_streamable

Definition at line 93 of file solver_init_arguments.h.

◆ streamable

Definition at line 87 of file solver_init_arguments.h.


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