6package com.google.ortools.sat;
26public final class SymmetryProto
extends
27 com.google.protobuf.GeneratedMessage implements
30private static final long serialVersionUID = 0L;
32 com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
33 com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
38 SymmetryProto.class.getName());
41 private SymmetryProto(com.google.protobuf.GeneratedMessage.Builder<?> builder) {
44 private SymmetryProto() {
45 permutations_ = java.util.Collections.emptyList();
46 orbitopes_ = java.util.Collections.emptyList();
49 public static final com.google.protobuf.Descriptors.Descriptor
51 return com.google.ortools.sat.CpModelProtobuf.internal_static_operations_research_sat_SymmetryProto_descriptor;
55 protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
57 return com.google.ortools.sat.CpModelProtobuf.internal_static_operations_research_sat_SymmetryProto_fieldAccessorTable
58 .ensureFieldAccessorsInitialized(
59 com.google.ortools.sat.SymmetryProto.class, com.google.ortools.sat.SymmetryProto.Builder.class);
63 @SuppressWarnings(
"serial")
88 public java.util.List<? extends com.google.ortools.sat.SparsePermutationProtoOrBuilder>
103 return permutations_.size();
116 return permutations_.get(index);
130 return permutations_.get(index);
134 @SuppressWarnings(
"serial")
171 public java.util.List<? extends com.google.ortools.sat.DenseMatrixProtoOrBuilder>
192 return orbitopes_.size();
211 return orbitopes_.get(index);
231 return orbitopes_.get(index);
234 private byte memoizedIsInitialized = -1;
241 memoizedIsInitialized = 1;
246 public void writeTo(com.google.protobuf.CodedOutputStream output)
247 throws java.io.IOException {
248 for (
int i = 0; i < permutations_.size(); i++) {
249 output.writeMessage(1, permutations_.get(i));
251 for (
int i = 0; i < orbitopes_.size(); i++) {
252 output.writeMessage(2, orbitopes_.get(i));
254 getUnknownFields().writeTo(output);
259 int size = memoizedSize;
260 if (size != -1)
return size;
263 for (
int i = 0; i < permutations_.size(); i++) {
264 size += com.google.protobuf.CodedOutputStream
265 .computeMessageSize(1, permutations_.get(i));
267 for (
int i = 0; i < orbitopes_.size(); i++) {
268 size += com.google.protobuf.CodedOutputStream
269 .computeMessageSize(2, orbitopes_.get(i));
271 size += getUnknownFields().getSerializedSize();
277 public boolean equals(
final java.lang.Object obj) {
281 if (!(obj instanceof com.google.ortools.sat.SymmetryProto)) {
282 return super.equals(obj);
290 if (!getUnknownFields().
equals(other.getUnknownFields()))
return false;
296 if (memoizedHashCode != 0) {
297 return memoizedHashCode;
309 hash = (29 * hash) + getUnknownFields().hashCode();
310 memoizedHashCode = hash;
315 java.nio.ByteBuffer data)
316 throws com.google.protobuf.InvalidProtocolBufferException {
317 return PARSER.parseFrom(data);
320 java.nio.ByteBuffer data,
321 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
322 throws com.google.protobuf.InvalidProtocolBufferException {
323 return PARSER.parseFrom(data, extensionRegistry);
326 com.google.protobuf.ByteString data)
327 throws com.google.protobuf.InvalidProtocolBufferException {
328 return PARSER.parseFrom(data);
331 com.google.protobuf.ByteString data,
332 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
333 throws com.google.protobuf.InvalidProtocolBufferException {
334 return PARSER.parseFrom(data, extensionRegistry);
337 throws com.google.protobuf.InvalidProtocolBufferException {
338 return PARSER.parseFrom(data);
342 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
343 throws com.google.protobuf.InvalidProtocolBufferException {
344 return PARSER.parseFrom(data, extensionRegistry);
347 throws java.io.IOException {
348 return com.google.protobuf.GeneratedMessage
349 .parseWithIOException(PARSER, input);
352 java.io.InputStream input,
353 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
354 throws java.io.IOException {
355 return com.google.protobuf.GeneratedMessage
356 .parseWithIOException(PARSER, input, extensionRegistry);
360 throws java.io.IOException {
361 return com.google.protobuf.GeneratedMessage
362 .parseDelimitedWithIOException(PARSER, input);
366 java.io.InputStream input,
367 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
368 throws java.io.IOException {
369 return com.google.protobuf.GeneratedMessage
370 .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
373 com.google.protobuf.CodedInputStream input)
374 throws java.io.IOException {
375 return com.google.protobuf.GeneratedMessage
376 .parseWithIOException(PARSER, input);
379 com.google.protobuf.CodedInputStream input,
380 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
381 throws java.io.IOException {
382 return com.google.protobuf.GeneratedMessage
383 .parseWithIOException(PARSER, input, extensionRegistry);
389 return DEFAULT_INSTANCE.toBuilder();
392 return DEFAULT_INSTANCE.toBuilder().
mergeFrom(prototype);
396 return this == DEFAULT_INSTANCE
402 com.google.protobuf.GeneratedMessage.BuilderParent parent) {
424 public static final class Builder
extends
425 com.google.protobuf.GeneratedMessage.Builder<Builder> implements
428 public static final com.google.protobuf.Descriptors.Descriptor
430 return com.google.ortools.sat.CpModelProtobuf.internal_static_operations_research_sat_SymmetryProto_descriptor;
434 protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
436 return com.google.ortools.sat.CpModelProtobuf.internal_static_operations_research_sat_SymmetryProto_fieldAccessorTable
437 .ensureFieldAccessorsInitialized(
438 com.google.ortools.sat.SymmetryProto.class, com.google.ortools.sat.SymmetryProto.Builder.class);
447 com.google.protobuf.GeneratedMessage.BuilderParent parent) {
455 if (permutationsBuilder_ ==
null) {
456 permutations_ = java.util.Collections.emptyList();
458 permutations_ =
null;
459 permutationsBuilder_.clear();
461 bitField0_ = (bitField0_ & ~0x00000001);
462 if (orbitopesBuilder_ ==
null) {
463 orbitopes_ = java.util.Collections.emptyList();
466 orbitopesBuilder_.clear();
468 bitField0_ = (bitField0_ & ~0x00000002);
473 public com.google.protobuf.Descriptors.Descriptor
475 return com.google.ortools.sat.CpModelProtobuf.internal_static_operations_research_sat_SymmetryProto_descriptor;
480 return com.google.ortools.sat.SymmetryProto.getDefaultInstance();
487 throw newUninitializedMessageException(result);
495 buildPartialRepeatedFields(result);
496 if (bitField0_ != 0) { buildPartial0(result); }
501 private void buildPartialRepeatedFields(com.google.ortools.sat.SymmetryProto result) {
502 if (permutationsBuilder_ ==
null) {
503 if (((bitField0_ & 0x00000001) != 0)) {
504 permutations_ = java.util.Collections.unmodifiableList(permutations_);
505 bitField0_ = (bitField0_ & ~0x00000001);
507 result.permutations_ = permutations_;
509 result.permutations_ = permutationsBuilder_.build();
511 if (orbitopesBuilder_ ==
null) {
512 if (((bitField0_ & 0x00000002) != 0)) {
513 orbitopes_ = java.util.Collections.unmodifiableList(orbitopes_);
514 bitField0_ = (bitField0_ & ~0x00000002);
516 result.orbitopes_ = orbitopes_;
518 result.orbitopes_ = orbitopesBuilder_.build();
522 private void buildPartial0(com.google.ortools.sat.SymmetryProto result) {
523 int from_bitField0_ = bitField0_;
527 public Builder
mergeFrom(com.google.protobuf.Message other) {
528 if (other instanceof com.google.ortools.sat.SymmetryProto) {
529 return mergeFrom((com.google.ortools.sat.SymmetryProto)other);
531 super.mergeFrom(other);
536 public Builder
mergeFrom(com.google.ortools.sat.SymmetryProto other) {
537 if (other == com.google.ortools.sat.SymmetryProto.getDefaultInstance())
return this;
538 if (permutationsBuilder_ ==
null) {
539 if (!other.permutations_.isEmpty()) {
540 if (permutations_.isEmpty()) {
541 permutations_ = other.permutations_;
542 bitField0_ = (bitField0_ & ~0x00000001);
544 ensurePermutationsIsMutable();
545 permutations_.addAll(other.permutations_);
550 if (!other.permutations_.isEmpty()) {
551 if (permutationsBuilder_.isEmpty()) {
552 permutationsBuilder_.dispose();
553 permutationsBuilder_ =
null;
554 permutations_ = other.permutations_;
555 bitField0_ = (bitField0_ & ~0x00000001);
556 permutationsBuilder_ =
557 com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
558 getPermutationsFieldBuilder() :
null;
560 permutationsBuilder_.addAllMessages(other.permutations_);
564 if (orbitopesBuilder_ ==
null) {
565 if (!other.orbitopes_.isEmpty()) {
566 if (orbitopes_.isEmpty()) {
567 orbitopes_ = other.orbitopes_;
568 bitField0_ = (bitField0_ & ~0x00000002);
570 ensureOrbitopesIsMutable();
571 orbitopes_.addAll(other.orbitopes_);
576 if (!other.orbitopes_.isEmpty()) {
577 if (orbitopesBuilder_.isEmpty()) {
578 orbitopesBuilder_.dispose();
579 orbitopesBuilder_ =
null;
580 orbitopes_ = other.orbitopes_;
581 bitField0_ = (bitField0_ & ~0x00000002);
583 com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
584 getOrbitopesFieldBuilder() :
null;
586 orbitopesBuilder_.addAllMessages(other.orbitopes_);
590 this.mergeUnknownFields(other.getUnknownFields());
602 com.google.protobuf.CodedInputStream input,
603 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
604 throws java.io.IOException {
605 if (extensionRegistry ==
null) {
606 throw new java.lang.NullPointerException();
609 boolean done =
false;
611 int tag = input.readTag();
619 com.google.ortools.sat.SparsePermutationProto.parser(),
621 if (permutationsBuilder_ ==
null) {
622 ensurePermutationsIsMutable();
623 permutations_.add(m);
625 permutationsBuilder_.addMessage(m);
632 com.google.ortools.sat.DenseMatrixProto.parser(),
634 if (orbitopesBuilder_ ==
null) {
635 ensureOrbitopesIsMutable();
638 orbitopesBuilder_.addMessage(m);
643 if (!super.parseUnknownField(input, extensionRegistry, tag)) {
650 }
catch (com.google.protobuf.InvalidProtocolBufferException e) {
651 throw e.unwrapIOException();
657 private int bitField0_;
659 private java.util.List<com.google.ortools.sat.SparsePermutationProto> permutations_ =
660 java.util.Collections.emptyList();
661 private void ensurePermutationsIsMutable() {
662 if (!((bitField0_ & 0x00000001) != 0)) {
663 permutations_ =
new java.util.ArrayList<com.google.ortools.sat.SparsePermutationProto>(permutations_);
664 bitField0_ |= 0x00000001;
668 private com.google.protobuf.RepeatedFieldBuilder<
669 com.google.ortools.sat.SparsePermutationProto, com.google.ortools.sat.SparsePermutationProto.Builder, com.google.ortools.sat.SparsePermutationProtoOrBuilder> permutationsBuilder_;
681 if (permutationsBuilder_ ==
null) {
682 return java.util.Collections.unmodifiableList(permutations_);
684 return permutationsBuilder_.getMessageList();
697 if (permutationsBuilder_ ==
null) {
698 return permutations_.size();
700 return permutationsBuilder_.getCount();
713 if (permutationsBuilder_ ==
null) {
714 return permutations_.get(index);
716 return permutationsBuilder_.getMessage(index);
729 int index, com.google.ortools.sat.SparsePermutationProto value) {
730 if (permutationsBuilder_ ==
null) {
732 throw new NullPointerException();
734 ensurePermutationsIsMutable();
735 permutations_.set(index, value);
738 permutationsBuilder_.setMessage(index, value);
752 int index, com.google.ortools.sat.SparsePermutationProto.Builder builderForValue) {
753 if (permutationsBuilder_ ==
null) {
754 ensurePermutationsIsMutable();
755 permutations_.set(index, builderForValue.build());
758 permutationsBuilder_.setMessage(index, builderForValue.build());
772 if (permutationsBuilder_ ==
null) {
774 throw new NullPointerException();
776 ensurePermutationsIsMutable();
777 permutations_.add(value);
780 permutationsBuilder_.addMessage(value);
794 int index, com.google.ortools.sat.SparsePermutationProto value) {
795 if (permutationsBuilder_ ==
null) {
797 throw new NullPointerException();
799 ensurePermutationsIsMutable();
800 permutations_.add(index, value);
803 permutationsBuilder_.addMessage(index, value);
817 com.google.ortools.sat.SparsePermutationProto.Builder builderForValue) {
818 if (permutationsBuilder_ ==
null) {
819 ensurePermutationsIsMutable();
820 permutations_.add(builderForValue.build());
823 permutationsBuilder_.addMessage(builderForValue.build());
837 int index, com.google.ortools.sat.SparsePermutationProto.Builder builderForValue) {
838 if (permutationsBuilder_ ==
null) {
839 ensurePermutationsIsMutable();
840 permutations_.add(index, builderForValue.build());
843 permutationsBuilder_.addMessage(index, builderForValue.build());
857 java.lang.Iterable<? extends com.google.ortools.sat.SparsePermutationProto> values) {
858 if (permutationsBuilder_ ==
null) {
859 ensurePermutationsIsMutable();
860 com.google.protobuf.AbstractMessageLite.Builder.addAll(
861 values, permutations_);
864 permutationsBuilder_.addAllMessages(values);
878 if (permutationsBuilder_ ==
null) {
879 permutations_ = java.util.Collections.emptyList();
880 bitField0_ = (bitField0_ & ~0x00000001);
883 permutationsBuilder_.clear();
897 if (permutationsBuilder_ ==
null) {
898 ensurePermutationsIsMutable();
899 permutations_.remove(index);
902 permutationsBuilder_.remove(index);
917 return getPermutationsFieldBuilder().getBuilder(index);
930 if (permutationsBuilder_ ==
null) {
931 return permutations_.get(index); }
else {
932 return permutationsBuilder_.getMessageOrBuilder(index);
944 public java.util.List<? extends com.google.ortools.sat.SparsePermutationProtoOrBuilder>
946 if (permutationsBuilder_ !=
null) {
947 return permutationsBuilder_.getMessageOrBuilderList();
949 return java.util.Collections.unmodifiableList(permutations_);
962 return getPermutationsFieldBuilder().addBuilder(
963 com.google.ortools.sat.SparsePermutationProto.getDefaultInstance());
976 return getPermutationsFieldBuilder().addBuilder(
977 index, com.google.ortools.sat.SparsePermutationProto.getDefaultInstance());
988 public java.util.List<com.google.ortools.sat.SparsePermutationProto.Builder>
990 return getPermutationsFieldBuilder().getBuilderList();
992 private com.google.protobuf.RepeatedFieldBuilder<
993 com.google.ortools.sat.SparsePermutationProto, com.google.ortools.sat.SparsePermutationProto.Builder, com.google.ortools.sat.SparsePermutationProtoOrBuilder>
994 getPermutationsFieldBuilder() {
995 if (permutationsBuilder_ ==
null) {
996 permutationsBuilder_ =
new com.google.protobuf.RepeatedFieldBuilder<
997 com.google.ortools.sat.SparsePermutationProto, com.google.ortools.sat.SparsePermutationProto.Builder, com.google.ortools.sat.SparsePermutationProtoOrBuilder>(
999 ((bitField0_ & 0x00000001) != 0),
1000 getParentForChildren(),
1002 permutations_ =
null;
1004 return permutationsBuilder_;
1007 private java.util.List<com.google.ortools.sat.DenseMatrixProto> orbitopes_ =
1008 java.util.Collections.emptyList();
1009 private void ensureOrbitopesIsMutable() {
1010 if (!((bitField0_ & 0x00000002) != 0)) {
1011 orbitopes_ =
new java.util.ArrayList<com.google.ortools.sat.DenseMatrixProto>(orbitopes_);
1012 bitField0_ |= 0x00000002;
1016 private com.google.protobuf.RepeatedFieldBuilder<
1017 com.google.ortools.sat.DenseMatrixProto, com.google.ortools.sat.DenseMatrixProto.Builder, com.google.ortools.sat.DenseMatrixProtoOrBuilder> orbitopesBuilder_;
1035 if (orbitopesBuilder_ ==
null) {
1036 return java.util.Collections.unmodifiableList(orbitopes_);
1038 return orbitopesBuilder_.getMessageList();
1057 if (orbitopesBuilder_ ==
null) {
1058 return orbitopes_.size();
1060 return orbitopesBuilder_.getCount();
1079 if (orbitopesBuilder_ ==
null) {
1080 return orbitopes_.get(index);
1082 return orbitopesBuilder_.getMessage(index);
1101 int index, com.google.ortools.sat.DenseMatrixProto value) {
1102 if (orbitopesBuilder_ ==
null) {
1103 if (value ==
null) {
1104 throw new NullPointerException();
1106 ensureOrbitopesIsMutable();
1107 orbitopes_.set(index, value);
1110 orbitopesBuilder_.setMessage(index, value);
1130 int index, com.google.ortools.sat.DenseMatrixProto.Builder builderForValue) {
1131 if (orbitopesBuilder_ ==
null) {
1132 ensureOrbitopesIsMutable();
1133 orbitopes_.set(index, builderForValue.build());
1136 orbitopesBuilder_.setMessage(index, builderForValue.build());
1155 public Builder
addOrbitopes(com.google.ortools.sat.DenseMatrixProto value) {
1156 if (orbitopesBuilder_ ==
null) {
1157 if (value ==
null) {
1158 throw new NullPointerException();
1160 ensureOrbitopesIsMutable();
1161 orbitopes_.add(value);
1164 orbitopesBuilder_.addMessage(value);
1184 int index, com.google.ortools.sat.DenseMatrixProto value) {
1185 if (orbitopesBuilder_ ==
null) {
1186 if (value ==
null) {
1187 throw new NullPointerException();
1189 ensureOrbitopesIsMutable();
1190 orbitopes_.add(index, value);
1193 orbitopesBuilder_.addMessage(index, value);
1213 com.google.ortools.sat.DenseMatrixProto.Builder builderForValue) {
1214 if (orbitopesBuilder_ ==
null) {
1215 ensureOrbitopesIsMutable();
1216 orbitopes_.add(builderForValue.build());
1219 orbitopesBuilder_.addMessage(builderForValue.build());
1239 int index, com.google.ortools.sat.DenseMatrixProto.Builder builderForValue) {
1240 if (orbitopesBuilder_ ==
null) {
1241 ensureOrbitopesIsMutable();
1242 orbitopes_.add(index, builderForValue.build());
1245 orbitopesBuilder_.addMessage(index, builderForValue.build());
1265 java.lang.Iterable<? extends com.google.ortools.sat.DenseMatrixProto> values) {
1266 if (orbitopesBuilder_ ==
null) {
1267 ensureOrbitopesIsMutable();
1268 com.google.protobuf.AbstractMessageLite.Builder.addAll(
1269 values, orbitopes_);
1272 orbitopesBuilder_.addAllMessages(values);
1292 if (orbitopesBuilder_ ==
null) {
1293 orbitopes_ = java.util.Collections.emptyList();
1294 bitField0_ = (bitField0_ & ~0x00000002);
1297 orbitopesBuilder_.clear();
1317 if (orbitopesBuilder_ ==
null) {
1318 ensureOrbitopesIsMutable();
1319 orbitopes_.remove(index);
1322 orbitopesBuilder_.remove(index);
1343 return getOrbitopesFieldBuilder().getBuilder(index);
1362 if (orbitopesBuilder_ ==
null) {
1363 return orbitopes_.get(index); }
else {
1364 return orbitopesBuilder_.getMessageOrBuilder(index);
1382 public java.util.List<? extends com.google.ortools.sat.DenseMatrixProtoOrBuilder>
1384 if (orbitopesBuilder_ !=
null) {
1385 return orbitopesBuilder_.getMessageOrBuilderList();
1387 return java.util.Collections.unmodifiableList(orbitopes_);
1406 return getOrbitopesFieldBuilder().addBuilder(
1407 com.google.ortools.sat.DenseMatrixProto.getDefaultInstance());
1426 return getOrbitopesFieldBuilder().addBuilder(
1427 index, com.google.ortools.sat.DenseMatrixProto.getDefaultInstance());
1444 public java.util.List<com.google.ortools.sat.DenseMatrixProto.Builder>
1446 return getOrbitopesFieldBuilder().getBuilderList();
1448 private com.google.protobuf.RepeatedFieldBuilder<
1449 com.google.ortools.sat.DenseMatrixProto, com.google.ortools.sat.DenseMatrixProto.Builder, com.google.ortools.sat.DenseMatrixProtoOrBuilder>
1450 getOrbitopesFieldBuilder() {
1451 if (orbitopesBuilder_ ==
null) {
1452 orbitopesBuilder_ =
new com.google.protobuf.RepeatedFieldBuilder<
1453 com.google.ortools.sat.DenseMatrixProto, com.google.ortools.sat.DenseMatrixProto.Builder, com.google.ortools.sat.DenseMatrixProtoOrBuilder>(
1455 ((bitField0_ & 0x00000002) != 0),
1456 getParentForChildren(),
1460 return orbitopesBuilder_;
1469 DEFAULT_INSTANCE =
new com.google.ortools.sat.SymmetryProto();
1473 return DEFAULT_INSTANCE;
1476 private static final com.google.protobuf.Parser<
SymmetryProto>
1477 PARSER =
new com.google.protobuf.AbstractParser<
SymmetryProto>() {
1480 com.google.protobuf.CodedInputStream input,
1481 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
1482 throws com.google.protobuf.InvalidProtocolBufferException {
1485 builder.mergeFrom(input, extensionRegistry);
1486 }
catch (com.google.protobuf.InvalidProtocolBufferException e) {
1487 throw e.setUnfinishedMessage(builder.buildPartial());
1488 }
catch (com.google.protobuf.UninitializedMessageException e) {
1489 throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
1490 }
catch (java.io.IOException e) {
1491 throw new com.google.protobuf.InvalidProtocolBufferException(e)
1492 .setUnfinishedMessage(builder.buildPartial());
1494 return builder.buildPartial();
1498 public static com.google.protobuf.Parser<SymmetryProto>
parser() {
1509 return DEFAULT_INSTANCE;