Uses of Class
com.google.ortools.linearsolver.MPSosConstraint
-
Packages that use MPSosConstraint Package Description com.google.ortools.linearsolver -
-
Uses of MPSosConstraint in com.google.ortools.linearsolver
Fields in com.google.ortools.linearsolver with type parameters of type MPSosConstraint Modifier and Type Field Description static com.google.protobuf.Parser<MPSosConstraint>MPSosConstraint. PARSERDeprecated.Methods in com.google.ortools.linearsolver that return MPSosConstraint Modifier and Type Method Description MPSosConstraintMPSosConstraint.Builder. build()MPSosConstraintMPSosConstraint.Builder. buildPartial()static MPSosConstraintMPSosConstraint. getDefaultInstance()MPSosConstraintMPSosConstraint.Builder. getDefaultInstanceForType()MPSosConstraintMPSosConstraint. getDefaultInstanceForType()MPSosConstraintMPGeneralConstraintProto.Builder. getSosConstraint().operations_research.MPSosConstraint sos_constraint = 3;MPSosConstraintMPGeneralConstraintProto. getSosConstraint().operations_research.MPSosConstraint sos_constraint = 3;MPSosConstraintMPGeneralConstraintProtoOrBuilder. getSosConstraint().operations_research.MPSosConstraint sos_constraint = 3;static MPSosConstraintMPSosConstraint. parseDelimitedFrom(java.io.InputStream input)static MPSosConstraintMPSosConstraint. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MPSosConstraintMPSosConstraint. parseFrom(byte[] data)static MPSosConstraintMPSosConstraint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MPSosConstraintMPSosConstraint. parseFrom(com.google.protobuf.ByteString data)static MPSosConstraintMPSosConstraint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MPSosConstraintMPSosConstraint. parseFrom(com.google.protobuf.CodedInputStream input)static MPSosConstraintMPSosConstraint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MPSosConstraintMPSosConstraint. parseFrom(java.io.InputStream input)static MPSosConstraintMPSosConstraint. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MPSosConstraintMPSosConstraint. parseFrom(java.nio.ByteBuffer data)static MPSosConstraintMPSosConstraint. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.ortools.linearsolver that return types with arguments of type MPSosConstraint Modifier and Type Method Description com.google.protobuf.Parser<MPSosConstraint>MPSosConstraint. getParserForType()static com.google.protobuf.Parser<MPSosConstraint>MPSosConstraint. parser()Methods in com.google.ortools.linearsolver with parameters of type MPSosConstraint Modifier and Type Method Description MPSosConstraint.BuilderMPSosConstraint.Builder. mergeFrom(MPSosConstraint other)MPGeneralConstraintProto.BuilderMPGeneralConstraintProto.Builder. mergeSosConstraint(MPSosConstraint value).operations_research.MPSosConstraint sos_constraint = 3;static MPSosConstraint.BuilderMPSosConstraint. newBuilder(MPSosConstraint prototype)MPGeneralConstraintProto.BuilderMPGeneralConstraintProto.Builder. setSosConstraint(MPSosConstraint value).operations_research.MPSosConstraint sos_constraint = 3;
-