Uses of Enum
com.google.ortools.glop.GlopParameters.SolverBehavior
Packages that use GlopParameters.SolverBehavior
-
Uses of GlopParameters.SolverBehavior in com.google.ortools.glop
Subclasses with type arguments of type GlopParameters.SolverBehavior in com.google.ortools.glopModifier and TypeClassDescriptionstatic enum
Like a Boolean with an extra value to let the algorithm decide what is the best choice.Methods in com.google.ortools.glop that return GlopParameters.SolverBehaviorModifier and TypeMethodDescriptionGlopParameters.SolverBehavior.forNumber
(int value) GlopParameters.Builder.getSolveDualProblem()
Whether or not we solve the dual of the given problem.GlopParameters.getSolveDualProblem()
Whether or not we solve the dual of the given problem.GlopParametersOrBuilder.getSolveDualProblem()
Whether or not we solve the dual of the given problem.GlopParameters.SolverBehavior.valueOf
(int value) Deprecated.GlopParameters.SolverBehavior.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.SolverBehavior[]
GlopParameters.SolverBehavior.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.SolverBehaviorModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<GlopParameters.SolverBehavior> GlopParameters.SolverBehavior.internalGetValueMap()
Methods in com.google.ortools.glop with parameters of type GlopParameters.SolverBehaviorModifier and TypeMethodDescriptionGlopParameters.Builder.setSolveDualProblem
(GlopParameters.SolverBehavior value) Whether or not we solve the dual of the given problem.