Uses of Class
com.google.ortools.linearsolver.MPSosConstraint.Type
| Package | Description |
|---|---|
| com.google.ortools.linearsolver |
-
Uses of MPSosConstraint.Type in com.google.ortools.linearsolver
Methods in com.google.ortools.linearsolver that return MPSosConstraint.Type Modifier and Type Method Description static MPSosConstraint.TypeMPSosConstraint.Type. forNumber(int value)MPSosConstraint.TypeMPSosConstraint.Builder. getType()optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];MPSosConstraint.TypeMPSosConstraint. getType()optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];MPSosConstraint.TypeMPSosConstraintOrBuilder. 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.TypeMPSosConstraint.Type. valueOf(java.lang.String name)Returns 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.Type Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<MPSosConstraint.Type>MPSosConstraint.Type. internalGetValueMap()Methods in com.google.ortools.linearsolver with parameters of type MPSosConstraint.Type Modifier and Type Method Description MPSosConstraint.BuilderMPSosConstraint.Builder. setType(MPSosConstraint.Type value)optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];