Uses of Enum
com.google.ortools.linearsolver.MPSolverResponseStatus
Packages that use MPSolverResponseStatus
-
Uses of MPSolverResponseStatus in com.google.ortools.linearsolver
Subclasses with type arguments of type MPSolverResponseStatus in com.google.ortools.linearsolverMethods in com.google.ortools.linearsolver that return MPSolverResponseStatusModifier and TypeMethodDescriptionstatic MPSolverResponseStatus
MPSolverResponseStatus.forNumber
(int value) MPSolutionResponse.Builder.getStatus()
Result of the optimization.MPSolutionResponse.getStatus()
Result of the optimization.MPSolutionResponseOrBuilder.getStatus()
Result of the optimization.static MPSolverResponseStatus
MPSolverResponseStatus.valueOf
(int value) Deprecated.static MPSolverResponseStatus
MPSolverResponseStatus.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static MPSolverResponseStatus
Returns the enum constant of this type with the specified name.static MPSolverResponseStatus[]
MPSolverResponseStatus.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 MPSolverResponseStatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<MPSolverResponseStatus> MPSolverResponseStatus.internalGetValueMap()
Methods in com.google.ortools.linearsolver with parameters of type MPSolverResponseStatusModifier and TypeMethodDescriptionMPSolutionResponse.Builder.setStatus
(MPSolverResponseStatus value) Result of the optimization.