Package | Description |
---|---|
com.google.ortools.linearsolver |
Modifier and Type | Method and Description |
---|---|
static MPSolverResponseStatus |
MPSolverResponseStatus.forNumber(int value) |
MPSolverResponseStatus |
MPSolutionResponseOrBuilder.getStatus()
Result of the optimization.
|
MPSolverResponseStatus |
MPSolutionResponse.getStatus()
Result of the optimization.
|
MPSolverResponseStatus |
MPSolutionResponse.Builder.getStatus()
Result of the optimization.
|
static MPSolverResponseStatus |
MPSolverResponseStatus.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MPSolverResponseStatus |
MPSolverResponseStatus.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MPSolverResponseStatus |
MPSolverResponseStatus.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.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<MPSolverResponseStatus> |
MPSolverResponseStatus.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
MPSolutionResponse.Builder |
MPSolutionResponse.Builder.setStatus(MPSolverResponseStatus value)
Result of the optimization.
|
Copyright © 2025. All rights reserved.