Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
SymmetryProto.java
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// NO CHECKED-IN PROTOBUF GENCODE
3// source: ortools/sat/cp_model.proto
4// Protobuf Java Version: 4.29.3
5
6package com.google.ortools.sat;
7
26public final class SymmetryProto extends
27 com.google.protobuf.GeneratedMessage implements
28 // @@protoc_insertion_point(message_implements:operations_research.sat.SymmetryProto)
30private static final long serialVersionUID = 0L;
31 static {
32 com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
33 com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
34 /* major= */ 4,
35 /* minor= */ 29,
36 /* patch= */ 3,
37 /* suffix= */ "",
38 SymmetryProto.class.getName());
39 }
40 // Use SymmetryProto.newBuilder() to construct.
41 private SymmetryProto(com.google.protobuf.GeneratedMessage.Builder<?> builder) {
42 super(builder);
43 }
44 private SymmetryProto() {
45 permutations_ = java.util.Collections.emptyList();
46 orbitopes_ = java.util.Collections.emptyList();
47 }
48
49 public static final com.google.protobuf.Descriptors.Descriptor
51 return com.google.ortools.sat.CpModelProtobuf.internal_static_operations_research_sat_SymmetryProto_descriptor;
52 }
53
54 @java.lang.Override
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);
60 }
61
62 public static final int PERMUTATIONS_FIELD_NUMBER = 1;
63 @SuppressWarnings("serial")
64 private java.util.List<com.google.ortools.sat.SparsePermutationProto> permutations_;
74 @java.lang.Override
76 return permutations_;
77 }
78
87 @java.lang.Override
88 public java.util.List<? extends com.google.ortools.sat.SparsePermutationProtoOrBuilder>
90 return permutations_;
91 }
92
101 @java.lang.Override
102 public int getPermutationsCount() {
103 return permutations_.size();
104 }
105
114 @java.lang.Override
116 return permutations_.get(index);
117 }
118
127 @java.lang.Override
129 int index) {
130 return permutations_.get(index);
131 }
132
133 public static final int ORBITOPES_FIELD_NUMBER = 2;
134 @SuppressWarnings("serial")
135 private java.util.List<com.google.ortools.sat.DenseMatrixProto> orbitopes_;
151 @java.lang.Override
152 public java.util.List<com.google.ortools.sat.DenseMatrixProto> getOrbitopesList() {
153 return orbitopes_;
154 }
155
170 @java.lang.Override
171 public java.util.List<? extends com.google.ortools.sat.DenseMatrixProtoOrBuilder>
173 return orbitopes_;
174 }
175
190 @java.lang.Override
191 public int getOrbitopesCount() {
192 return orbitopes_.size();
193 }
194
209 @java.lang.Override
211 return orbitopes_.get(index);
212 }
213
228 @java.lang.Override
230 int index) {
231 return orbitopes_.get(index);
232 }
233
234 private byte memoizedIsInitialized = -1;
235 @java.lang.Override
236 public final boolean isInitialized() {
237 byte isInitialized = memoizedIsInitialized;
238 if (isInitialized == 1) return true;
239 if (isInitialized == 0) return false;
240
241 memoizedIsInitialized = 1;
242 return true;
243 }
244
245 @java.lang.Override
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));
250 }
251 for (int i = 0; i < orbitopes_.size(); i++) {
252 output.writeMessage(2, orbitopes_.get(i));
253 }
254 getUnknownFields().writeTo(output);
255 }
256
257 @java.lang.Override
258 public int getSerializedSize() {
259 int size = memoizedSize;
260 if (size != -1) return size;
261
262 size = 0;
263 for (int i = 0; i < permutations_.size(); i++) {
264 size += com.google.protobuf.CodedOutputStream
265 .computeMessageSize(1, permutations_.get(i));
266 }
267 for (int i = 0; i < orbitopes_.size(); i++) {
268 size += com.google.protobuf.CodedOutputStream
269 .computeMessageSize(2, orbitopes_.get(i));
270 }
271 size += getUnknownFields().getSerializedSize();
272 memoizedSize = size;
273 return size;
274 }
275
276 @java.lang.Override
277 public boolean equals(final java.lang.Object obj) {
278 if (obj == this) {
279 return true;
280 }
281 if (!(obj instanceof com.google.ortools.sat.SymmetryProto)) {
282 return super.equals(obj);
283 }
284 com.google.ortools.sat.SymmetryProto other = (com.google.ortools.sat.SymmetryProto) obj;
285
287 .equals(other.getPermutationsList())) return false;
288 if (!getOrbitopesList()
289 .equals(other.getOrbitopesList())) return false;
290 if (!getUnknownFields().equals(other.getUnknownFields())) return false;
291 return true;
292 }
293
294 @java.lang.Override
295 public int hashCode() {
296 if (memoizedHashCode != 0) {
297 return memoizedHashCode;
298 }
299 int hash = 41;
300 hash = (19 * hash) + getDescriptor().hashCode();
301 if (getPermutationsCount() > 0) {
302 hash = (37 * hash) + PERMUTATIONS_FIELD_NUMBER;
303 hash = (53 * hash) + getPermutationsList().hashCode();
304 }
305 if (getOrbitopesCount() > 0) {
306 hash = (37 * hash) + ORBITOPES_FIELD_NUMBER;
307 hash = (53 * hash) + getOrbitopesList().hashCode();
308 }
309 hash = (29 * hash) + getUnknownFields().hashCode();
310 memoizedHashCode = hash;
311 return hash;
312 }
313
315 java.nio.ByteBuffer data)
316 throws com.google.protobuf.InvalidProtocolBufferException {
317 return PARSER.parseFrom(data);
318 }
320 java.nio.ByteBuffer data,
321 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
322 throws com.google.protobuf.InvalidProtocolBufferException {
323 return PARSER.parseFrom(data, extensionRegistry);
324 }
326 com.google.protobuf.ByteString data)
327 throws com.google.protobuf.InvalidProtocolBufferException {
328 return PARSER.parseFrom(data);
329 }
331 com.google.protobuf.ByteString data,
332 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
333 throws com.google.protobuf.InvalidProtocolBufferException {
334 return PARSER.parseFrom(data, extensionRegistry);
335 }
337 throws com.google.protobuf.InvalidProtocolBufferException {
338 return PARSER.parseFrom(data);
339 }
341 byte[] data,
342 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
343 throws com.google.protobuf.InvalidProtocolBufferException {
344 return PARSER.parseFrom(data, extensionRegistry);
345 }
346 public static com.google.ortools.sat.SymmetryProto parseFrom(java.io.InputStream input)
347 throws java.io.IOException {
348 return com.google.protobuf.GeneratedMessage
349 .parseWithIOException(PARSER, input);
350 }
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);
357 }
358
359 public static com.google.ortools.sat.SymmetryProto parseDelimitedFrom(java.io.InputStream input)
360 throws java.io.IOException {
361 return com.google.protobuf.GeneratedMessage
362 .parseDelimitedWithIOException(PARSER, input);
363 }
364
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);
371 }
373 com.google.protobuf.CodedInputStream input)
374 throws java.io.IOException {
375 return com.google.protobuf.GeneratedMessage
376 .parseWithIOException(PARSER, input);
377 }
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);
384 }
385
386 @java.lang.Override
387 public Builder newBuilderForType() { return newBuilder(); }
388 public static Builder newBuilder() {
389 return DEFAULT_INSTANCE.toBuilder();
390 }
391 public static Builder newBuilder(com.google.ortools.sat.SymmetryProto prototype) {
392 return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
393 }
394 @java.lang.Override
396 return this == DEFAULT_INSTANCE
397 ? new Builder() : new Builder().mergeFrom(this);
398 }
399
400 @java.lang.Override
402 com.google.protobuf.GeneratedMessage.BuilderParent parent) {
403 Builder builder = new Builder(parent);
404 return builder;
405 }
406
424 public static final class Builder extends
425 com.google.protobuf.GeneratedMessage.Builder<Builder> implements
426 // @@protoc_insertion_point(builder_implements:operations_research.sat.SymmetryProto)
428 public static final com.google.protobuf.Descriptors.Descriptor
430 return com.google.ortools.sat.CpModelProtobuf.internal_static_operations_research_sat_SymmetryProto_descriptor;
431 }
432
433 @java.lang.Override
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);
439 }
440
441 // Construct using com.google.ortools.sat.SymmetryProto.newBuilder()
442 private Builder() {
443
444 }
445
446 private Builder(
447 com.google.protobuf.GeneratedMessage.BuilderParent parent) {
448 super(parent);
449
450 }
451 @java.lang.Override
452 public Builder clear() {
453 super.clear();
454 bitField0_ = 0;
455 if (permutationsBuilder_ == null) {
456 permutations_ = java.util.Collections.emptyList();
457 } else {
458 permutations_ = null;
459 permutationsBuilder_.clear();
460 }
461 bitField0_ = (bitField0_ & ~0x00000001);
462 if (orbitopesBuilder_ == null) {
463 orbitopes_ = java.util.Collections.emptyList();
464 } else {
465 orbitopes_ = null;
466 orbitopesBuilder_.clear();
467 }
468 bitField0_ = (bitField0_ & ~0x00000002);
469 return this;
470 }
471
472 @java.lang.Override
473 public com.google.protobuf.Descriptors.Descriptor
475 return com.google.ortools.sat.CpModelProtobuf.internal_static_operations_research_sat_SymmetryProto_descriptor;
476 }
477
478 @java.lang.Override
480 return com.google.ortools.sat.SymmetryProto.getDefaultInstance();
481 }
482
483 @java.lang.Override
486 if (!result.isInitialized()) {
487 throw newUninitializedMessageException(result);
488 }
489 return result;
490 }
491
492 @java.lang.Override
494 com.google.ortools.sat.SymmetryProto result = new com.google.ortools.sat.SymmetryProto(this);
495 buildPartialRepeatedFields(result);
496 if (bitField0_ != 0) { buildPartial0(result); }
497 onBuilt();
498 return result;
499 }
500
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);
506 }
507 result.permutations_ = permutations_;
508 } else {
509 result.permutations_ = permutationsBuilder_.build();
510 }
511 if (orbitopesBuilder_ == null) {
512 if (((bitField0_ & 0x00000002) != 0)) {
513 orbitopes_ = java.util.Collections.unmodifiableList(orbitopes_);
514 bitField0_ = (bitField0_ & ~0x00000002);
515 }
516 result.orbitopes_ = orbitopes_;
517 } else {
518 result.orbitopes_ = orbitopesBuilder_.build();
519 }
520 }
521
522 private void buildPartial0(com.google.ortools.sat.SymmetryProto result) {
523 int from_bitField0_ = bitField0_;
524 }
525
526 @java.lang.Override
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);
530 } else {
531 super.mergeFrom(other);
532 return this;
533 }
534 }
535
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);
543 } else {
544 ensurePermutationsIsMutable();
545 permutations_.addAll(other.permutations_);
546 }
547 onChanged();
548 }
549 } else {
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;
559 } else {
560 permutationsBuilder_.addAllMessages(other.permutations_);
561 }
562 }
563 }
564 if (orbitopesBuilder_ == null) {
565 if (!other.orbitopes_.isEmpty()) {
566 if (orbitopes_.isEmpty()) {
567 orbitopes_ = other.orbitopes_;
568 bitField0_ = (bitField0_ & ~0x00000002);
569 } else {
570 ensureOrbitopesIsMutable();
571 orbitopes_.addAll(other.orbitopes_);
572 }
573 onChanged();
574 }
575 } else {
576 if (!other.orbitopes_.isEmpty()) {
577 if (orbitopesBuilder_.isEmpty()) {
578 orbitopesBuilder_.dispose();
579 orbitopesBuilder_ = null;
580 orbitopes_ = other.orbitopes_;
581 bitField0_ = (bitField0_ & ~0x00000002);
582 orbitopesBuilder_ =
583 com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
584 getOrbitopesFieldBuilder() : null;
585 } else {
586 orbitopesBuilder_.addAllMessages(other.orbitopes_);
587 }
588 }
589 }
590 this.mergeUnknownFields(other.getUnknownFields());
591 onChanged();
592 return this;
593 }
594
595 @java.lang.Override
596 public final boolean isInitialized() {
597 return true;
598 }
599
600 @java.lang.Override
601 public Builder mergeFrom(
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();
607 }
608 try {
609 boolean done = false;
610 while (!done) {
611 int tag = input.readTag();
612 switch (tag) {
613 case 0:
614 done = true;
615 break;
616 case 10: {
618 input.readMessage(
619 com.google.ortools.sat.SparsePermutationProto.parser(),
620 extensionRegistry);
621 if (permutationsBuilder_ == null) {
622 ensurePermutationsIsMutable();
623 permutations_.add(m);
624 } else {
625 permutationsBuilder_.addMessage(m);
626 }
627 break;
628 } // case 10
629 case 18: {
631 input.readMessage(
632 com.google.ortools.sat.DenseMatrixProto.parser(),
633 extensionRegistry);
634 if (orbitopesBuilder_ == null) {
635 ensureOrbitopesIsMutable();
636 orbitopes_.add(m);
637 } else {
638 orbitopesBuilder_.addMessage(m);
639 }
640 break;
641 } // case 18
642 default: {
643 if (!super.parseUnknownField(input, extensionRegistry, tag)) {
644 done = true; // was an endgroup tag
645 }
646 break;
647 } // default:
648 } // switch (tag)
649 } // while (!done)
650 } catch (com.google.protobuf.InvalidProtocolBufferException e) {
651 throw e.unwrapIOException();
652 } finally {
653 onChanged();
654 } // finally
655 return this;
656 }
657 private int bitField0_;
658
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;
665 }
666 }
667
668 private com.google.protobuf.RepeatedFieldBuilder<
669 com.google.ortools.sat.SparsePermutationProto, com.google.ortools.sat.SparsePermutationProto.Builder, com.google.ortools.sat.SparsePermutationProtoOrBuilder> permutationsBuilder_;
670
680 public java.util.List<com.google.ortools.sat.SparsePermutationProto> getPermutationsList() {
681 if (permutationsBuilder_ == null) {
682 return java.util.Collections.unmodifiableList(permutations_);
683 } else {
684 return permutationsBuilder_.getMessageList();
685 }
686 }
687
696 public int getPermutationsCount() {
697 if (permutationsBuilder_ == null) {
698 return permutations_.size();
699 } else {
700 return permutationsBuilder_.getCount();
701 }
702 }
703
713 if (permutationsBuilder_ == null) {
714 return permutations_.get(index);
715 } else {
716 return permutationsBuilder_.getMessage(index);
717 }
718 }
719
728 public Builder setPermutations(
729 int index, com.google.ortools.sat.SparsePermutationProto value) {
730 if (permutationsBuilder_ == null) {
731 if (value == null) {
732 throw new NullPointerException();
733 }
734 ensurePermutationsIsMutable();
735 permutations_.set(index, value);
736 onChanged();
737 } else {
738 permutationsBuilder_.setMessage(index, value);
739 }
740 return this;
741 }
742
751 public Builder setPermutations(
752 int index, com.google.ortools.sat.SparsePermutationProto.Builder builderForValue) {
753 if (permutationsBuilder_ == null) {
754 ensurePermutationsIsMutable();
755 permutations_.set(index, builderForValue.build());
756 onChanged();
757 } else {
758 permutationsBuilder_.setMessage(index, builderForValue.build());
759 }
760 return this;
761 }
762
771 public Builder addPermutations(com.google.ortools.sat.SparsePermutationProto value) {
772 if (permutationsBuilder_ == null) {
773 if (value == null) {
774 throw new NullPointerException();
775 }
776 ensurePermutationsIsMutable();
777 permutations_.add(value);
778 onChanged();
779 } else {
780 permutationsBuilder_.addMessage(value);
781 }
782 return this;
783 }
784
793 public Builder addPermutations(
794 int index, com.google.ortools.sat.SparsePermutationProto value) {
795 if (permutationsBuilder_ == null) {
796 if (value == null) {
797 throw new NullPointerException();
798 }
799 ensurePermutationsIsMutable();
800 permutations_.add(index, value);
801 onChanged();
802 } else {
803 permutationsBuilder_.addMessage(index, value);
804 }
805 return this;
806 }
807
816 public Builder addPermutations(
817 com.google.ortools.sat.SparsePermutationProto.Builder builderForValue) {
818 if (permutationsBuilder_ == null) {
819 ensurePermutationsIsMutable();
820 permutations_.add(builderForValue.build());
821 onChanged();
822 } else {
823 permutationsBuilder_.addMessage(builderForValue.build());
824 }
825 return this;
826 }
827
836 public Builder addPermutations(
837 int index, com.google.ortools.sat.SparsePermutationProto.Builder builderForValue) {
838 if (permutationsBuilder_ == null) {
839 ensurePermutationsIsMutable();
840 permutations_.add(index, builderForValue.build());
841 onChanged();
842 } else {
843 permutationsBuilder_.addMessage(index, builderForValue.build());
844 }
845 return this;
846 }
847
856 public Builder addAllPermutations(
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_);
862 onChanged();
863 } else {
864 permutationsBuilder_.addAllMessages(values);
865 }
866 return this;
867 }
868
877 public Builder clearPermutations() {
878 if (permutationsBuilder_ == null) {
879 permutations_ = java.util.Collections.emptyList();
880 bitField0_ = (bitField0_ & ~0x00000001);
881 onChanged();
882 } else {
883 permutationsBuilder_.clear();
884 }
885 return this;
886 }
887
896 public Builder removePermutations(int index) {
897 if (permutationsBuilder_ == null) {
898 ensurePermutationsIsMutable();
899 permutations_.remove(index);
900 onChanged();
901 } else {
902 permutationsBuilder_.remove(index);
903 }
904 return this;
905 }
906
916 int index) {
917 return getPermutationsFieldBuilder().getBuilder(index);
918 }
919
929 int index) {
930 if (permutationsBuilder_ == null) {
931 return permutations_.get(index); } else {
932 return permutationsBuilder_.getMessageOrBuilder(index);
933 }
934 }
935
944 public java.util.List<? extends com.google.ortools.sat.SparsePermutationProtoOrBuilder>
946 if (permutationsBuilder_ != null) {
947 return permutationsBuilder_.getMessageOrBuilderList();
948 } else {
949 return java.util.Collections.unmodifiableList(permutations_);
950 }
951 }
952
962 return getPermutationsFieldBuilder().addBuilder(
963 com.google.ortools.sat.SparsePermutationProto.getDefaultInstance());
964 }
965
975 int index) {
976 return getPermutationsFieldBuilder().addBuilder(
977 index, com.google.ortools.sat.SparsePermutationProto.getDefaultInstance());
978 }
979
988 public java.util.List<com.google.ortools.sat.SparsePermutationProto.Builder>
990 return getPermutationsFieldBuilder().getBuilderList();
991 }
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>(
998 permutations_,
999 ((bitField0_ & 0x00000001) != 0),
1000 getParentForChildren(),
1001 isClean());
1002 permutations_ = null;
1003 }
1004 return permutationsBuilder_;
1005 }
1006
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;
1013 }
1014 }
1015
1016 private com.google.protobuf.RepeatedFieldBuilder<
1017 com.google.ortools.sat.DenseMatrixProto, com.google.ortools.sat.DenseMatrixProto.Builder, com.google.ortools.sat.DenseMatrixProtoOrBuilder> orbitopesBuilder_;
1018
1034 public java.util.List<com.google.ortools.sat.DenseMatrixProto> getOrbitopesList() {
1035 if (orbitopesBuilder_ == null) {
1036 return java.util.Collections.unmodifiableList(orbitopes_);
1037 } else {
1038 return orbitopesBuilder_.getMessageList();
1039 }
1040 }
1041
1056 public int getOrbitopesCount() {
1057 if (orbitopesBuilder_ == null) {
1058 return orbitopes_.size();
1059 } else {
1060 return orbitopesBuilder_.getCount();
1061 }
1062 }
1063
1079 if (orbitopesBuilder_ == null) {
1080 return orbitopes_.get(index);
1081 } else {
1082 return orbitopesBuilder_.getMessage(index);
1083 }
1084 }
1085
1100 public Builder setOrbitopes(
1101 int index, com.google.ortools.sat.DenseMatrixProto value) {
1102 if (orbitopesBuilder_ == null) {
1103 if (value == null) {
1104 throw new NullPointerException();
1105 }
1106 ensureOrbitopesIsMutable();
1107 orbitopes_.set(index, value);
1108 onChanged();
1109 } else {
1110 orbitopesBuilder_.setMessage(index, value);
1111 }
1112 return this;
1113 }
1114
1129 public Builder setOrbitopes(
1130 int index, com.google.ortools.sat.DenseMatrixProto.Builder builderForValue) {
1131 if (orbitopesBuilder_ == null) {
1132 ensureOrbitopesIsMutable();
1133 orbitopes_.set(index, builderForValue.build());
1134 onChanged();
1135 } else {
1136 orbitopesBuilder_.setMessage(index, builderForValue.build());
1137 }
1138 return this;
1139 }
1140
1155 public Builder addOrbitopes(com.google.ortools.sat.DenseMatrixProto value) {
1156 if (orbitopesBuilder_ == null) {
1157 if (value == null) {
1158 throw new NullPointerException();
1159 }
1160 ensureOrbitopesIsMutable();
1161 orbitopes_.add(value);
1162 onChanged();
1163 } else {
1164 orbitopesBuilder_.addMessage(value);
1165 }
1166 return this;
1167 }
1168
1183 public Builder addOrbitopes(
1184 int index, com.google.ortools.sat.DenseMatrixProto value) {
1185 if (orbitopesBuilder_ == null) {
1186 if (value == null) {
1187 throw new NullPointerException();
1188 }
1189 ensureOrbitopesIsMutable();
1190 orbitopes_.add(index, value);
1191 onChanged();
1192 } else {
1193 orbitopesBuilder_.addMessage(index, value);
1194 }
1195 return this;
1196 }
1197
1212 public Builder addOrbitopes(
1213 com.google.ortools.sat.DenseMatrixProto.Builder builderForValue) {
1214 if (orbitopesBuilder_ == null) {
1215 ensureOrbitopesIsMutable();
1216 orbitopes_.add(builderForValue.build());
1217 onChanged();
1218 } else {
1219 orbitopesBuilder_.addMessage(builderForValue.build());
1220 }
1221 return this;
1222 }
1223
1238 public Builder addOrbitopes(
1239 int index, com.google.ortools.sat.DenseMatrixProto.Builder builderForValue) {
1240 if (orbitopesBuilder_ == null) {
1241 ensureOrbitopesIsMutable();
1242 orbitopes_.add(index, builderForValue.build());
1243 onChanged();
1244 } else {
1245 orbitopesBuilder_.addMessage(index, builderForValue.build());
1246 }
1247 return this;
1248 }
1249
1264 public Builder addAllOrbitopes(
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_);
1270 onChanged();
1271 } else {
1272 orbitopesBuilder_.addAllMessages(values);
1273 }
1274 return this;
1275 }
1276
1291 public Builder clearOrbitopes() {
1292 if (orbitopesBuilder_ == null) {
1293 orbitopes_ = java.util.Collections.emptyList();
1294 bitField0_ = (bitField0_ & ~0x00000002);
1295 onChanged();
1296 } else {
1297 orbitopesBuilder_.clear();
1298 }
1299 return this;
1300 }
1301
1316 public Builder removeOrbitopes(int index) {
1317 if (orbitopesBuilder_ == null) {
1318 ensureOrbitopesIsMutable();
1319 orbitopes_.remove(index);
1320 onChanged();
1321 } else {
1322 orbitopesBuilder_.remove(index);
1323 }
1324 return this;
1325 }
1326
1342 int index) {
1343 return getOrbitopesFieldBuilder().getBuilder(index);
1344 }
1345
1361 int index) {
1362 if (orbitopesBuilder_ == null) {
1363 return orbitopes_.get(index); } else {
1364 return orbitopesBuilder_.getMessageOrBuilder(index);
1365 }
1366 }
1367
1382 public java.util.List<? extends com.google.ortools.sat.DenseMatrixProtoOrBuilder>
1384 if (orbitopesBuilder_ != null) {
1385 return orbitopesBuilder_.getMessageOrBuilderList();
1386 } else {
1387 return java.util.Collections.unmodifiableList(orbitopes_);
1388 }
1389 }
1390
1406 return getOrbitopesFieldBuilder().addBuilder(
1407 com.google.ortools.sat.DenseMatrixProto.getDefaultInstance());
1408 }
1409
1425 int index) {
1426 return getOrbitopesFieldBuilder().addBuilder(
1427 index, com.google.ortools.sat.DenseMatrixProto.getDefaultInstance());
1428 }
1429
1444 public java.util.List<com.google.ortools.sat.DenseMatrixProto.Builder>
1446 return getOrbitopesFieldBuilder().getBuilderList();
1447 }
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>(
1454 orbitopes_,
1455 ((bitField0_ & 0x00000002) != 0),
1456 getParentForChildren(),
1457 isClean());
1458 orbitopes_ = null;
1459 }
1460 return orbitopesBuilder_;
1461 }
1462
1463 // @@protoc_insertion_point(builder_scope:operations_research.sat.SymmetryProto)
1464 }
1465
1466 // @@protoc_insertion_point(class_scope:operations_research.sat.SymmetryProto)
1467 private static final com.google.ortools.sat.SymmetryProto DEFAULT_INSTANCE;
1468 static {
1469 DEFAULT_INSTANCE = new com.google.ortools.sat.SymmetryProto();
1470 }
1471
1473 return DEFAULT_INSTANCE;
1474 }
1475
1476 private static final com.google.protobuf.Parser<SymmetryProto>
1477 PARSER = new com.google.protobuf.AbstractParser<SymmetryProto>() {
1478 @java.lang.Override
1479 public SymmetryProto parsePartialFrom(
1480 com.google.protobuf.CodedInputStream input,
1481 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
1482 throws com.google.protobuf.InvalidProtocolBufferException {
1483 Builder builder = newBuilder();
1484 try {
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());
1493 }
1494 return builder.buildPartial();
1495 }
1496 };
1497
1498 public static com.google.protobuf.Parser<SymmetryProto> parser() {
1499 return PARSER;
1500 }
1501
1502 @java.lang.Override
1503 public com.google.protobuf.Parser<SymmetryProto> getParserForType() {
1504 return PARSER;
1505 }
1506
1507 @java.lang.Override
1509 return DEFAULT_INSTANCE;
1510 }
1511
1512}
1513
java.util.List< com.google.ortools.sat.SparsePermutationProto.Builder > getPermutationsBuilderList()
Builder addOrbitopes(int index, com.google.ortools.sat.DenseMatrixProto.Builder builderForValue)
Builder mergeFrom(com.google.ortools.sat.SymmetryProto other)
java.util.List< com.google.ortools.sat.SparsePermutationProto > getPermutationsList()
java.util.List< com.google.ortools.sat.DenseMatrixProto.Builder > getOrbitopesBuilderList()
Builder mergeFrom(com.google.protobuf.Message other)
com.google.ortools.sat.DenseMatrixProto.Builder addOrbitopesBuilder(int index)
com.google.ortools.sat.SymmetryProto getDefaultInstanceForType()
Builder addPermutations(com.google.ortools.sat.SparsePermutationProto.Builder builderForValue)
static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
Builder addPermutations(int index, com.google.ortools.sat.SparsePermutationProto.Builder builderForValue)
Builder addPermutations(com.google.ortools.sat.SparsePermutationProto value)
Builder setPermutations(int index, com.google.ortools.sat.SparsePermutationProto.Builder builderForValue)
Builder addOrbitopes(int index, com.google.ortools.sat.DenseMatrixProto value)
com.google.ortools.sat.DenseMatrixProtoOrBuilder getOrbitopesOrBuilder(int index)
com.google.ortools.sat.DenseMatrixProto getOrbitopes(int index)
Builder addOrbitopes(com.google.ortools.sat.DenseMatrixProto.Builder builderForValue)
com.google.ortools.sat.SparsePermutationProto.Builder addPermutationsBuilder(int index)
Builder addAllPermutations(java.lang.Iterable<? extends com.google.ortools.sat.SparsePermutationProto > values)
Builder addPermutations(int index, com.google.ortools.sat.SparsePermutationProto value)
com.google.ortools.sat.SymmetryProto build()
Builder addAllOrbitopes(java.lang.Iterable<? extends com.google.ortools.sat.DenseMatrixProto > values)
Builder setPermutations(int index, com.google.ortools.sat.SparsePermutationProto value)
com.google.ortools.sat.DenseMatrixProto.Builder addOrbitopesBuilder()
java.util.List<? extends com.google.ortools.sat.DenseMatrixProtoOrBuilder > getOrbitopesOrBuilderList()
Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
com.google.ortools.sat.SparsePermutationProtoOrBuilder getPermutationsOrBuilder(int index)
Builder setOrbitopes(int index, com.google.ortools.sat.DenseMatrixProto value)
java.util.List< com.google.ortools.sat.DenseMatrixProto > getOrbitopesList()
com.google.ortools.sat.SymmetryProto buildPartial()
com.google.ortools.sat.SparsePermutationProto.Builder getPermutationsBuilder(int index)
java.util.List<? extends com.google.ortools.sat.SparsePermutationProtoOrBuilder > getPermutationsOrBuilderList()
com.google.ortools.sat.DenseMatrixProto.Builder getOrbitopesBuilder(int index)
com.google.ortools.sat.SparsePermutationProto getPermutations(int index)
com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Builder addOrbitopes(com.google.ortools.sat.DenseMatrixProto value)
Builder setOrbitopes(int index, com.google.ortools.sat.DenseMatrixProto.Builder builderForValue)
com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
com.google.ortools.sat.SparsePermutationProto.Builder addPermutationsBuilder()
java.util.List< com.google.ortools.sat.SparsePermutationProto > getPermutationsList()
void writeTo(com.google.protobuf.CodedOutputStream output)
static com.google.ortools.sat.SymmetryProto parseFrom(com.google.protobuf.CodedInputStream input)
com.google.ortools.sat.SparsePermutationProto getPermutations(int index)
static com.google.ortools.sat.SymmetryProto parseFrom(java.io.InputStream input)
static Builder newBuilder(com.google.ortools.sat.SymmetryProto prototype)
java.util.List<? extends com.google.ortools.sat.SparsePermutationProtoOrBuilder > getPermutationsOrBuilderList()
static com.google.ortools.sat.SymmetryProto parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.ortools.sat.SymmetryProto parseFrom(byte[] data)
com.google.protobuf.Parser< SymmetryProto > getParserForType()
static com.google.ortools.sat.SymmetryProto parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
com.google.ortools.sat.SparsePermutationProtoOrBuilder getPermutationsOrBuilder(int index)
boolean equals(final java.lang.Object obj)
static com.google.ortools.sat.SymmetryProto parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
com.google.ortools.sat.DenseMatrixProtoOrBuilder getOrbitopesOrBuilder(int index)
static com.google.ortools.sat.SymmetryProto parseDelimitedFrom(java.io.InputStream input)
static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
com.google.ortools.sat.DenseMatrixProto getOrbitopes(int index)
static com.google.ortools.sat.SymmetryProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
java.util.List< com.google.ortools.sat.DenseMatrixProto > getOrbitopesList()
static com.google.ortools.sat.SymmetryProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
com.google.ortools.sat.SymmetryProto getDefaultInstanceForType()
static com.google.ortools.sat.SymmetryProto parseFrom(java.nio.ByteBuffer data)
static com.google.ortools.sat.SymmetryProto parseFrom(com.google.protobuf.ByteString data)
static com.google.ortools.sat.SymmetryProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser< SymmetryProto > parser()
java.util.List<? extends com.google.ortools.sat.DenseMatrixProtoOrBuilder > getOrbitopesOrBuilderList()
Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
static com.google.ortools.sat.SymmetryProto getDefaultInstance()