907 public static final class Builder
extends
908 com.google.protobuf.GeneratedMessage.Builder<Builder> implements
911 public static final com.google.protobuf.Descriptors.Descriptor
913 return com.google.ortools.sat.CpModelProtobuf.internal_static_operations_research_sat_CpModelProto_descriptor;
917 protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
919 return com.google.ortools.sat.CpModelProtobuf.internal_static_operations_research_sat_CpModelProto_fieldAccessorTable
920 .ensureFieldAccessorsInitialized(
921 com.google.ortools.sat.CpModelProto.class, com.google.ortools.sat.CpModelProto.Builder.class);
926 maybeForceBuilderInitialization();
930 com.google.protobuf.GeneratedMessage.BuilderParent parent) {
932 maybeForceBuilderInitialization();
934 private void maybeForceBuilderInitialization() {
935 if (com.google.protobuf.GeneratedMessage
936 .alwaysUseFieldBuilders) {
937 getVariablesFieldBuilder();
938 getConstraintsFieldBuilder();
939 getObjectiveFieldBuilder();
940 getFloatingPointObjectiveFieldBuilder();
941 getSearchStrategyFieldBuilder();
942 getSolutionHintFieldBuilder();
943 getSymmetryFieldBuilder();
951 if (variablesBuilder_ ==
null) {
952 variables_ = java.util.Collections.emptyList();
955 variablesBuilder_.clear();
957 bitField0_ = (bitField0_ & ~0x00000002);
958 if (constraintsBuilder_ ==
null) {
959 constraints_ = java.util.Collections.emptyList();
962 constraintsBuilder_.clear();
964 bitField0_ = (bitField0_ & ~0x00000004);
966 if (objectiveBuilder_ !=
null) {
967 objectiveBuilder_.dispose();
968 objectiveBuilder_ =
null;
970 floatingPointObjective_ =
null;
971 if (floatingPointObjectiveBuilder_ !=
null) {
972 floatingPointObjectiveBuilder_.dispose();
973 floatingPointObjectiveBuilder_ =
null;
975 if (searchStrategyBuilder_ ==
null) {
976 searchStrategy_ = java.util.Collections.emptyList();
978 searchStrategy_ =
null;
979 searchStrategyBuilder_.clear();
981 bitField0_ = (bitField0_ & ~0x00000020);
982 solutionHint_ =
null;
983 if (solutionHintBuilder_ !=
null) {
984 solutionHintBuilder_.dispose();
985 solutionHintBuilder_ =
null;
987 assumptions_ = emptyIntList();
989 if (symmetryBuilder_ !=
null) {
990 symmetryBuilder_.dispose();
991 symmetryBuilder_ =
null;
997 public com.google.protobuf.Descriptors.Descriptor
999 return com.google.ortools.sat.CpModelProtobuf.internal_static_operations_research_sat_CpModelProto_descriptor;
1004 return com.google.ortools.sat.CpModelProto.getDefaultInstance();
1011 throw newUninitializedMessageException(result);
1019 buildPartialRepeatedFields(result);
1020 if (bitField0_ != 0) { buildPartial0(result); }
1025 private void buildPartialRepeatedFields(com.google.ortools.sat.CpModelProto result) {
1026 if (variablesBuilder_ ==
null) {
1027 if (((bitField0_ & 0x00000002) != 0)) {
1028 variables_ = java.util.Collections.unmodifiableList(variables_);
1029 bitField0_ = (bitField0_ & ~0x00000002);
1031 result.variables_ = variables_;
1033 result.variables_ = variablesBuilder_.build();
1035 if (constraintsBuilder_ ==
null) {
1036 if (((bitField0_ & 0x00000004) != 0)) {
1037 constraints_ = java.util.Collections.unmodifiableList(constraints_);
1038 bitField0_ = (bitField0_ & ~0x00000004);
1040 result.constraints_ = constraints_;
1042 result.constraints_ = constraintsBuilder_.build();
1044 if (searchStrategyBuilder_ ==
null) {
1045 if (((bitField0_ & 0x00000020) != 0)) {
1046 searchStrategy_ = java.util.Collections.unmodifiableList(searchStrategy_);
1047 bitField0_ = (bitField0_ & ~0x00000020);
1049 result.searchStrategy_ = searchStrategy_;
1051 result.searchStrategy_ = searchStrategyBuilder_.build();
1055 private void buildPartial0(com.google.ortools.sat.CpModelProto result) {
1056 int from_bitField0_ = bitField0_;
1057 if (((from_bitField0_ & 0x00000001) != 0)) {
1058 result.name_ = name_;
1060 int to_bitField0_ = 0;
1061 if (((from_bitField0_ & 0x00000008) != 0)) {
1062 result.objective_ = objectiveBuilder_ ==
null
1064 : objectiveBuilder_.build();
1065 to_bitField0_ |= 0x00000001;
1067 if (((from_bitField0_ & 0x00000010) != 0)) {
1068 result.floatingPointObjective_ = floatingPointObjectiveBuilder_ ==
null
1069 ? floatingPointObjective_
1070 : floatingPointObjectiveBuilder_.build();
1071 to_bitField0_ |= 0x00000002;
1073 if (((from_bitField0_ & 0x00000040) != 0)) {
1074 result.solutionHint_ = solutionHintBuilder_ ==
null
1076 : solutionHintBuilder_.build();
1077 to_bitField0_ |= 0x00000004;
1079 if (((from_bitField0_ & 0x00000080) != 0)) {
1080 assumptions_.makeImmutable();
1081 result.assumptions_ = assumptions_;
1083 if (((from_bitField0_ & 0x00000100) != 0)) {
1084 result.symmetry_ = symmetryBuilder_ ==
null
1086 : symmetryBuilder_.build();
1087 to_bitField0_ |= 0x00000008;
1089 result.bitField0_ |= to_bitField0_;
1093 public Builder
mergeFrom(com.google.protobuf.Message other) {
1094 if (other instanceof com.google.ortools.sat.CpModelProto) {
1095 return mergeFrom((com.google.ortools.sat.CpModelProto)other);
1097 super.mergeFrom(other);
1102 public Builder
mergeFrom(com.google.ortools.sat.CpModelProto other) {
1103 if (other == com.google.ortools.sat.CpModelProto.getDefaultInstance())
return this;
1104 if (!other.getName().isEmpty()) {
1105 name_ = other.name_;
1106 bitField0_ |= 0x00000001;
1109 if (variablesBuilder_ ==
null) {
1110 if (!other.variables_.isEmpty()) {
1111 if (variables_.isEmpty()) {
1112 variables_ = other.variables_;
1113 bitField0_ = (bitField0_ & ~0x00000002);
1115 ensureVariablesIsMutable();
1116 variables_.addAll(other.variables_);
1121 if (!other.variables_.isEmpty()) {
1122 if (variablesBuilder_.isEmpty()) {
1123 variablesBuilder_.dispose();
1124 variablesBuilder_ =
null;
1125 variables_ = other.variables_;
1126 bitField0_ = (bitField0_ & ~0x00000002);
1128 com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
1129 getVariablesFieldBuilder() :
null;
1131 variablesBuilder_.addAllMessages(other.variables_);
1135 if (constraintsBuilder_ ==
null) {
1136 if (!other.constraints_.isEmpty()) {
1137 if (constraints_.isEmpty()) {
1138 constraints_ = other.constraints_;
1139 bitField0_ = (bitField0_ & ~0x00000004);
1141 ensureConstraintsIsMutable();
1142 constraints_.addAll(other.constraints_);
1147 if (!other.constraints_.isEmpty()) {
1148 if (constraintsBuilder_.isEmpty()) {
1149 constraintsBuilder_.dispose();
1150 constraintsBuilder_ =
null;
1151 constraints_ = other.constraints_;
1152 bitField0_ = (bitField0_ & ~0x00000004);
1153 constraintsBuilder_ =
1154 com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
1155 getConstraintsFieldBuilder() :
null;
1157 constraintsBuilder_.addAllMessages(other.constraints_);
1161 if (other.hasObjective()) {
1164 if (other.hasFloatingPointObjective()) {
1167 if (searchStrategyBuilder_ ==
null) {
1168 if (!other.searchStrategy_.isEmpty()) {
1169 if (searchStrategy_.isEmpty()) {
1170 searchStrategy_ = other.searchStrategy_;
1171 bitField0_ = (bitField0_ & ~0x00000020);
1173 ensureSearchStrategyIsMutable();
1174 searchStrategy_.addAll(other.searchStrategy_);
1179 if (!other.searchStrategy_.isEmpty()) {
1180 if (searchStrategyBuilder_.isEmpty()) {
1181 searchStrategyBuilder_.dispose();
1182 searchStrategyBuilder_ =
null;
1183 searchStrategy_ = other.searchStrategy_;
1184 bitField0_ = (bitField0_ & ~0x00000020);
1185 searchStrategyBuilder_ =
1186 com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
1187 getSearchStrategyFieldBuilder() :
null;
1189 searchStrategyBuilder_.addAllMessages(other.searchStrategy_);
1193 if (other.hasSolutionHint()) {
1196 if (!other.assumptions_.isEmpty()) {
1197 if (assumptions_.isEmpty()) {
1198 assumptions_ = other.assumptions_;
1199 assumptions_.makeImmutable();
1200 bitField0_ |= 0x00000080;
1202 ensureAssumptionsIsMutable();
1203 assumptions_.addAll(other.assumptions_);
1207 if (other.hasSymmetry()) {
1210 this.mergeUnknownFields(other.getUnknownFields());
1222 com.google.protobuf.CodedInputStream input,
1223 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
1224 throws java.io.IOException {
1225 if (extensionRegistry ==
null) {
1226 throw new java.lang.NullPointerException();
1229 boolean done =
false;
1231 int tag = input.readTag();
1237 name_ = input.readStringRequireUtf8();
1238 bitField0_ |= 0x00000001;
1244 com.google.ortools.sat.IntegerVariableProto.parser(),
1246 if (variablesBuilder_ ==
null) {
1247 ensureVariablesIsMutable();
1250 variablesBuilder_.addMessage(m);
1257 com.google.ortools.sat.ConstraintProto.parser(),
1259 if (constraintsBuilder_ ==
null) {
1260 ensureConstraintsIsMutable();
1261 constraints_.add(m);
1263 constraintsBuilder_.addMessage(m);
1269 getObjectiveFieldBuilder().getBuilder(),
1271 bitField0_ |= 0x00000008;
1277 com.google.ortools.sat.DecisionStrategyProto.parser(),
1279 if (searchStrategyBuilder_ ==
null) {
1280 ensureSearchStrategyIsMutable();
1281 searchStrategy_.add(m);
1283 searchStrategyBuilder_.addMessage(m);
1289 getSolutionHintFieldBuilder().getBuilder(),
1291 bitField0_ |= 0x00000040;
1295 int v = input.readInt32();
1296 ensureAssumptionsIsMutable();
1297 assumptions_.addInt(v);
1301 int length = input.readRawVarint32();
1302 int limit = input.pushLimit(length);
1303 ensureAssumptionsIsMutable();
1304 while (input.getBytesUntilLimit() > 0) {
1305 assumptions_.addInt(input.readInt32());
1307 input.popLimit(limit);
1312 getSymmetryFieldBuilder().getBuilder(),
1314 bitField0_ |= 0x00000100;
1319 getFloatingPointObjectiveFieldBuilder().getBuilder(),
1321 bitField0_ |= 0x00000010;
1325 if (!super.parseUnknownField(input, extensionRegistry, tag)) {
1332 }
catch (com.google.protobuf.InvalidProtocolBufferException e) {
1333 throw e.unwrapIOException();
1339 private int bitField0_;
1341 private java.lang.Object name_ =
"";
1351 java.lang.Object ref = name_;
1352 if (!(ref instanceof java.lang.String)) {
1353 com.google.protobuf.ByteString bs =
1354 (com.google.protobuf.ByteString) ref;
1355 java.lang.String s = bs.toStringUtf8();
1359 return (java.lang.String) ref;
1370 public com.google.protobuf.ByteString
1372 java.lang.Object ref = name_;
1373 if (ref instanceof String) {
1374 com.google.protobuf.ByteString b =
1375 com.google.protobuf.ByteString.copyFromUtf8(
1376 (java.lang.String) ref);
1380 return (com.google.protobuf.ByteString) ref;
1393 java.lang.String value) {
1394 if (value ==
null) {
throw new NullPointerException(); }
1396 bitField0_ |= 0x00000001;
1410 bitField0_ = (bitField0_ & ~0x00000001);
1424 com.google.protobuf.ByteString value) {
1425 if (value ==
null) {
throw new NullPointerException(); }
1426 checkByteStringIsUtf8(value);
1428 bitField0_ |= 0x00000001;
1433 private java.util.List<com.google.ortools.sat.IntegerVariableProto> variables_ =
1434 java.util.Collections.emptyList();
1435 private void ensureVariablesIsMutable() {
1436 if (!((bitField0_ & 0x00000002) != 0)) {
1437 variables_ =
new java.util.ArrayList<com.google.ortools.sat.IntegerVariableProto>(variables_);
1438 bitField0_ |= 0x00000002;
1442 private com.google.protobuf.RepeatedFieldBuilder<
1443 com.google.ortools.sat.IntegerVariableProto, com.google.ortools.sat.IntegerVariableProto.Builder, com.google.ortools.sat.IntegerVariableProtoOrBuilder> variablesBuilder_;
1453 if (variablesBuilder_ ==
null) {
1454 return java.util.Collections.unmodifiableList(variables_);
1456 return variablesBuilder_.getMessageList();
1467 if (variablesBuilder_ ==
null) {
1468 return variables_.size();
1470 return variablesBuilder_.getCount();
1481 if (variablesBuilder_ ==
null) {
1482 return variables_.get(index);
1484 return variablesBuilder_.getMessage(index);
1495 int index, com.google.ortools.sat.IntegerVariableProto value) {
1496 if (variablesBuilder_ ==
null) {
1497 if (value ==
null) {
1498 throw new NullPointerException();
1500 ensureVariablesIsMutable();
1501 variables_.set(index, value);
1504 variablesBuilder_.setMessage(index, value);
1516 int index, com.google.ortools.sat.IntegerVariableProto.Builder builderForValue) {
1517 if (variablesBuilder_ ==
null) {
1518 ensureVariablesIsMutable();
1519 variables_.set(index, builderForValue.build());
1522 variablesBuilder_.setMessage(index, builderForValue.build());
1533 public Builder
addVariables(com.google.ortools.sat.IntegerVariableProto value) {
1534 if (variablesBuilder_ ==
null) {
1535 if (value ==
null) {
1536 throw new NullPointerException();
1538 ensureVariablesIsMutable();
1539 variables_.add(value);
1542 variablesBuilder_.addMessage(value);
1554 int index, com.google.ortools.sat.IntegerVariableProto value) {
1555 if (variablesBuilder_ ==
null) {
1556 if (value ==
null) {
1557 throw new NullPointerException();
1559 ensureVariablesIsMutable();
1560 variables_.add(index, value);
1563 variablesBuilder_.addMessage(index, value);
1575 com.google.ortools.sat.IntegerVariableProto.Builder builderForValue) {
1576 if (variablesBuilder_ ==
null) {
1577 ensureVariablesIsMutable();
1578 variables_.add(builderForValue.build());
1581 variablesBuilder_.addMessage(builderForValue.build());
1593 int index, com.google.ortools.sat.IntegerVariableProto.Builder builderForValue) {
1594 if (variablesBuilder_ ==
null) {
1595 ensureVariablesIsMutable();
1596 variables_.add(index, builderForValue.build());
1599 variablesBuilder_.addMessage(index, builderForValue.build());
1611 java.lang.Iterable<? extends com.google.ortools.sat.IntegerVariableProto> values) {
1612 if (variablesBuilder_ ==
null) {
1613 ensureVariablesIsMutable();
1614 com.google.protobuf.AbstractMessageLite.Builder.addAll(
1615 values, variables_);
1618 variablesBuilder_.addAllMessages(values);
1630 if (variablesBuilder_ ==
null) {
1631 variables_ = java.util.Collections.emptyList();
1632 bitField0_ = (bitField0_ & ~0x00000002);
1635 variablesBuilder_.clear();
1647 if (variablesBuilder_ ==
null) {
1648 ensureVariablesIsMutable();
1649 variables_.remove(index);
1652 variablesBuilder_.remove(index);
1665 return getVariablesFieldBuilder().getBuilder(index);
1676 if (variablesBuilder_ ==
null) {
1677 return variables_.get(index); }
else {
1678 return variablesBuilder_.getMessageOrBuilder(index);
1688 public java.util.List<? extends com.google.ortools.sat.IntegerVariableProtoOrBuilder>
1690 if (variablesBuilder_ !=
null) {
1691 return variablesBuilder_.getMessageOrBuilderList();
1693 return java.util.Collections.unmodifiableList(variables_);
1704 return getVariablesFieldBuilder().addBuilder(
1705 com.google.ortools.sat.IntegerVariableProto.getDefaultInstance());
1716 return getVariablesFieldBuilder().addBuilder(
1717 index, com.google.ortools.sat.IntegerVariableProto.getDefaultInstance());
1726 public java.util.List<com.google.ortools.sat.IntegerVariableProto.Builder>
1728 return getVariablesFieldBuilder().getBuilderList();
1730 private com.google.protobuf.RepeatedFieldBuilder<
1731 com.google.ortools.sat.IntegerVariableProto, com.google.ortools.sat.IntegerVariableProto.Builder, com.google.ortools.sat.IntegerVariableProtoOrBuilder>
1732 getVariablesFieldBuilder() {
1733 if (variablesBuilder_ ==
null) {
1734 variablesBuilder_ =
new com.google.protobuf.RepeatedFieldBuilder<
1735 com.google.ortools.sat.IntegerVariableProto, com.google.ortools.sat.IntegerVariableProto.Builder, com.google.ortools.sat.IntegerVariableProtoOrBuilder>(
1737 ((bitField0_ & 0x00000002) != 0),
1738 getParentForChildren(),
1742 return variablesBuilder_;
1745 private java.util.List<com.google.ortools.sat.ConstraintProto> constraints_ =
1746 java.util.Collections.emptyList();
1747 private void ensureConstraintsIsMutable() {
1748 if (!((bitField0_ & 0x00000004) != 0)) {
1749 constraints_ =
new java.util.ArrayList<com.google.ortools.sat.ConstraintProto>(constraints_);
1750 bitField0_ |= 0x00000004;
1754 private com.google.protobuf.RepeatedFieldBuilder<
1755 com.google.ortools.sat.ConstraintProto, com.google.ortools.sat.ConstraintProto.Builder, com.google.ortools.sat.ConstraintProtoOrBuilder> constraintsBuilder_;
1761 if (constraintsBuilder_ ==
null) {
1762 return java.util.Collections.unmodifiableList(constraints_);
1764 return constraintsBuilder_.getMessageList();
1771 if (constraintsBuilder_ ==
null) {
1772 return constraints_.size();
1774 return constraintsBuilder_.getCount();
1781 if (constraintsBuilder_ ==
null) {
1782 return constraints_.get(index);
1784 return constraintsBuilder_.getMessage(index);
1791 int index, com.google.ortools.sat.ConstraintProto value) {
1792 if (constraintsBuilder_ ==
null) {
1793 if (value ==
null) {
1794 throw new NullPointerException();
1796 ensureConstraintsIsMutable();
1797 constraints_.set(index, value);
1800 constraintsBuilder_.setMessage(index, value);
1808 int index, com.google.ortools.sat.ConstraintProto.Builder builderForValue) {
1809 if (constraintsBuilder_ ==
null) {
1810 ensureConstraintsIsMutable();
1811 constraints_.set(index, builderForValue.build());
1814 constraintsBuilder_.setMessage(index, builderForValue.build());
1822 if (constraintsBuilder_ ==
null) {
1823 if (value ==
null) {
1824 throw new NullPointerException();
1826 ensureConstraintsIsMutable();
1827 constraints_.add(value);
1830 constraintsBuilder_.addMessage(value);
1838 int index, com.google.ortools.sat.ConstraintProto value) {
1839 if (constraintsBuilder_ ==
null) {
1840 if (value ==
null) {
1841 throw new NullPointerException();
1843 ensureConstraintsIsMutable();
1844 constraints_.add(index, value);
1847 constraintsBuilder_.addMessage(index, value);
1855 com.google.ortools.sat.ConstraintProto.Builder builderForValue) {
1856 if (constraintsBuilder_ ==
null) {
1857 ensureConstraintsIsMutable();
1858 constraints_.add(builderForValue.build());
1861 constraintsBuilder_.addMessage(builderForValue.build());
1869 int index, com.google.ortools.sat.ConstraintProto.Builder builderForValue) {
1870 if (constraintsBuilder_ ==
null) {
1871 ensureConstraintsIsMutable();
1872 constraints_.add(index, builderForValue.build());
1875 constraintsBuilder_.addMessage(index, builderForValue.build());
1883 java.lang.Iterable<? extends com.google.ortools.sat.ConstraintProto> values) {
1884 if (constraintsBuilder_ ==
null) {
1885 ensureConstraintsIsMutable();
1886 com.google.protobuf.AbstractMessageLite.Builder.addAll(
1887 values, constraints_);
1890 constraintsBuilder_.addAllMessages(values);
1898 if (constraintsBuilder_ ==
null) {
1899 constraints_ = java.util.Collections.emptyList();
1900 bitField0_ = (bitField0_ & ~0x00000004);
1903 constraintsBuilder_.clear();
1911 if (constraintsBuilder_ ==
null) {
1912 ensureConstraintsIsMutable();
1913 constraints_.remove(index);
1916 constraintsBuilder_.remove(index);
1925 return getConstraintsFieldBuilder().getBuilder(index);
1932 if (constraintsBuilder_ ==
null) {
1933 return constraints_.get(index); }
else {
1934 return constraintsBuilder_.getMessageOrBuilder(index);
1940 public java.util.List<? extends com.google.ortools.sat.ConstraintProtoOrBuilder>
1942 if (constraintsBuilder_ !=
null) {
1943 return constraintsBuilder_.getMessageOrBuilderList();
1945 return java.util.Collections.unmodifiableList(constraints_);
1952 return getConstraintsFieldBuilder().addBuilder(
1953 com.google.ortools.sat.ConstraintProto.getDefaultInstance());
1960 return getConstraintsFieldBuilder().addBuilder(
1961 index, com.google.ortools.sat.ConstraintProto.getDefaultInstance());
1966 public java.util.List<com.google.ortools.sat.ConstraintProto.Builder>
1968 return getConstraintsFieldBuilder().getBuilderList();
1970 private com.google.protobuf.RepeatedFieldBuilder<
1971 com.google.ortools.sat.ConstraintProto, com.google.ortools.sat.ConstraintProto.Builder, com.google.ortools.sat.ConstraintProtoOrBuilder>
1972 getConstraintsFieldBuilder() {
1973 if (constraintsBuilder_ ==
null) {
1974 constraintsBuilder_ =
new com.google.protobuf.RepeatedFieldBuilder<
1975 com.google.ortools.sat.ConstraintProto, com.google.ortools.sat.ConstraintProto.Builder, com.google.ortools.sat.ConstraintProtoOrBuilder>(
1977 ((bitField0_ & 0x00000004) != 0),
1978 getParentForChildren(),
1980 constraints_ =
null;
1982 return constraintsBuilder_;
1986 private com.google.protobuf.SingleFieldBuilder<
1987 com.google.ortools.sat.CpObjectiveProto, com.google.ortools.sat.CpObjectiveProto.Builder, com.google.ortools.sat.CpObjectiveProtoOrBuilder> objectiveBuilder_;
1997 return ((bitField0_ & 0x00000008) != 0);
2008 if (objectiveBuilder_ ==
null) {
2009 return objective_ ==
null ? com.google.ortools.sat.CpObjectiveProto.getDefaultInstance() : objective_;
2011 return objectiveBuilder_.getMessage();
2021 public Builder
setObjective(com.google.ortools.sat.CpObjectiveProto value) {
2022 if (objectiveBuilder_ ==
null) {
2023 if (value ==
null) {
2024 throw new NullPointerException();
2028 objectiveBuilder_.setMessage(value);
2030 bitField0_ |= 0x00000008;
2042 com.google.ortools.sat.CpObjectiveProto.Builder builderForValue) {
2043 if (objectiveBuilder_ ==
null) {
2044 objective_ = builderForValue.build();
2046 objectiveBuilder_.setMessage(builderForValue.build());
2048 bitField0_ |= 0x00000008;
2060 if (objectiveBuilder_ ==
null) {
2061 if (((bitField0_ & 0x00000008) != 0) &&
2062 objective_ !=
null &&
2063 objective_ != com.google.ortools.sat.CpObjectiveProto.getDefaultInstance()) {
2069 objectiveBuilder_.mergeFrom(value);
2071 if (objective_ !=
null) {
2072 bitField0_ |= 0x00000008;
2085 bitField0_ = (bitField0_ & ~0x00000008);
2087 if (objectiveBuilder_ !=
null) {
2088 objectiveBuilder_.dispose();
2089 objectiveBuilder_ =
null;
2102 bitField0_ |= 0x00000008;
2104 return getObjectiveFieldBuilder().getBuilder();
2114 if (objectiveBuilder_ !=
null) {
2115 return objectiveBuilder_.getMessageOrBuilder();
2117 return objective_ ==
null ?
2118 com.google.ortools.sat.CpObjectiveProto.getDefaultInstance() : objective_;
2128 private com.google.protobuf.SingleFieldBuilder<
2129 com.google.ortools.sat.CpObjectiveProto, com.google.ortools.sat.CpObjectiveProto.Builder, com.google.ortools.sat.CpObjectiveProtoOrBuilder>
2130 getObjectiveFieldBuilder() {
2131 if (objectiveBuilder_ ==
null) {
2132 objectiveBuilder_ =
new com.google.protobuf.SingleFieldBuilder<
2133 com.google.ortools.sat.CpObjectiveProto, com.google.ortools.sat.CpObjectiveProto.Builder, com.google.ortools.sat.CpObjectiveProtoOrBuilder>(
2135 getParentForChildren(),
2139 return objectiveBuilder_;
2143 private com.google.protobuf.SingleFieldBuilder<
2144 com.google.ortools.sat.FloatObjectiveProto, com.google.ortools.sat.FloatObjectiveProto.Builder, com.google.ortools.sat.FloatObjectiveProtoOrBuilder> floatingPointObjectiveBuilder_;
2166 return ((bitField0_ & 0x00000010) != 0);
2189 if (floatingPointObjectiveBuilder_ ==
null) {
2190 return floatingPointObjective_ ==
null ? com.google.ortools.sat.FloatObjectiveProto.getDefaultInstance() : floatingPointObjective_;
2192 return floatingPointObjectiveBuilder_.getMessage();
2215 if (floatingPointObjectiveBuilder_ ==
null) {
2216 if (value ==
null) {
2217 throw new NullPointerException();
2219 floatingPointObjective_ = value;
2221 floatingPointObjectiveBuilder_.setMessage(value);
2223 bitField0_ |= 0x00000010;
2247 com.google.ortools.sat.FloatObjectiveProto.Builder builderForValue) {
2248 if (floatingPointObjectiveBuilder_ ==
null) {
2249 floatingPointObjective_ = builderForValue.build();
2251 floatingPointObjectiveBuilder_.setMessage(builderForValue.build());
2253 bitField0_ |= 0x00000010;
2277 if (floatingPointObjectiveBuilder_ ==
null) {
2278 if (((bitField0_ & 0x00000010) != 0) &&
2279 floatingPointObjective_ !=
null &&
2280 floatingPointObjective_ != com.google.ortools.sat.FloatObjectiveProto.getDefaultInstance()) {
2283 floatingPointObjective_ = value;
2286 floatingPointObjectiveBuilder_.mergeFrom(value);
2288 if (floatingPointObjective_ !=
null) {
2289 bitField0_ |= 0x00000010;
2314 bitField0_ = (bitField0_ & ~0x00000010);
2315 floatingPointObjective_ =
null;
2316 if (floatingPointObjectiveBuilder_ !=
null) {
2317 floatingPointObjectiveBuilder_.dispose();
2318 floatingPointObjectiveBuilder_ =
null;
2343 bitField0_ |= 0x00000010;
2345 return getFloatingPointObjectiveFieldBuilder().getBuilder();
2367 if (floatingPointObjectiveBuilder_ !=
null) {
2368 return floatingPointObjectiveBuilder_.getMessageOrBuilder();
2370 return floatingPointObjective_ ==
null ?
2371 com.google.ortools.sat.FloatObjectiveProto.getDefaultInstance() : floatingPointObjective_;
2393 private com.google.protobuf.SingleFieldBuilder<
2394 com.google.ortools.sat.FloatObjectiveProto, com.google.ortools.sat.FloatObjectiveProto.Builder, com.google.ortools.sat.FloatObjectiveProtoOrBuilder>
2395 getFloatingPointObjectiveFieldBuilder() {
2396 if (floatingPointObjectiveBuilder_ ==
null) {
2397 floatingPointObjectiveBuilder_ =
new com.google.protobuf.SingleFieldBuilder<
2398 com.google.ortools.sat.FloatObjectiveProto, com.google.ortools.sat.FloatObjectiveProto.Builder, com.google.ortools.sat.FloatObjectiveProtoOrBuilder>(
2400 getParentForChildren(),
2402 floatingPointObjective_ =
null;
2404 return floatingPointObjectiveBuilder_;
2407 private java.util.List<com.google.ortools.sat.DecisionStrategyProto> searchStrategy_ =
2408 java.util.Collections.emptyList();
2409 private void ensureSearchStrategyIsMutable() {
2410 if (!((bitField0_ & 0x00000020) != 0)) {
2411 searchStrategy_ =
new java.util.ArrayList<com.google.ortools.sat.DecisionStrategyProto>(searchStrategy_);
2412 bitField0_ |= 0x00000020;
2416 private com.google.protobuf.RepeatedFieldBuilder<
2417 com.google.ortools.sat.DecisionStrategyProto, com.google.ortools.sat.DecisionStrategyProto.Builder, com.google.ortools.sat.DecisionStrategyProtoOrBuilder> searchStrategyBuilder_;
2435 if (searchStrategyBuilder_ ==
null) {
2436 return java.util.Collections.unmodifiableList(searchStrategy_);
2438 return searchStrategyBuilder_.getMessageList();
2457 if (searchStrategyBuilder_ ==
null) {
2458 return searchStrategy_.size();
2460 return searchStrategyBuilder_.getCount();
2479 if (searchStrategyBuilder_ ==
null) {
2480 return searchStrategy_.get(index);
2482 return searchStrategyBuilder_.getMessage(index);
2501 int index, com.google.ortools.sat.DecisionStrategyProto value) {
2502 if (searchStrategyBuilder_ ==
null) {
2503 if (value ==
null) {
2504 throw new NullPointerException();
2506 ensureSearchStrategyIsMutable();
2507 searchStrategy_.set(index, value);
2510 searchStrategyBuilder_.setMessage(index, value);
2530 int index, com.google.ortools.sat.DecisionStrategyProto.Builder builderForValue) {
2531 if (searchStrategyBuilder_ ==
null) {
2532 ensureSearchStrategyIsMutable();
2533 searchStrategy_.set(index, builderForValue.build());
2536 searchStrategyBuilder_.setMessage(index, builderForValue.build());
2556 if (searchStrategyBuilder_ ==
null) {
2557 if (value ==
null) {
2558 throw new NullPointerException();
2560 ensureSearchStrategyIsMutable();
2561 searchStrategy_.add(value);
2564 searchStrategyBuilder_.addMessage(value);
2584 int index, com.google.ortools.sat.DecisionStrategyProto value) {
2585 if (searchStrategyBuilder_ ==
null) {
2586 if (value ==
null) {
2587 throw new NullPointerException();
2589 ensureSearchStrategyIsMutable();
2590 searchStrategy_.add(index, value);
2593 searchStrategyBuilder_.addMessage(index, value);
2613 com.google.ortools.sat.DecisionStrategyProto.Builder builderForValue) {
2614 if (searchStrategyBuilder_ ==
null) {
2615 ensureSearchStrategyIsMutable();
2616 searchStrategy_.add(builderForValue.build());
2619 searchStrategyBuilder_.addMessage(builderForValue.build());
2639 int index, com.google.ortools.sat.DecisionStrategyProto.Builder builderForValue) {
2640 if (searchStrategyBuilder_ ==
null) {
2641 ensureSearchStrategyIsMutable();
2642 searchStrategy_.add(index, builderForValue.build());
2645 searchStrategyBuilder_.addMessage(index, builderForValue.build());
2665 java.lang.Iterable<? extends com.google.ortools.sat.DecisionStrategyProto> values) {
2666 if (searchStrategyBuilder_ ==
null) {
2667 ensureSearchStrategyIsMutable();
2668 com.google.protobuf.AbstractMessageLite.Builder.addAll(
2669 values, searchStrategy_);
2672 searchStrategyBuilder_.addAllMessages(values);
2692 if (searchStrategyBuilder_ ==
null) {
2693 searchStrategy_ = java.util.Collections.emptyList();
2694 bitField0_ = (bitField0_ & ~0x00000020);
2697 searchStrategyBuilder_.clear();
2717 if (searchStrategyBuilder_ ==
null) {
2718 ensureSearchStrategyIsMutable();
2719 searchStrategy_.remove(index);
2722 searchStrategyBuilder_.remove(index);
2743 return getSearchStrategyFieldBuilder().getBuilder(index);
2762 if (searchStrategyBuilder_ ==
null) {
2763 return searchStrategy_.get(index); }
else {
2764 return searchStrategyBuilder_.getMessageOrBuilder(index);
2782 public java.util.List<? extends com.google.ortools.sat.DecisionStrategyProtoOrBuilder>
2784 if (searchStrategyBuilder_ !=
null) {
2785 return searchStrategyBuilder_.getMessageOrBuilderList();
2787 return java.util.Collections.unmodifiableList(searchStrategy_);
2806 return getSearchStrategyFieldBuilder().addBuilder(
2807 com.google.ortools.sat.DecisionStrategyProto.getDefaultInstance());
2826 return getSearchStrategyFieldBuilder().addBuilder(
2827 index, com.google.ortools.sat.DecisionStrategyProto.getDefaultInstance());
2844 public java.util.List<com.google.ortools.sat.DecisionStrategyProto.Builder>
2846 return getSearchStrategyFieldBuilder().getBuilderList();
2848 private com.google.protobuf.RepeatedFieldBuilder<
2849 com.google.ortools.sat.DecisionStrategyProto, com.google.ortools.sat.DecisionStrategyProto.Builder, com.google.ortools.sat.DecisionStrategyProtoOrBuilder>
2850 getSearchStrategyFieldBuilder() {
2851 if (searchStrategyBuilder_ ==
null) {
2852 searchStrategyBuilder_ =
new com.google.protobuf.RepeatedFieldBuilder<
2853 com.google.ortools.sat.DecisionStrategyProto, com.google.ortools.sat.DecisionStrategyProto.Builder, com.google.ortools.sat.DecisionStrategyProtoOrBuilder>(
2855 ((bitField0_ & 0x00000020) != 0),
2856 getParentForChildren(),
2858 searchStrategy_ =
null;
2860 return searchStrategyBuilder_;
2864 private com.google.protobuf.SingleFieldBuilder<
2865 com.google.ortools.sat.PartialVariableAssignment, com.google.ortools.sat.PartialVariableAssignment.Builder, com.google.ortools.sat.PartialVariableAssignmentOrBuilder> solutionHintBuilder_;
2885 return ((bitField0_ & 0x00000040) != 0);
2906 if (solutionHintBuilder_ ==
null) {
2907 return solutionHint_ ==
null ? com.google.ortools.sat.PartialVariableAssignment.getDefaultInstance() : solutionHint_;
2909 return solutionHintBuilder_.getMessage();
2930 if (solutionHintBuilder_ ==
null) {
2931 if (value ==
null) {
2932 throw new NullPointerException();
2934 solutionHint_ = value;
2936 solutionHintBuilder_.setMessage(value);
2938 bitField0_ |= 0x00000040;
2960 com.google.ortools.sat.PartialVariableAssignment.Builder builderForValue) {
2961 if (solutionHintBuilder_ ==
null) {
2962 solutionHint_ = builderForValue.build();
2964 solutionHintBuilder_.setMessage(builderForValue.build());
2966 bitField0_ |= 0x00000040;
2988 if (solutionHintBuilder_ ==
null) {
2989 if (((bitField0_ & 0x00000040) != 0) &&
2990 solutionHint_ !=
null &&
2991 solutionHint_ != com.google.ortools.sat.PartialVariableAssignment.getDefaultInstance()) {
2994 solutionHint_ = value;
2997 solutionHintBuilder_.mergeFrom(value);
2999 if (solutionHint_ !=
null) {
3000 bitField0_ |= 0x00000040;
3023 bitField0_ = (bitField0_ & ~0x00000040);
3024 solutionHint_ =
null;
3025 if (solutionHintBuilder_ !=
null) {
3026 solutionHintBuilder_.dispose();
3027 solutionHintBuilder_ =
null;
3050 bitField0_ |= 0x00000040;
3052 return getSolutionHintFieldBuilder().getBuilder();
3072 if (solutionHintBuilder_ !=
null) {
3073 return solutionHintBuilder_.getMessageOrBuilder();
3075 return solutionHint_ ==
null ?
3076 com.google.ortools.sat.PartialVariableAssignment.getDefaultInstance() : solutionHint_;
3096 private com.google.protobuf.SingleFieldBuilder<
3097 com.google.ortools.sat.PartialVariableAssignment, com.google.ortools.sat.PartialVariableAssignment.Builder, com.google.ortools.sat.PartialVariableAssignmentOrBuilder>
3098 getSolutionHintFieldBuilder() {
3099 if (solutionHintBuilder_ ==
null) {
3100 solutionHintBuilder_ =
new com.google.protobuf.SingleFieldBuilder<
3101 com.google.ortools.sat.PartialVariableAssignment, com.google.ortools.sat.PartialVariableAssignment.Builder, com.google.ortools.sat.PartialVariableAssignmentOrBuilder>(
3103 getParentForChildren(),
3105 solutionHint_ =
null;
3107 return solutionHintBuilder_;
3110 private com.google.protobuf.Internal.IntList assumptions_ = emptyIntList();
3111 private void ensureAssumptionsIsMutable() {
3112 if (!assumptions_.isModifiable()) {
3113 assumptions_ = makeMutableCopy(assumptions_);
3115 bitField0_ |= 0x00000080;
3137 public java.util.List<java.lang.Integer>
3139 assumptions_.makeImmutable();
3140 return assumptions_;
3163 return assumptions_.size();
3187 return assumptions_.getInt(index);
3212 int index,
int value) {
3214 ensureAssumptionsIsMutable();
3215 assumptions_.setInt(index, value);
3216 bitField0_ |= 0x00000080;
3243 ensureAssumptionsIsMutable();
3244 assumptions_.addInt(value);
3245 bitField0_ |= 0x00000080;
3271 java.lang.Iterable<? extends java.lang.Integer> values) {
3272 ensureAssumptionsIsMutable();
3273 com.google.protobuf.AbstractMessageLite.Builder.addAll(
3274 values, assumptions_);
3275 bitField0_ |= 0x00000080;
3300 assumptions_ = emptyIntList();
3301 bitField0_ = (bitField0_ & ~0x00000080);
3307 private com.google.protobuf.SingleFieldBuilder<
3308 com.google.ortools.sat.SymmetryProto, com.google.ortools.sat.SymmetryProto.Builder, com.google.ortools.sat.SymmetryProtoOrBuilder> symmetryBuilder_;
3322 return ((bitField0_ & 0x00000100) != 0);
3337 if (symmetryBuilder_ ==
null) {
3338 return symmetry_ ==
null ? com.google.ortools.sat.SymmetryProto.getDefaultInstance() : symmetry_;
3340 return symmetryBuilder_.getMessage();
3354 public Builder
setSymmetry(com.google.ortools.sat.SymmetryProto value) {
3355 if (symmetryBuilder_ ==
null) {
3356 if (value ==
null) {
3357 throw new NullPointerException();
3361 symmetryBuilder_.setMessage(value);
3363 bitField0_ |= 0x00000100;
3379 com.google.ortools.sat.SymmetryProto.Builder builderForValue) {
3380 if (symmetryBuilder_ ==
null) {
3381 symmetry_ = builderForValue.build();
3383 symmetryBuilder_.setMessage(builderForValue.build());
3385 bitField0_ |= 0x00000100;
3401 if (symmetryBuilder_ ==
null) {
3402 if (((bitField0_ & 0x00000100) != 0) &&
3403 symmetry_ !=
null &&
3404 symmetry_ != com.google.ortools.sat.SymmetryProto.getDefaultInstance()) {
3410 symmetryBuilder_.mergeFrom(value);
3412 if (symmetry_ !=
null) {
3413 bitField0_ |= 0x00000100;
3430 bitField0_ = (bitField0_ & ~0x00000100);
3432 if (symmetryBuilder_ !=
null) {
3433 symmetryBuilder_.dispose();
3434 symmetryBuilder_ =
null;
3451 bitField0_ |= 0x00000100;
3453 return getSymmetryFieldBuilder().getBuilder();
3467 if (symmetryBuilder_ !=
null) {
3468 return symmetryBuilder_.getMessageOrBuilder();
3470 return symmetry_ ==
null ?
3471 com.google.ortools.sat.SymmetryProto.getDefaultInstance() : symmetry_;
3485 private com.google.protobuf.SingleFieldBuilder<
3486 com.google.ortools.sat.SymmetryProto, com.google.ortools.sat.SymmetryProto.Builder, com.google.ortools.sat.SymmetryProtoOrBuilder>
3487 getSymmetryFieldBuilder() {
3488 if (symmetryBuilder_ ==
null) {
3489 symmetryBuilder_ =
new com.google.protobuf.SingleFieldBuilder<
3490 com.google.ortools.sat.SymmetryProto, com.google.ortools.sat.SymmetryProto.Builder, com.google.ortools.sat.SymmetryProtoOrBuilder>(
3492 getParentForChildren(),
3496 return symmetryBuilder_;