![]() |
OR-Tools
9.6
|
Definition at line 86 of file 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 |
|
static |
Definition at line 76 of file streamable_solver_init_arguments.cc.
| SolverInitializerProto Proto | ( | ) | const |
Definition at line 65 of file streamable_solver_init_arguments.cc.
| std::optional<StreamableCpSatInitArguments> cp_sat |
Definition at line 87 of file streamable_solver_init_arguments.h.
| std::optional<StreamableGlopInitArguments> glop |
Definition at line 89 of file streamable_solver_init_arguments.h.
| std::optional<StreamableGlpkInitArguments> glpk |
Definition at line 90 of file streamable_solver_init_arguments.h.
| std::optional<StreamableGScipInitArguments> gscip |
Definition at line 88 of file streamable_solver_init_arguments.h.
| std::optional<StreamableGurobiInitArguments> gurobi |
Definition at line 91 of file streamable_solver_init_arguments.h.