Uses of Enum
com.google.ortools.linearsolver.MPSosConstraint.Type
Packages that use MPSosConstraint.Type
-
Uses of MPSosConstraint.Type in com.google.ortools.linearsolver
Methods in com.google.ortools.linearsolver that return MPSosConstraint.TypeModifier and TypeMethodDescriptionstatic MPSosConstraint.TypeMPSosConstraint.Type.forNumber(int value) MPSosConstraint.Builder.getType()optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];MPSosConstraint.getType()optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];MPSosConstraintOrBuilder.getType()optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];static MPSosConstraint.TypeMPSosConstraint.Type.valueOf(int value) Deprecated.static MPSosConstraint.TypeMPSosConstraint.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static MPSosConstraint.TypeReturns the enum constant of this type with the specified name.static MPSosConstraint.Type[]MPSosConstraint.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.ortools.linearsolver that return types with arguments of type MPSosConstraint.TypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<MPSosConstraint.Type>MPSosConstraint.Type.internalGetValueMap()Methods in com.google.ortools.linearsolver with parameters of type MPSosConstraint.TypeModifier and TypeMethodDescriptionMPSosConstraint.Builder.setType(MPSosConstraint.Type value) optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];