Uses of Class
com.google.ortools.sat.TableConstraintProto
Packages that use TableConstraintProto
-
Uses of TableConstraintProto in com.google.ortools.sat
Methods in com.google.ortools.sat that return TableConstraintProtoModifier and TypeMethodDescriptionTableConstraintProto.Builder.build()TableConstraintProto.Builder.buildPartial()static TableConstraintProtoTableConstraintProto.getDefaultInstance()TableConstraintProto.Builder.getDefaultInstanceForType()TableConstraintProto.getDefaultInstanceForType()ConstraintProto.Builder.getTable()The table constraint enforces what values a tuple of variables may take.ConstraintProto.getTable()The table constraint enforces what values a tuple of variables may take.ConstraintProtoOrBuilder.getTable()The table constraint enforces what values a tuple of variables may take.static TableConstraintProtoTableConstraintProto.parseDelimitedFrom(InputStream input) static TableConstraintProtoTableConstraintProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TableConstraintProtoTableConstraintProto.parseFrom(byte[] data) static TableConstraintProtoTableConstraintProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TableConstraintProtoTableConstraintProto.parseFrom(com.google.protobuf.ByteString data) static TableConstraintProtoTableConstraintProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TableConstraintProtoTableConstraintProto.parseFrom(com.google.protobuf.CodedInputStream input) static TableConstraintProtoTableConstraintProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TableConstraintProtoTableConstraintProto.parseFrom(InputStream input) static TableConstraintProtoTableConstraintProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TableConstraintProtoTableConstraintProto.parseFrom(ByteBuffer data) static TableConstraintProtoTableConstraintProto.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.sat that return types with arguments of type TableConstraintProtoModifier and TypeMethodDescriptioncom.google.protobuf.Parser<TableConstraintProto> TableConstraintProto.getParserForType()static com.google.protobuf.Parser<TableConstraintProto> TableConstraintProto.parser()Methods in com.google.ortools.sat with parameters of type TableConstraintProtoModifier and TypeMethodDescriptionTableConstraintProto.Builder.mergeFrom(TableConstraintProto other) ConstraintProto.Builder.mergeTable(TableConstraintProto value) The table constraint enforces what values a tuple of variables may take.static TableConstraintProto.BuilderTableConstraintProto.newBuilder(TableConstraintProto prototype) ConstraintProto.Builder.setTable(TableConstraintProto value) The table constraint enforces what values a tuple of variables may take.