Uses of Class
com.google.ortools.sat.AllDifferentConstraintProto.Builder
Packages that use AllDifferentConstraintProto.Builder
-
Uses of AllDifferentConstraintProto.Builder in com.google.ortools.sat
Subclasses with type arguments of type AllDifferentConstraintProto.Builder in com.google.ortools.satModifier and TypeClassDescriptionstatic final classAll expressions must take different values.Methods in com.google.ortools.sat that return AllDifferentConstraintProto.BuilderModifier and TypeMethodDescriptionAllDifferentConstraintProto.Builder.addAllExprs(Iterable<? extends LinearExpressionProto> values) repeated .operations_research.sat.LinearExpressionProto exprs = 1;AllDifferentConstraintProto.Builder.addExprs(int index, LinearExpressionProto value) repeated .operations_research.sat.LinearExpressionProto exprs = 1;AllDifferentConstraintProto.Builder.addExprs(int index, LinearExpressionProto.Builder builderForValue) repeated .operations_research.sat.LinearExpressionProto exprs = 1;AllDifferentConstraintProto.Builder.addExprs(LinearExpressionProto value) repeated .operations_research.sat.LinearExpressionProto exprs = 1;AllDifferentConstraintProto.Builder.addExprs(LinearExpressionProto.Builder builderForValue) repeated .operations_research.sat.LinearExpressionProto exprs = 1;AllDifferentConstraintProto.Builder.clear()AllDifferentConstraintProto.Builder.clearExprs()repeated .operations_research.sat.LinearExpressionProto exprs = 1;ConstraintProto.Builder.getAllDiffBuilder()The all_diff constraint forces all variables to take different values.AllDifferentConstraintProto.Builder.mergeFrom(AllDifferentConstraintProto other) AllDifferentConstraintProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AllDifferentConstraintProto.Builder.mergeFrom(com.google.protobuf.Message other) AllDifferentConstraintProto.newBuilder()AllDifferentConstraintProto.newBuilder(AllDifferentConstraintProto prototype) AllDifferentConstraintProto.newBuilderForType()protected AllDifferentConstraintProto.BuilderAllDifferentConstraintProto.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) AllDifferentConstraintProto.Builder.removeExprs(int index) repeated .operations_research.sat.LinearExpressionProto exprs = 1;AllDifferentConstraintProto.Builder.setExprs(int index, LinearExpressionProto value) repeated .operations_research.sat.LinearExpressionProto exprs = 1;AllDifferentConstraintProto.Builder.setExprs(int index, LinearExpressionProto.Builder builderForValue) repeated .operations_research.sat.LinearExpressionProto exprs = 1;AllDifferentConstraintProto.toBuilder()Methods in com.google.ortools.sat with parameters of type AllDifferentConstraintProto.BuilderModifier and TypeMethodDescriptionConstraintProto.Builder.setAllDiff(AllDifferentConstraintProto.Builder builderForValue) The all_diff constraint forces all variables to take different values.