Uses of Enum
com.google.ortools.linearsolver.MPModelRequest.SolverType
Packages that use MPModelRequest.SolverType
-
Uses of MPModelRequest.SolverType in com.google.ortools.linearsolver
Methods in com.google.ortools.linearsolver that return MPModelRequest.SolverTypeModifier and TypeMethodDescriptionstatic MPModelRequest.SolverTypeMPModelRequest.SolverType.forNumber(int value) MPModelRequest.Builder.getSolverType()optional .operations_research.MPModelRequest.SolverType solver_type = 2 [default = GLOP_LINEAR_PROGRAMMING];MPModelRequest.getSolverType()optional .operations_research.MPModelRequest.SolverType solver_type = 2 [default = GLOP_LINEAR_PROGRAMMING];MPModelRequestOrBuilder.getSolverType()optional .operations_research.MPModelRequest.SolverType solver_type = 2 [default = GLOP_LINEAR_PROGRAMMING];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.SolverTypeReturns 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.SolverTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<MPModelRequest.SolverType>MPModelRequest.SolverType.internalGetValueMap()Methods in com.google.ortools.linearsolver with parameters of type MPModelRequest.SolverTypeModifier and TypeMethodDescriptionMPModelRequest.Builder.setSolverType(MPModelRequest.SolverType value) optional .operations_research.MPModelRequest.SolverType solver_type = 2 [default = GLOP_LINEAR_PROGRAMMING];