Package | Description |
---|---|
com.google.ortools.glop |
Modifier and Type | Method and Description |
---|---|
static GlopParameters.InitialBasisHeuristic |
GlopParameters.InitialBasisHeuristic.forNumber(int value) |
GlopParameters.InitialBasisHeuristic |
GlopParametersOrBuilder.getInitialBasis()
What heuristic is used to try to replace the fixed slack columns in the
initial basis of the primal simplex.
|
GlopParameters.InitialBasisHeuristic |
GlopParameters.getInitialBasis()
What heuristic is used to try to replace the fixed slack columns in the
initial basis of the primal simplex.
|
GlopParameters.InitialBasisHeuristic |
GlopParameters.Builder.getInitialBasis()
What heuristic is used to try to replace the fixed slack columns in the
initial basis of the primal simplex.
|
static GlopParameters.InitialBasisHeuristic |
GlopParameters.InitialBasisHeuristic.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static GlopParameters.InitialBasisHeuristic |
GlopParameters.InitialBasisHeuristic.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static GlopParameters.InitialBasisHeuristic |
GlopParameters.InitialBasisHeuristic.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GlopParameters.InitialBasisHeuristic[] |
GlopParameters.InitialBasisHeuristic.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.InitialBasisHeuristic> |
GlopParameters.InitialBasisHeuristic.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
GlopParameters.Builder |
GlopParameters.Builder.setInitialBasis(GlopParameters.InitialBasisHeuristic value)
What heuristic is used to try to replace the fixed slack columns in the
initial basis of the primal simplex.
|
Copyright © 2025. All rights reserved.