Uses of Class
com.google.ortools.sat.ConstraintProto
Packages that use ConstraintProto
-
Uses of ConstraintProto in com.google.ortools.sat
Methods in com.google.ortools.sat that return ConstraintProtoModifier and TypeMethodDescriptionConstraintProto.Builder.build()ConstraintProto.Builder.buildPartial()CpModelProto.Builder.getConstraints(int index) repeated .operations_research.sat.ConstraintProto constraints = 3;CpModelProto.getConstraints(int index) repeated .operations_research.sat.ConstraintProto constraints = 3;CpModelProtoOrBuilder.getConstraints(int index) repeated .operations_research.sat.ConstraintProto constraints = 3;static ConstraintProtoConstraintProto.getDefaultInstance()ConstraintProto.Builder.getDefaultInstanceForType()ConstraintProto.getDefaultInstanceForType()static ConstraintProtoConstraintProto.parseDelimitedFrom(InputStream input) static ConstraintProtoConstraintProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ConstraintProtoConstraintProto.parseFrom(byte[] data) static ConstraintProtoConstraintProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ConstraintProtoConstraintProto.parseFrom(com.google.protobuf.ByteString data) static ConstraintProtoConstraintProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ConstraintProtoConstraintProto.parseFrom(com.google.protobuf.CodedInputStream input) static ConstraintProtoConstraintProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ConstraintProtoConstraintProto.parseFrom(InputStream input) static ConstraintProtoConstraintProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ConstraintProtoConstraintProto.parseFrom(ByteBuffer data) static ConstraintProtoConstraintProto.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.sat that return types with arguments of type ConstraintProtoModifier and TypeMethodDescriptionCpModelProto.Builder.getConstraintsList()repeated .operations_research.sat.ConstraintProto constraints = 3;CpModelProto.getConstraintsList()repeated .operations_research.sat.ConstraintProto constraints = 3;CpModelProtoOrBuilder.getConstraintsList()repeated .operations_research.sat.ConstraintProto constraints = 3;com.google.protobuf.Parser<ConstraintProto> ConstraintProto.getParserForType()static com.google.protobuf.Parser<ConstraintProto> ConstraintProto.parser()Methods in com.google.ortools.sat with parameters of type ConstraintProtoModifier and TypeMethodDescriptionCpModelProto.Builder.addConstraints(int index, ConstraintProto value) repeated .operations_research.sat.ConstraintProto constraints = 3;CpModelProto.Builder.addConstraints(ConstraintProto value) repeated .operations_research.sat.ConstraintProto constraints = 3;ConstraintProto.Builder.mergeFrom(ConstraintProto other) static ConstraintProto.BuilderConstraintProto.newBuilder(ConstraintProto prototype) CpModelProto.Builder.setConstraints(int index, ConstraintProto value) repeated .operations_research.sat.ConstraintProto constraints = 3;Method parameters in com.google.ortools.sat with type arguments of type ConstraintProtoModifier and TypeMethodDescriptionCpModelProto.Builder.addAllConstraints(Iterable<? extends ConstraintProto> values) repeated .operations_research.sat.ConstraintProto constraints = 3;