static MPModelRequest.SolverType |
MPModelRequest.SolverType.forNumber(int value) |
|
MPModelRequest.SolverType |
MPModelRequest.Builder.getSolverType() |
optional .operations_research.MPModelRequest.SolverType solver_type = 2 [default = GLOP_LINEAR_PROGRAMMING];
|
MPModelRequest.SolverType |
MPModelRequest.getSolverType() |
optional .operations_research.MPModelRequest.SolverType solver_type = 2 [default = GLOP_LINEAR_PROGRAMMING];
|
MPModelRequest.SolverType |
MPModelRequestOrBuilder.getSolverType() |
optional .operations_research.MPModelRequest.SolverType solver_type = 2 [default = GLOP_LINEAR_PROGRAMMING];
|
static MPModelRequest.SolverType |
MPModelRequest.SolverType.valueOf(int value) |
Deprecated.
|
static MPModelRequest.SolverType |
MPModelRequest.SolverType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static MPModelRequest.SolverType |
MPModelRequest.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.
|