Uses of Class
com.google.ortools.sat.TableConstraintProto.Builder
Packages that use TableConstraintProto.Builder
-
Uses of TableConstraintProto.Builder in com.google.ortools.sat
Subclasses with type arguments of type TableConstraintProto.Builder in com.google.ortools.satModifier and TypeClassDescriptionstatic final class
The values of the n-tuple formed by the given expression can only be one of the listed n-tuples in values.Methods in com.google.ortools.sat that return TableConstraintProto.BuilderModifier and TypeMethodDescriptionTableConstraintProto.Builder.addAllExprs
(Iterable<? extends LinearExpressionProto> values) repeated .operations_research.sat.LinearExpressionProto exprs = 4;
TableConstraintProto.Builder.addAllValues
(Iterable<? extends Long> values) repeated int64 values = 2;
TableConstraintProto.Builder.addAllVars
(Iterable<? extends Integer> values) Legacy field.TableConstraintProto.Builder.addExprs
(int index, LinearExpressionProto value) repeated .operations_research.sat.LinearExpressionProto exprs = 4;
TableConstraintProto.Builder.addExprs
(int index, LinearExpressionProto.Builder builderForValue) repeated .operations_research.sat.LinearExpressionProto exprs = 4;
TableConstraintProto.Builder.addExprs
(LinearExpressionProto value) repeated .operations_research.sat.LinearExpressionProto exprs = 4;
TableConstraintProto.Builder.addExprs
(LinearExpressionProto.Builder builderForValue) repeated .operations_research.sat.LinearExpressionProto exprs = 4;
TableConstraintProto.Builder.addValues
(long value) repeated int64 values = 2;
TableConstraintProto.Builder.addVars
(int value) Legacy field.TableConstraintProto.Builder.clear()
TableConstraintProto.Builder.clearExprs()
repeated .operations_research.sat.LinearExpressionProto exprs = 4;
TableConstraintProto.Builder.clearNegated()
If true, the meaning is "negated", that is we forbid any of the given tuple from a feasible assignment.TableConstraintProto.Builder.clearValues()
repeated int64 values = 2;
TableConstraintProto.Builder.clearVars()
Legacy field.ConstraintProto.Builder.getTableBuilder()
The table constraint enforces what values a tuple of variables may take.TableConstraintProto.Builder.mergeFrom
(TableConstraintProto other) TableConstraintProto.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TableConstraintProto.Builder.mergeFrom
(com.google.protobuf.Message other) static TableConstraintProto.Builder
TableConstraintProto.newBuilder()
static TableConstraintProto.Builder
TableConstraintProto.newBuilder
(TableConstraintProto prototype) TableConstraintProto.newBuilderForType()
protected TableConstraintProto.Builder
TableConstraintProto.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) TableConstraintProto.Builder.removeExprs
(int index) repeated .operations_research.sat.LinearExpressionProto exprs = 4;
TableConstraintProto.Builder.setExprs
(int index, LinearExpressionProto value) repeated .operations_research.sat.LinearExpressionProto exprs = 4;
TableConstraintProto.Builder.setExprs
(int index, LinearExpressionProto.Builder builderForValue) repeated .operations_research.sat.LinearExpressionProto exprs = 4;
TableConstraintProto.Builder.setNegated
(boolean value) If true, the meaning is "negated", that is we forbid any of the given tuple from a feasible assignment.TableConstraintProto.Builder.setValues
(int index, long value) repeated int64 values = 2;
TableConstraintProto.Builder.setVars
(int index, int value) Legacy field.TableConstraintProto.toBuilder()
Methods in com.google.ortools.sat with parameters of type TableConstraintProto.BuilderModifier and TypeMethodDescriptionConstraintProto.Builder.setTable
(TableConstraintProto.Builder builderForValue) The table constraint enforces what values a tuple of variables may take.