Package | Description |
---|---|
com.google.ortools.glop |
Modifier and Type | Method and Description |
---|---|
static GlopParameters.SolverBehavior |
GlopParameters.SolverBehavior.forNumber(int value) |
GlopParameters.SolverBehavior |
GlopParametersOrBuilder.getSolveDualProblem()
Whether or not we solve the dual of the given problem.
|
GlopParameters.SolverBehavior |
GlopParameters.getSolveDualProblem()
Whether or not we solve the dual of the given problem.
|
GlopParameters.SolverBehavior |
GlopParameters.Builder.getSolveDualProblem()
Whether or not we solve the dual of the given problem.
|
static GlopParameters.SolverBehavior |
GlopParameters.SolverBehavior.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static GlopParameters.SolverBehavior |
GlopParameters.SolverBehavior.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static GlopParameters.SolverBehavior |
GlopParameters.SolverBehavior.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GlopParameters.SolverBehavior[] |
GlopParameters.SolverBehavior.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<GlopParameters.SolverBehavior> |
GlopParameters.SolverBehavior.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
GlopParameters.Builder |
GlopParameters.Builder.setSolveDualProblem(GlopParameters.SolverBehavior value)
Whether or not we solve the dual of the given problem.
|
Copyright © 2025. All rights reserved.