Uses of Class
com.google.ortools.linearsolver.MPGeneralConstraintProto
Packages that use MPGeneralConstraintProto
-
Uses of MPGeneralConstraintProto in com.google.ortools.linearsolver
Methods in com.google.ortools.linearsolver that return MPGeneralConstraintProtoModifier and TypeMethodDescriptionMPGeneralConstraintProto.Builder.build()
MPGeneralConstraintProto.Builder.buildPartial()
static MPGeneralConstraintProto
MPGeneralConstraintProto.getDefaultInstance()
MPGeneralConstraintProto.Builder.getDefaultInstanceForType()
MPGeneralConstraintProto.getDefaultInstanceForType()
MPModelProto.Builder.getGeneralConstraint
(int index) All the general constraints appearing in the model.MPModelProto.getGeneralConstraint
(int index) All the general constraints appearing in the model.MPModelProtoOrBuilder.getGeneralConstraint
(int index) All the general constraints appearing in the model.static MPGeneralConstraintProto
MPGeneralConstraintProto.parseDelimitedFrom
(InputStream input) static MPGeneralConstraintProto
MPGeneralConstraintProto.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPGeneralConstraintProto
MPGeneralConstraintProto.parseFrom
(byte[] data) static MPGeneralConstraintProto
MPGeneralConstraintProto.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPGeneralConstraintProto
MPGeneralConstraintProto.parseFrom
(com.google.protobuf.ByteString data) static MPGeneralConstraintProto
MPGeneralConstraintProto.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPGeneralConstraintProto
MPGeneralConstraintProto.parseFrom
(com.google.protobuf.CodedInputStream input) static MPGeneralConstraintProto
MPGeneralConstraintProto.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPGeneralConstraintProto
MPGeneralConstraintProto.parseFrom
(InputStream input) static MPGeneralConstraintProto
MPGeneralConstraintProto.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPGeneralConstraintProto
MPGeneralConstraintProto.parseFrom
(ByteBuffer data) static MPGeneralConstraintProto
MPGeneralConstraintProto.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.linearsolver that return types with arguments of type MPGeneralConstraintProtoModifier and TypeMethodDescriptionMPModelProto.Builder.getGeneralConstraintList()
All the general constraints appearing in the model.MPModelProto.getGeneralConstraintList()
All the general constraints appearing in the model.MPModelProtoOrBuilder.getGeneralConstraintList()
All the general constraints appearing in the model.com.google.protobuf.Parser
<MPGeneralConstraintProto> MPGeneralConstraintProto.getParserForType()
static com.google.protobuf.Parser
<MPGeneralConstraintProto> MPGeneralConstraintProto.parser()
Methods in com.google.ortools.linearsolver with parameters of type MPGeneralConstraintProtoModifier and TypeMethodDescriptionMPModelProto.Builder.addGeneralConstraint
(int index, MPGeneralConstraintProto value) All the general constraints appearing in the model.MPModelProto.Builder.addGeneralConstraint
(MPGeneralConstraintProto value) All the general constraints appearing in the model.MPGeneralConstraintProto.Builder.mergeFrom
(MPGeneralConstraintProto other) MPGeneralConstraintProto.newBuilder
(MPGeneralConstraintProto prototype) MPModelProto.Builder.setGeneralConstraint
(int index, MPGeneralConstraintProto value) All the general constraints appearing in the model.Method parameters in com.google.ortools.linearsolver with type arguments of type MPGeneralConstraintProtoModifier and TypeMethodDescriptionMPModelProto.Builder.addAllGeneralConstraint
(Iterable<? extends MPGeneralConstraintProto> values) All the general constraints appearing in the model.