Uses of Class
com.google.ortools.sat.ListOfVariablesProto.Builder
Packages that use ListOfVariablesProto.Builder
-
Uses of ListOfVariablesProto.Builder in com.google.ortools.sat
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.BuilderListOfVariablesProto.newBuilder()static ListOfVariablesProto.BuilderListOfVariablesProto.newBuilder(ListOfVariablesProto prototype) ListOfVariablesProto.newBuilderForType()protected ListOfVariablesProto.BuilderListOfVariablesProto.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.