Uses of Class
com.google.ortools.linearsolver.MPModelRequest.SolverType
| Package | Description |
|---|---|
| com.google.ortools.linearsolver |
-
Uses of MPModelRequest.SolverType in com.google.ortools.linearsolver
Methods in com.google.ortools.linearsolver that return MPModelRequest.SolverType Modifier and Type Method Description static MPModelRequest.SolverTypeMPModelRequest.SolverType. forNumber(int value)MPModelRequest.SolverTypeMPModelRequest.Builder. getSolverType()optional .operations_research.MPModelRequest.SolverType solver_type = 2;MPModelRequest.SolverTypeMPModelRequest. getSolverType()optional .operations_research.MPModelRequest.SolverType solver_type = 2;MPModelRequest.SolverTypeMPModelRequestOrBuilder. getSolverType()optional .operations_research.MPModelRequest.SolverType solver_type = 2;static MPModelRequest.SolverTypeMPModelRequest.SolverType. valueOf(int value)Deprecated.static MPModelRequest.SolverTypeMPModelRequest.SolverType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static MPModelRequest.SolverTypeMPModelRequest.SolverType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MPModelRequest.SolverType[]MPModelRequest.SolverType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.ortools.linearsolver that return types with arguments of type MPModelRequest.SolverType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<MPModelRequest.SolverType>MPModelRequest.SolverType. internalGetValueMap()Methods in com.google.ortools.linearsolver with parameters of type MPModelRequest.SolverType Modifier and Type Method Description MPModelRequest.BuilderMPModelRequest.Builder. setSolverType(MPModelRequest.SolverType value)optional .operations_research.MPModelRequest.SolverType solver_type = 2;