Uses of Enum
com.google.ortools.glop.GlopParameters.InitialBasisHeuristic
Packages that use GlopParameters.InitialBasisHeuristic
-
Uses of GlopParameters.InitialBasisHeuristic in com.google.ortools.glop
Subclasses with type arguments of type GlopParameters.InitialBasisHeuristic in com.google.ortools.glopModifier and TypeClassDescriptionstatic enum
Heuristics to use in the primal simplex to remove fixed slack variables from the initial basis.Methods in com.google.ortools.glop that return GlopParameters.InitialBasisHeuristicModifier and TypeMethodDescriptionGlopParameters.InitialBasisHeuristic.forNumber
(int value) GlopParameters.Builder.getInitialBasis()
What heuristic is used to try to replace the fixed slack columns in the initial basis of the primal simplex.GlopParameters.getInitialBasis()
What heuristic is used to try to replace the fixed slack columns in the initial basis of the primal simplex.GlopParametersOrBuilder.getInitialBasis()
What heuristic is used to try to replace the fixed slack columns in the initial basis of the primal simplex.GlopParameters.InitialBasisHeuristic.valueOf
(int value) Deprecated.GlopParameters.InitialBasisHeuristic.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified 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.Methods in com.google.ortools.glop that return types with arguments of type GlopParameters.InitialBasisHeuristicModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<GlopParameters.InitialBasisHeuristic> GlopParameters.InitialBasisHeuristic.internalGetValueMap()
Methods in com.google.ortools.glop with parameters of type GlopParameters.InitialBasisHeuristicModifier and TypeMethodDescriptionGlopParameters.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.