Uses of Class
com.google.ortools.sat.ElementConstraintProto.Builder
Packages that use ElementConstraintProto.Builder
-
Uses of ElementConstraintProto.Builder in com.google.ortools.sat
Subclasses with type arguments of type ElementConstraintProto.Builder in com.google.ortools.satModifier and TypeClassDescriptionstatic final classThe constraint target = vars[index].Methods in com.google.ortools.sat that return ElementConstraintProto.BuilderModifier and TypeMethodDescriptionElementConstraintProto.Builder.addAllExprs(Iterable<? extends LinearExpressionProto> values) repeated .operations_research.sat.LinearExpressionProto exprs = 6;ElementConstraintProto.Builder.addAllVars(Iterable<? extends Integer> values) Legacy field.ElementConstraintProto.Builder.addExprs(int index, LinearExpressionProto value) repeated .operations_research.sat.LinearExpressionProto exprs = 6;ElementConstraintProto.Builder.addExprs(int index, LinearExpressionProto.Builder builderForValue) repeated .operations_research.sat.LinearExpressionProto exprs = 6;ElementConstraintProto.Builder.addExprs(LinearExpressionProto value) repeated .operations_research.sat.LinearExpressionProto exprs = 6;ElementConstraintProto.Builder.addExprs(LinearExpressionProto.Builder builderForValue) repeated .operations_research.sat.LinearExpressionProto exprs = 6;ElementConstraintProto.Builder.addVars(int value) Legacy field.ElementConstraintProto.Builder.clear()ElementConstraintProto.Builder.clearExprs()repeated .operations_research.sat.LinearExpressionProto exprs = 6;ElementConstraintProto.Builder.clearIndex()Legacy field.ElementConstraintProto.Builder.clearLinearIndex()All expressions below must be affine function with at most one variable.ElementConstraintProto.Builder.clearLinearTarget().operations_research.sat.LinearExpressionProto linear_target = 5;ElementConstraintProto.Builder.clearTarget()Legacy field.ElementConstraintProto.Builder.clearVars()Legacy field.ConstraintProto.Builder.getElementBuilder()The element constraint forces the variable with the given index to be equal to the target.ElementConstraintProto.Builder.mergeFrom(ElementConstraintProto other) ElementConstraintProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ElementConstraintProto.Builder.mergeFrom(com.google.protobuf.Message other) ElementConstraintProto.Builder.mergeLinearIndex(LinearExpressionProto value) All expressions below must be affine function with at most one variable.ElementConstraintProto.Builder.mergeLinearTarget(LinearExpressionProto value) .operations_research.sat.LinearExpressionProto linear_target = 5;ElementConstraintProto.newBuilder()ElementConstraintProto.newBuilder(ElementConstraintProto prototype) ElementConstraintProto.newBuilderForType()protected ElementConstraintProto.BuilderElementConstraintProto.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ElementConstraintProto.Builder.removeExprs(int index) repeated .operations_research.sat.LinearExpressionProto exprs = 6;ElementConstraintProto.Builder.setExprs(int index, LinearExpressionProto value) repeated .operations_research.sat.LinearExpressionProto exprs = 6;ElementConstraintProto.Builder.setExprs(int index, LinearExpressionProto.Builder builderForValue) repeated .operations_research.sat.LinearExpressionProto exprs = 6;ElementConstraintProto.Builder.setIndex(int value) Legacy field.ElementConstraintProto.Builder.setLinearIndex(LinearExpressionProto value) All expressions below must be affine function with at most one variable.ElementConstraintProto.Builder.setLinearIndex(LinearExpressionProto.Builder builderForValue) All expressions below must be affine function with at most one variable.ElementConstraintProto.Builder.setLinearTarget(LinearExpressionProto value) .operations_research.sat.LinearExpressionProto linear_target = 5;ElementConstraintProto.Builder.setLinearTarget(LinearExpressionProto.Builder builderForValue) .operations_research.sat.LinearExpressionProto linear_target = 5;ElementConstraintProto.Builder.setTarget(int value) Legacy field.ElementConstraintProto.Builder.setVars(int index, int value) Legacy field.ElementConstraintProto.toBuilder()Methods in com.google.ortools.sat with parameters of type ElementConstraintProto.BuilderModifier and TypeMethodDescriptionConstraintProto.Builder.setElement(ElementConstraintProto.Builder builderForValue) The element constraint forces the variable with the given index to be equal to the target.