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 MPGeneralConstraintProtoMPGeneralConstraintProto.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 MPGeneralConstraintProtoMPGeneralConstraintProto.parseDelimitedFrom(InputStream input) static MPGeneralConstraintProtoMPGeneralConstraintProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPGeneralConstraintProtoMPGeneralConstraintProto.parseFrom(byte[] data) static MPGeneralConstraintProtoMPGeneralConstraintProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPGeneralConstraintProtoMPGeneralConstraintProto.parseFrom(com.google.protobuf.ByteString data) static MPGeneralConstraintProtoMPGeneralConstraintProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPGeneralConstraintProtoMPGeneralConstraintProto.parseFrom(com.google.protobuf.CodedInputStream input) static MPGeneralConstraintProtoMPGeneralConstraintProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPGeneralConstraintProtoMPGeneralConstraintProto.parseFrom(InputStream input) static MPGeneralConstraintProtoMPGeneralConstraintProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MPGeneralConstraintProtoMPGeneralConstraintProto.parseFrom(ByteBuffer data) static MPGeneralConstraintProtoMPGeneralConstraintProto.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.