Uses of Class
com.google.ortools.sat.LinearArgumentProto.Builder
Packages that use LinearArgumentProto.Builder
-
Uses of LinearArgumentProto.Builder in com.google.ortools.sat
Subclasses with type arguments of type LinearArgumentProto.Builder in com.google.ortools.satModifier and TypeClassDescriptionstatic final class
Protobuf typeoperations_research.sat.LinearArgumentProto
Methods in com.google.ortools.sat that return LinearArgumentProto.BuilderModifier and TypeMethodDescriptionLinearArgumentProto.Builder.addAllExprs
(Iterable<? extends LinearExpressionProto> values) repeated .operations_research.sat.LinearExpressionProto exprs = 2;
LinearArgumentProto.Builder.addExprs
(int index, LinearExpressionProto value) repeated .operations_research.sat.LinearExpressionProto exprs = 2;
LinearArgumentProto.Builder.addExprs
(int index, LinearExpressionProto.Builder builderForValue) repeated .operations_research.sat.LinearExpressionProto exprs = 2;
LinearArgumentProto.Builder.addExprs
(LinearExpressionProto value) repeated .operations_research.sat.LinearExpressionProto exprs = 2;
LinearArgumentProto.Builder.addExprs
(LinearExpressionProto.Builder builderForValue) repeated .operations_research.sat.LinearExpressionProto exprs = 2;
LinearArgumentProto.Builder.clear()
LinearArgumentProto.Builder.clearExprs()
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
LinearArgumentProto.Builder.clearTarget()
.operations_research.sat.LinearExpressionProto target = 1;
ConstraintProto.Builder.getIntDivBuilder()
The int_div constraint forces the target to equal exprs[0] / exprs[1].ConstraintProto.Builder.getIntModBuilder()
The int_mod constraint forces the target to equal exprs[0] % exprs[1].ConstraintProto.Builder.getIntProdBuilder()
The int_prod constraint forces the target to equal the product of all variables.ConstraintProto.Builder.getLinMaxBuilder()
The lin_max constraint forces the target to equal the maximum of all linear expressions.LinearArgumentProto.Builder.mergeFrom
(LinearArgumentProto other) LinearArgumentProto.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) LinearArgumentProto.Builder.mergeFrom
(com.google.protobuf.Message other) LinearArgumentProto.Builder.mergeTarget
(LinearExpressionProto value) .operations_research.sat.LinearExpressionProto target = 1;
static LinearArgumentProto.Builder
LinearArgumentProto.newBuilder()
static LinearArgumentProto.Builder
LinearArgumentProto.newBuilder
(LinearArgumentProto prototype) LinearArgumentProto.newBuilderForType()
protected LinearArgumentProto.Builder
LinearArgumentProto.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) LinearArgumentProto.Builder.removeExprs
(int index) repeated .operations_research.sat.LinearExpressionProto exprs = 2;
LinearArgumentProto.Builder.setExprs
(int index, LinearExpressionProto value) repeated .operations_research.sat.LinearExpressionProto exprs = 2;
LinearArgumentProto.Builder.setExprs
(int index, LinearExpressionProto.Builder builderForValue) repeated .operations_research.sat.LinearExpressionProto exprs = 2;
LinearArgumentProto.Builder.setTarget
(LinearExpressionProto value) .operations_research.sat.LinearExpressionProto target = 1;
LinearArgumentProto.Builder.setTarget
(LinearExpressionProto.Builder builderForValue) .operations_research.sat.LinearExpressionProto target = 1;
LinearArgumentProto.toBuilder()
Methods in com.google.ortools.sat with parameters of type LinearArgumentProto.BuilderModifier and TypeMethodDescriptionConstraintProto.Builder.setIntDiv
(LinearArgumentProto.Builder builderForValue) The int_div constraint forces the target to equal exprs[0] / exprs[1].ConstraintProto.Builder.setIntMod
(LinearArgumentProto.Builder builderForValue) The int_mod constraint forces the target to equal exprs[0] % exprs[1].ConstraintProto.Builder.setIntProd
(LinearArgumentProto.Builder builderForValue) The int_prod constraint forces the target to equal the product of all variables.ConstraintProto.Builder.setLinMax
(LinearArgumentProto.Builder builderForValue) The lin_max constraint forces the target to equal the maximum of all linear expressions.