Uses of Class
com.google.ortools.sat.TableConstraintProto
| Package | Description |
|---|---|
| com.google.ortools.sat |
-
Uses of TableConstraintProto in com.google.ortools.sat
Methods in com.google.ortools.sat that return TableConstraintProto Modifier and Type Method Description TableConstraintProtoTableConstraintProto.Builder. build()TableConstraintProtoTableConstraintProto.Builder. buildPartial()static TableConstraintProtoTableConstraintProto. getDefaultInstance()TableConstraintProtoTableConstraintProto.Builder. getDefaultInstanceForType()TableConstraintProtoTableConstraintProto. getDefaultInstanceForType()TableConstraintProtoConstraintProto.Builder. getTable()The table constraint enforces what values a tuple of variables may take.TableConstraintProtoConstraintProto. getTable()The table constraint enforces what values a tuple of variables may take.TableConstraintProtoConstraintProtoOrBuilder. getTable()The table constraint enforces what values a tuple of variables may take.static TableConstraintProtoTableConstraintProto. parseDelimitedFrom(java.io.InputStream input)static TableConstraintProtoTableConstraintProto. parseDelimitedFrom(java.io.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(java.io.InputStream input)static TableConstraintProtoTableConstraintProto. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableConstraintProtoTableConstraintProto. parseFrom(java.nio.ByteBuffer data)static TableConstraintProtoTableConstraintProto. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.ortools.sat that return types with arguments of type TableConstraintProto Modifier and Type Method Description com.google.protobuf.Parser<TableConstraintProto>TableConstraintProto. getParserForType()static com.google.protobuf.Parser<TableConstraintProto>TableConstraintProto. parser()Methods in com.google.ortools.sat with parameters of type TableConstraintProto Modifier and Type Method Description TableConstraintProto.BuilderTableConstraintProto.Builder. mergeFrom(TableConstraintProto other)ConstraintProto.BuilderConstraintProto.Builder. mergeTable(TableConstraintProto value)The table constraint enforces what values a tuple of variables may take.static TableConstraintProto.BuilderTableConstraintProto. newBuilder(TableConstraintProto prototype)ConstraintProto.BuilderConstraintProto.Builder. setTable(TableConstraintProto value)The table constraint enforces what values a tuple of variables may take.