Uses of Class
com.google.ortools.linearsolver.MPSolverResponseStatus
-
Packages that use MPSolverResponseStatus Package Description com.google.ortools.linearsolver -
-
Uses of MPSolverResponseStatus in com.google.ortools.linearsolver
Methods in com.google.ortools.linearsolver that return MPSolverResponseStatus Modifier and Type Method Description static MPSolverResponseStatusMPSolverResponseStatus. forNumber(int value)MPSolverResponseStatusMPSolutionResponse.Builder. getStatus()Result of the optimization.MPSolverResponseStatusMPSolutionResponse. getStatus()Result of the optimization.MPSolverResponseStatusMPSolutionResponseOrBuilder. getStatus()Result of the optimization.static MPSolverResponseStatusMPSolverResponseStatus. valueOf(int value)Deprecated.static MPSolverResponseStatusMPSolverResponseStatus. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static MPSolverResponseStatusMPSolverResponseStatus. valueOf(java.lang.String name)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 MPSolverResponseStatus Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<MPSolverResponseStatus>MPSolverResponseStatus. internalGetValueMap()Methods in com.google.ortools.linearsolver with parameters of type MPSolverResponseStatus Modifier and Type Method Description MPSolutionResponse.BuilderMPSolutionResponse.Builder. setStatus(MPSolverResponseStatus value)Result of the optimization.
-