20#ifndef OR_TOOLS_MATH_OPT_CPP_STREAMABLE_SOLVER_INIT_ARGUMENTS_H_
21#define OR_TOOLS_MATH_OPT_CPP_STREAMABLE_SOLVER_INIT_ARGUMENTS_H_
27#include "ortools/math_opt/parameters.pb.h"
28#include "ortools/math_opt/solvers/gurobi.pb.h"
57 GurobiInitializerProto::ISVKey
Proto()
const;
67 GurobiInitializerProto
Proto()
const;
77 std::optional<StreamableCpSatInitArguments>
cp_sat;
78 std::optional<StreamableGScipInitArguments>
gscip;
79 std::optional<StreamableGlopInitArguments>
glop;
80 std::optional<StreamableGlpkInitArguments>
glpk;
81 std::optional<StreamableGurobiInitArguments>
gurobi;
84 SolverInitializerProto
Proto()
const;
Collection of objects used to extend the Constraint Solver library.
GurobiInitializerProto::ISVKey Proto() const
std::string application_name
GurobiInitializerProto Proto() const
std::optional< GurobiISVKey > isv_key
SolverInitializerProto Proto() const
std::optional< StreamableGlpkInitArguments > glpk
std::optional< StreamableCpSatInitArguments > cp_sat
std::optional< StreamableGScipInitArguments > gscip
std::optional< StreamableGlopInitArguments > glop
std::optional< StreamableGurobiInitArguments > gurobi