Uses of Class
com.google.ortools.sat.ListOfVariablesProto.Builder
Packages that use ListOfVariablesProto.Builder
-
Uses of ListOfVariablesProto.Builder in com.google.ortools.sat
Subclasses with type arguments of type ListOfVariablesProto.Builder in com.google.ortools.satModifier and TypeClassDescriptionstatic final class
A list of variables, without any semantics.Methods in com.google.ortools.sat that return ListOfVariablesProto.BuilderModifier and TypeMethodDescriptionListOfVariablesProto.Builder.addAllVars
(Iterable<? extends Integer> values) repeated int32 vars = 1;
ListOfVariablesProto.Builder.addVars
(int value) repeated int32 vars = 1;
ListOfVariablesProto.Builder.clear()
ListOfVariablesProto.Builder.clearVars()
repeated int32 vars = 1;
ConstraintProto.Builder.getDummyConstraintBuilder()
This constraint is not meant to be used and will be rejected by the solver.ListOfVariablesProto.Builder.mergeFrom
(ListOfVariablesProto other) ListOfVariablesProto.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListOfVariablesProto.Builder.mergeFrom
(com.google.protobuf.Message other) static ListOfVariablesProto.Builder
ListOfVariablesProto.newBuilder()
static ListOfVariablesProto.Builder
ListOfVariablesProto.newBuilder
(ListOfVariablesProto prototype) ListOfVariablesProto.newBuilderForType()
protected ListOfVariablesProto.Builder
ListOfVariablesProto.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) ListOfVariablesProto.Builder.setVars
(int index, int value) repeated int32 vars = 1;
ListOfVariablesProto.toBuilder()
Methods in com.google.ortools.sat with parameters of type ListOfVariablesProto.BuilderModifier and TypeMethodDescriptionConstraintProto.Builder.setDummyConstraint
(ListOfVariablesProto.Builder builderForValue) This constraint is not meant to be used and will be rejected by the solver.