![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 102 of file streamable_solver_init_arguments.h.
#include <streamable_solver_init_arguments.h>
Public Member Functions | |
| SolverInitializerProto | Proto () const |
Static Public Member Functions | |
| static absl::StatusOr< StreamableSolverInitArguments > | FromProto (const SolverInitializerProto &args_proto) |
Public Attributes | |
| std::optional< StreamableCpSatInitArguments > | cp_sat |
| std::optional< StreamableGScipInitArguments > | gscip |
| std::optional< StreamableGlopInitArguments > | glop |
| std::optional< StreamableGlpkInitArguments > | glpk |
| std::optional< StreamableGurobiInitArguments > | gurobi |
| std::optional< StreamableXpressInitArguments > | xpress |
|
static |
Definition at line 97 of file streamable_solver_init_arguments.cc.
| SolverInitializerProto operations_research::math_opt::StreamableSolverInitArguments::Proto | ( | ) | const |
Definition at line 83 of file streamable_solver_init_arguments.cc.
| std::optional<StreamableCpSatInitArguments> operations_research::math_opt::StreamableSolverInitArguments::cp_sat |
Definition at line 103 of file streamable_solver_init_arguments.h.
| std::optional<StreamableGlopInitArguments> operations_research::math_opt::StreamableSolverInitArguments::glop |
Definition at line 105 of file streamable_solver_init_arguments.h.
| std::optional<StreamableGlpkInitArguments> operations_research::math_opt::StreamableSolverInitArguments::glpk |
Definition at line 106 of file streamable_solver_init_arguments.h.
| std::optional<StreamableGScipInitArguments> operations_research::math_opt::StreamableSolverInitArguments::gscip |
Definition at line 104 of file streamable_solver_init_arguments.h.
| std::optional<StreamableGurobiInitArguments> operations_research::math_opt::StreamableSolverInitArguments::gurobi |
Definition at line 107 of file streamable_solver_init_arguments.h.
| std::optional<StreamableXpressInitArguments> operations_research::math_opt::StreamableSolverInitArguments::xpress |
Definition at line 108 of file streamable_solver_init_arguments.h.