Uses of Class
com.google.ortools.linearsolver.MPSosConstraint
Packages that use MPSosConstraint
-
Uses of MPSosConstraint in com.google.ortools.linearsolver
Methods in com.google.ortools.linearsolver that return MPSosConstraintModifier and TypeMethodDescriptionMPSosConstraint.Builder.build()
MPSosConstraint.Builder.buildPartial()
static MPSosConstraint
MPSosConstraint.getDefaultInstance()
MPSosConstraint.Builder.getDefaultInstanceForType()
MPSosConstraint.getDefaultInstanceForType()
MPGeneralConstraintProto.Builder.getSosConstraint()
.operations_research.MPSosConstraint sos_constraint = 3;
MPGeneralConstraintProto.getSosConstraint()
.operations_research.MPSosConstraint sos_constraint = 3;
MPGeneralConstraintProtoOrBuilder.getSosConstraint()
.operations_research.MPSosConstraint sos_constraint = 3;
static MPSosConstraint
MPSosConstraint.parseDelimitedFrom
(InputStream input) static MPSosConstraint
MPSosConstraint.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPSosConstraint
MPSosConstraint.parseFrom
(byte[] data) static MPSosConstraint
MPSosConstraint.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPSosConstraint
MPSosConstraint.parseFrom
(com.google.protobuf.ByteString data) static MPSosConstraint
MPSosConstraint.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPSosConstraint
MPSosConstraint.parseFrom
(com.google.protobuf.CodedInputStream input) static MPSosConstraint
MPSosConstraint.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPSosConstraint
MPSosConstraint.parseFrom
(InputStream input) static MPSosConstraint
MPSosConstraint.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPSosConstraint
MPSosConstraint.parseFrom
(ByteBuffer data) static MPSosConstraint
MPSosConstraint.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.linearsolver that return types with arguments of type MPSosConstraintModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<MPSosConstraint> MPSosConstraint.getParserForType()
static com.google.protobuf.Parser
<MPSosConstraint> MPSosConstraint.parser()
Methods in com.google.ortools.linearsolver with parameters of type MPSosConstraintModifier and TypeMethodDescriptionMPSosConstraint.Builder.mergeFrom
(MPSosConstraint other) MPGeneralConstraintProto.Builder.mergeSosConstraint
(MPSosConstraint value) .operations_research.MPSosConstraint sos_constraint = 3;
static MPSosConstraint.Builder
MPSosConstraint.newBuilder
(MPSosConstraint prototype) MPGeneralConstraintProto.Builder.setSosConstraint
(MPSosConstraint value) .operations_research.MPSosConstraint sos_constraint = 3;