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 TableConstraintProto
TableConstraintProto.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 TableConstraintProto
TableConstraintProto.parseDelimitedFrom
(InputStream input) static TableConstraintProto
TableConstraintProto.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TableConstraintProto
TableConstraintProto.parseFrom
(byte[] data) static TableConstraintProto
TableConstraintProto.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TableConstraintProto
TableConstraintProto.parseFrom
(com.google.protobuf.ByteString data) static TableConstraintProto
TableConstraintProto.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TableConstraintProto
TableConstraintProto.parseFrom
(com.google.protobuf.CodedInputStream input) static TableConstraintProto
TableConstraintProto.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TableConstraintProto
TableConstraintProto.parseFrom
(InputStream input) static TableConstraintProto
TableConstraintProto.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TableConstraintProto
TableConstraintProto.parseFrom
(ByteBuffer data) static TableConstraintProto
TableConstraintProto.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.Builder
TableConstraintProto.newBuilder
(TableConstraintProto prototype) ConstraintProto.Builder.setTable
(TableConstraintProto value) The table constraint enforces what values a tuple of variables may take.