![]() |
OR-Tools
9.6
|
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) | |
| SolverInitArguments & | operator= (const SolverInitArguments &other) |
| SolverInitArguments (SolverInitArguments &&)=default | |
| SolverInitArguments & | operator= (SolverInitArguments &&)=default |
Public Attributes | |
| StreamableSolverInitArguments | streamable |
| std::unique_ptr< const NonStreamableSolverInitArguments > | non_streamable |
|
default |
|
explicit |
Definition at line 21 of file solver_init_arguments.cc.
|
explicit |
Definition at line 25 of file solver_init_arguments.cc.
| SolverInitArguments | ( | StreamableSolverInitArguments | streamable, |
| const NonStreamableSolverInitArguments & | non_streamable | ||
| ) |
Definition at line 29 of file solver_init_arguments.cc.
| SolverInitArguments | ( | const SolverInitArguments & | other | ) |
Definition at line 35 of file solver_init_arguments.cc.
|
default |
| SolverInitArguments & operator= | ( | const SolverInitArguments & | other | ) |
Definition at line 41 of file solver_init_arguments.cc.
|
default |
| std::unique_ptr<const NonStreamableSolverInitArguments> non_streamable |
Definition at line 93 of file solver_init_arguments.h.
| StreamableSolverInitArguments streamable |
Definition at line 87 of file solver_init_arguments.h.