Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
RoutesSupportGraphProto.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/routes_support_graph.proto
4// Protobuf Java Version: 4.31.1
5
6package com.google.ortools.sat;
7
16@com.google.protobuf.Generated
17public final class RoutesSupportGraphProto extends
18 com.google.protobuf.GeneratedMessage implements
19 // @@protoc_insertion_point(message_implements:operations_research.sat.RoutesSupportGraphProto)
21private static final long serialVersionUID = 0L;
22 static {
23 com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
24 com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
25 /* major= */ 4,
26 /* minor= */ 31,
27 /* patch= */ 1,
28 /* suffix= */ "",
29 RoutesSupportGraphProto.class.getName());
30 }
31 // Use RoutesSupportGraphProto.newBuilder() to construct.
32 private RoutesSupportGraphProto(com.google.protobuf.GeneratedMessage.Builder<?> builder) {
33 super(builder);
34 }
35 private RoutesSupportGraphProto() {
36 arcLpValues_ = java.util.Collections.emptyList();
37 }
38
39 public static final com.google.protobuf.Descriptors.Descriptor
41 return com.google.ortools.sat.RoutesSupportGraph.internal_static_operations_research_sat_RoutesSupportGraphProto_descriptor;
42 }
43
44 @java.lang.Override
45 protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
47 return com.google.ortools.sat.RoutesSupportGraph.internal_static_operations_research_sat_RoutesSupportGraphProto_fieldAccessorTable
48 .ensureFieldAccessorsInitialized(
49 com.google.ortools.sat.RoutesSupportGraphProto.class, com.google.ortools.sat.RoutesSupportGraphProto.Builder.class);
50 }
51
52 public static final int ARC_LP_VALUES_FIELD_NUMBER = 1;
53 @SuppressWarnings("serial")
54 private java.util.List<com.google.ortools.sat.ArcLpValue> arcLpValues_;
58 @java.lang.Override
59 public java.util.List<com.google.ortools.sat.ArcLpValue> getArcLpValuesList() {
60 return arcLpValues_;
61 }
62
65 @java.lang.Override
66 public java.util.List<? extends com.google.ortools.sat.ArcLpValueOrBuilder>
68 return arcLpValues_;
69 }
70
73 @java.lang.Override
74 public int getArcLpValuesCount() {
75 return arcLpValues_.size();
76 }
77
80 @java.lang.Override
82 return arcLpValues_.get(index);
83 }
84
87 @java.lang.Override
89 int index) {
90 return arcLpValues_.get(index);
91 }
92
93 private byte memoizedIsInitialized = -1;
94 @java.lang.Override
95 public final boolean isInitialized() {
96 byte isInitialized = memoizedIsInitialized;
97 if (isInitialized == 1) return true;
98 if (isInitialized == 0) return false;
99
100 memoizedIsInitialized = 1;
101 return true;
102 }
103
104 @java.lang.Override
105 public void writeTo(com.google.protobuf.CodedOutputStream output)
106 throws java.io.IOException {
107 for (int i = 0; i < arcLpValues_.size(); i++) {
108 output.writeMessage(1, arcLpValues_.get(i));
109 }
110 getUnknownFields().writeTo(output);
111 }
112
113 @java.lang.Override
114 public int getSerializedSize() {
115 int size = memoizedSize;
116 if (size != -1) return size;
117
118 size = 0;
119 for (int i = 0; i < arcLpValues_.size(); i++) {
120 size += com.google.protobuf.CodedOutputStream
121 .computeMessageSize(1, arcLpValues_.get(i));
122 }
123 size += getUnknownFields().getSerializedSize();
124 memoizedSize = size;
125 return size;
126 }
127
128 @java.lang.Override
129 public boolean equals(final java.lang.Object obj) {
130 if (obj == this) {
131 return true;
132 }
133 if (!(obj instanceof com.google.ortools.sat.RoutesSupportGraphProto)) {
134 return super.equals(obj);
135 }
136 com.google.ortools.sat.RoutesSupportGraphProto other = (com.google.ortools.sat.RoutesSupportGraphProto) obj;
137
138 if (!getArcLpValuesList()
139 .equals(other.getArcLpValuesList())) return false;
140 if (!getUnknownFields().equals(other.getUnknownFields())) return false;
141 return true;
142 }
143
144 @java.lang.Override
145 public int hashCode() {
146 if (memoizedHashCode != 0) {
147 return memoizedHashCode;
148 }
149 int hash = 41;
150 hash = (19 * hash) + getDescriptor().hashCode();
151 if (getArcLpValuesCount() > 0) {
152 hash = (37 * hash) + ARC_LP_VALUES_FIELD_NUMBER;
153 hash = (53 * hash) + getArcLpValuesList().hashCode();
154 }
155 hash = (29 * hash) + getUnknownFields().hashCode();
156 memoizedHashCode = hash;
157 return hash;
158 }
159
161 java.nio.ByteBuffer data)
162 throws com.google.protobuf.InvalidProtocolBufferException {
163 return PARSER.parseFrom(data);
164 }
166 java.nio.ByteBuffer data,
167 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
168 throws com.google.protobuf.InvalidProtocolBufferException {
169 return PARSER.parseFrom(data, extensionRegistry);
170 }
172 com.google.protobuf.ByteString data)
173 throws com.google.protobuf.InvalidProtocolBufferException {
174 return PARSER.parseFrom(data);
175 }
177 com.google.protobuf.ByteString data,
178 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
179 throws com.google.protobuf.InvalidProtocolBufferException {
180 return PARSER.parseFrom(data, extensionRegistry);
181 }
183 throws com.google.protobuf.InvalidProtocolBufferException {
184 return PARSER.parseFrom(data);
185 }
187 byte[] data,
188 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
189 throws com.google.protobuf.InvalidProtocolBufferException {
190 return PARSER.parseFrom(data, extensionRegistry);
191 }
192 public static com.google.ortools.sat.RoutesSupportGraphProto parseFrom(java.io.InputStream input)
193 throws java.io.IOException {
194 return com.google.protobuf.GeneratedMessage
195 .parseWithIOException(PARSER, input);
196 }
198 java.io.InputStream input,
199 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
200 throws java.io.IOException {
201 return com.google.protobuf.GeneratedMessage
202 .parseWithIOException(PARSER, input, extensionRegistry);
203 }
204
206 throws java.io.IOException {
207 return com.google.protobuf.GeneratedMessage
208 .parseDelimitedWithIOException(PARSER, input);
209 }
210
212 java.io.InputStream input,
213 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
214 throws java.io.IOException {
215 return com.google.protobuf.GeneratedMessage
216 .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
217 }
219 com.google.protobuf.CodedInputStream input)
220 throws java.io.IOException {
221 return com.google.protobuf.GeneratedMessage
222 .parseWithIOException(PARSER, input);
223 }
225 com.google.protobuf.CodedInputStream input,
226 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
227 throws java.io.IOException {
228 return com.google.protobuf.GeneratedMessage
229 .parseWithIOException(PARSER, input, extensionRegistry);
230 }
231
232 @java.lang.Override
233 public Builder newBuilderForType() { return newBuilder(); }
234 public static Builder newBuilder() {
235 return DEFAULT_INSTANCE.toBuilder();
236 }
237 public static Builder newBuilder(com.google.ortools.sat.RoutesSupportGraphProto prototype) {
238 return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
239 }
240 @java.lang.Override
242 return this == DEFAULT_INSTANCE
243 ? new Builder() : new Builder().mergeFrom(this);
244 }
245
246 @java.lang.Override
248 com.google.protobuf.GeneratedMessage.BuilderParent parent) {
249 Builder builder = new Builder(parent);
250 return builder;
251 }
252
260 public static final class Builder extends
261 com.google.protobuf.GeneratedMessage.Builder<Builder> implements
262 // @@protoc_insertion_point(builder_implements:operations_research.sat.RoutesSupportGraphProto)
264 public static final com.google.protobuf.Descriptors.Descriptor
266 return com.google.ortools.sat.RoutesSupportGraph.internal_static_operations_research_sat_RoutesSupportGraphProto_descriptor;
267 }
268
269 @java.lang.Override
270 protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
272 return com.google.ortools.sat.RoutesSupportGraph.internal_static_operations_research_sat_RoutesSupportGraphProto_fieldAccessorTable
273 .ensureFieldAccessorsInitialized(
274 com.google.ortools.sat.RoutesSupportGraphProto.class, com.google.ortools.sat.RoutesSupportGraphProto.Builder.class);
275 }
276
277 // Construct using com.google.ortools.sat.RoutesSupportGraphProto.newBuilder()
278 private Builder() {
279
280 }
281
282 private Builder(
283 com.google.protobuf.GeneratedMessage.BuilderParent parent) {
284 super(parent);
285
286 }
287 @java.lang.Override
288 public Builder clear() {
289 super.clear();
290 bitField0_ = 0;
291 if (arcLpValuesBuilder_ == null) {
292 arcLpValues_ = java.util.Collections.emptyList();
293 } else {
294 arcLpValues_ = null;
295 arcLpValuesBuilder_.clear();
296 }
297 bitField0_ = (bitField0_ & ~0x00000001);
298 return this;
299 }
300
301 @java.lang.Override
302 public com.google.protobuf.Descriptors.Descriptor
304 return com.google.ortools.sat.RoutesSupportGraph.internal_static_operations_research_sat_RoutesSupportGraphProto_descriptor;
305 }
306
307 @java.lang.Override
309 return com.google.ortools.sat.RoutesSupportGraphProto.getDefaultInstance();
310 }
311
312 @java.lang.Override
315 if (!result.isInitialized()) {
316 throw newUninitializedMessageException(result);
317 }
318 return result;
319 }
320
321 @java.lang.Override
323 com.google.ortools.sat.RoutesSupportGraphProto result = new com.google.ortools.sat.RoutesSupportGraphProto(this);
324 buildPartialRepeatedFields(result);
325 if (bitField0_ != 0) { buildPartial0(result); }
326 onBuilt();
327 return result;
328 }
329
330 private void buildPartialRepeatedFields(com.google.ortools.sat.RoutesSupportGraphProto result) {
331 if (arcLpValuesBuilder_ == null) {
332 if (((bitField0_ & 0x00000001) != 0)) {
333 arcLpValues_ = java.util.Collections.unmodifiableList(arcLpValues_);
334 bitField0_ = (bitField0_ & ~0x00000001);
335 }
336 result.arcLpValues_ = arcLpValues_;
337 } else {
338 result.arcLpValues_ = arcLpValuesBuilder_.build();
339 }
340 }
341
342 private void buildPartial0(com.google.ortools.sat.RoutesSupportGraphProto result) {
343 int from_bitField0_ = bitField0_;
344 }
345
346 @java.lang.Override
347 public Builder mergeFrom(com.google.protobuf.Message other) {
348 if (other instanceof com.google.ortools.sat.RoutesSupportGraphProto) {
349 return mergeFrom((com.google.ortools.sat.RoutesSupportGraphProto)other);
350 } else {
351 super.mergeFrom(other);
352 return this;
353 }
354 }
355
356 public Builder mergeFrom(com.google.ortools.sat.RoutesSupportGraphProto other) {
357 if (other == com.google.ortools.sat.RoutesSupportGraphProto.getDefaultInstance()) return this;
358 if (arcLpValuesBuilder_ == null) {
359 if (!other.arcLpValues_.isEmpty()) {
360 if (arcLpValues_.isEmpty()) {
361 arcLpValues_ = other.arcLpValues_;
362 bitField0_ = (bitField0_ & ~0x00000001);
363 } else {
364 ensureArcLpValuesIsMutable();
365 arcLpValues_.addAll(other.arcLpValues_);
366 }
367 onChanged();
368 }
369 } else {
370 if (!other.arcLpValues_.isEmpty()) {
371 if (arcLpValuesBuilder_.isEmpty()) {
372 arcLpValuesBuilder_.dispose();
373 arcLpValuesBuilder_ = null;
374 arcLpValues_ = other.arcLpValues_;
375 bitField0_ = (bitField0_ & ~0x00000001);
376 arcLpValuesBuilder_ =
377 com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
378 internalGetArcLpValuesFieldBuilder() : null;
379 } else {
380 arcLpValuesBuilder_.addAllMessages(other.arcLpValues_);
381 }
382 }
383 }
384 this.mergeUnknownFields(other.getUnknownFields());
385 onChanged();
386 return this;
387 }
388
389 @java.lang.Override
390 public final boolean isInitialized() {
391 return true;
392 }
393
394 @java.lang.Override
395 public Builder mergeFrom(
396 com.google.protobuf.CodedInputStream input,
397 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
398 throws java.io.IOException {
399 if (extensionRegistry == null) {
400 throw new java.lang.NullPointerException();
401 }
402 try {
403 boolean done = false;
404 while (!done) {
405 int tag = input.readTag();
406 switch (tag) {
407 case 0:
408 done = true;
409 break;
410 case 10: {
412 input.readMessage(
413 com.google.ortools.sat.ArcLpValue.parser(),
414 extensionRegistry);
415 if (arcLpValuesBuilder_ == null) {
416 ensureArcLpValuesIsMutable();
417 arcLpValues_.add(m);
418 } else {
419 arcLpValuesBuilder_.addMessage(m);
420 }
421 break;
422 } // case 10
423 default: {
424 if (!super.parseUnknownField(input, extensionRegistry, tag)) {
425 done = true; // was an endgroup tag
426 }
427 break;
428 } // default:
429 } // switch (tag)
430 } // while (!done)
431 } catch (com.google.protobuf.InvalidProtocolBufferException e) {
432 throw e.unwrapIOException();
433 } finally {
434 onChanged();
435 } // finally
436 return this;
437 }
438 private int bitField0_;
439
440 private java.util.List<com.google.ortools.sat.ArcLpValue> arcLpValues_ =
441 java.util.Collections.emptyList();
442 private void ensureArcLpValuesIsMutable() {
443 if (!((bitField0_ & 0x00000001) != 0)) {
444 arcLpValues_ = new java.util.ArrayList<com.google.ortools.sat.ArcLpValue>(arcLpValues_);
445 bitField0_ |= 0x00000001;
446 }
447 }
448
449 private com.google.protobuf.RepeatedFieldBuilder<
450 com.google.ortools.sat.ArcLpValue, com.google.ortools.sat.ArcLpValue.Builder, com.google.ortools.sat.ArcLpValueOrBuilder> arcLpValuesBuilder_;
451
455 public java.util.List<com.google.ortools.sat.ArcLpValue> getArcLpValuesList() {
456 if (arcLpValuesBuilder_ == null) {
457 return java.util.Collections.unmodifiableList(arcLpValues_);
458 } else {
459 return arcLpValuesBuilder_.getMessageList();
460 }
461 }
462
465 public int getArcLpValuesCount() {
466 if (arcLpValuesBuilder_ == null) {
467 return arcLpValues_.size();
468 } else {
469 return arcLpValuesBuilder_.getCount();
470 }
471 }
472
476 if (arcLpValuesBuilder_ == null) {
477 return arcLpValues_.get(index);
478 } else {
479 return arcLpValuesBuilder_.getMessage(index);
480 }
481 }
482
485 public Builder setArcLpValues(
486 int index, com.google.ortools.sat.ArcLpValue value) {
487 if (arcLpValuesBuilder_ == null) {
488 if (value == null) {
489 throw new NullPointerException();
490 }
491 ensureArcLpValuesIsMutable();
492 arcLpValues_.set(index, value);
493 onChanged();
494 } else {
495 arcLpValuesBuilder_.setMessage(index, value);
496 }
497 return this;
498 }
499
502 public Builder setArcLpValues(
503 int index, com.google.ortools.sat.ArcLpValue.Builder builderForValue) {
504 if (arcLpValuesBuilder_ == null) {
505 ensureArcLpValuesIsMutable();
506 arcLpValues_.set(index, builderForValue.build());
507 onChanged();
508 } else {
509 arcLpValuesBuilder_.setMessage(index, builderForValue.build());
510 }
511 return this;
512 }
513
516 public Builder addArcLpValues(com.google.ortools.sat.ArcLpValue value) {
517 if (arcLpValuesBuilder_ == null) {
518 if (value == null) {
519 throw new NullPointerException();
520 }
521 ensureArcLpValuesIsMutable();
522 arcLpValues_.add(value);
523 onChanged();
524 } else {
525 arcLpValuesBuilder_.addMessage(value);
526 }
527 return this;
528 }
529
532 public Builder addArcLpValues(
533 int index, com.google.ortools.sat.ArcLpValue value) {
534 if (arcLpValuesBuilder_ == null) {
535 if (value == null) {
536 throw new NullPointerException();
537 }
538 ensureArcLpValuesIsMutable();
539 arcLpValues_.add(index, value);
540 onChanged();
541 } else {
542 arcLpValuesBuilder_.addMessage(index, value);
543 }
544 return this;
545 }
546
549 public Builder addArcLpValues(
550 com.google.ortools.sat.ArcLpValue.Builder builderForValue) {
551 if (arcLpValuesBuilder_ == null) {
552 ensureArcLpValuesIsMutable();
553 arcLpValues_.add(builderForValue.build());
554 onChanged();
555 } else {
556 arcLpValuesBuilder_.addMessage(builderForValue.build());
557 }
558 return this;
559 }
560
563 public Builder addArcLpValues(
564 int index, com.google.ortools.sat.ArcLpValue.Builder builderForValue) {
565 if (arcLpValuesBuilder_ == null) {
566 ensureArcLpValuesIsMutable();
567 arcLpValues_.add(index, builderForValue.build());
568 onChanged();
569 } else {
570 arcLpValuesBuilder_.addMessage(index, builderForValue.build());
571 }
572 return this;
573 }
574
577 public Builder addAllArcLpValues(
578 java.lang.Iterable<? extends com.google.ortools.sat.ArcLpValue> values) {
579 if (arcLpValuesBuilder_ == null) {
580 ensureArcLpValuesIsMutable();
581 com.google.protobuf.AbstractMessageLite.Builder.addAll(
582 values, arcLpValues_);
583 onChanged();
584 } else {
585 arcLpValuesBuilder_.addAllMessages(values);
586 }
587 return this;
588 }
589
592 public Builder clearArcLpValues() {
593 if (arcLpValuesBuilder_ == null) {
594 arcLpValues_ = java.util.Collections.emptyList();
595 bitField0_ = (bitField0_ & ~0x00000001);
596 onChanged();
597 } else {
598 arcLpValuesBuilder_.clear();
599 }
600 return this;
601 }
602
605 public Builder removeArcLpValues(int index) {
606 if (arcLpValuesBuilder_ == null) {
607 ensureArcLpValuesIsMutable();
608 arcLpValues_.remove(index);
609 onChanged();
610 } else {
611 arcLpValuesBuilder_.remove(index);
612 }
613 return this;
614 }
615
619 int index) {
620 return internalGetArcLpValuesFieldBuilder().getBuilder(index);
621 }
622
626 int index) {
627 if (arcLpValuesBuilder_ == null) {
628 return arcLpValues_.get(index); } else {
629 return arcLpValuesBuilder_.getMessageOrBuilder(index);
630 }
631 }
632
635 public java.util.List<? extends com.google.ortools.sat.ArcLpValueOrBuilder>
637 if (arcLpValuesBuilder_ != null) {
638 return arcLpValuesBuilder_.getMessageOrBuilderList();
639 } else {
640 return java.util.Collections.unmodifiableList(arcLpValues_);
641 }
642 }
643
647 return internalGetArcLpValuesFieldBuilder().addBuilder(
648 com.google.ortools.sat.ArcLpValue.getDefaultInstance());
649 }
650
654 int index) {
655 return internalGetArcLpValuesFieldBuilder().addBuilder(
656 index, com.google.ortools.sat.ArcLpValue.getDefaultInstance());
657 }
658
661 public java.util.List<com.google.ortools.sat.ArcLpValue.Builder>
663 return internalGetArcLpValuesFieldBuilder().getBuilderList();
664 }
665 private com.google.protobuf.RepeatedFieldBuilder<
666 com.google.ortools.sat.ArcLpValue, com.google.ortools.sat.ArcLpValue.Builder, com.google.ortools.sat.ArcLpValueOrBuilder>
667 internalGetArcLpValuesFieldBuilder() {
668 if (arcLpValuesBuilder_ == null) {
669 arcLpValuesBuilder_ = new com.google.protobuf.RepeatedFieldBuilder<
670 com.google.ortools.sat.ArcLpValue, com.google.ortools.sat.ArcLpValue.Builder, com.google.ortools.sat.ArcLpValueOrBuilder>(
671 arcLpValues_,
672 ((bitField0_ & 0x00000001) != 0),
673 getParentForChildren(),
674 isClean());
675 arcLpValues_ = null;
676 }
677 return arcLpValuesBuilder_;
678 }
679
680 // @@protoc_insertion_point(builder_scope:operations_research.sat.RoutesSupportGraphProto)
681 }
682
683 // @@protoc_insertion_point(class_scope:operations_research.sat.RoutesSupportGraphProto)
684 private static final com.google.ortools.sat.RoutesSupportGraphProto DEFAULT_INSTANCE;
685 static {
686 DEFAULT_INSTANCE = new com.google.ortools.sat.RoutesSupportGraphProto();
687 }
688
690 return DEFAULT_INSTANCE;
691 }
692
693 private static final com.google.protobuf.Parser<RoutesSupportGraphProto>
694 PARSER = new com.google.protobuf.AbstractParser<RoutesSupportGraphProto>() {
695 @java.lang.Override
696 public RoutesSupportGraphProto parsePartialFrom(
697 com.google.protobuf.CodedInputStream input,
698 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
699 throws com.google.protobuf.InvalidProtocolBufferException {
700 Builder builder = newBuilder();
701 try {
702 builder.mergeFrom(input, extensionRegistry);
703 } catch (com.google.protobuf.InvalidProtocolBufferException e) {
704 throw e.setUnfinishedMessage(builder.buildPartial());
705 } catch (com.google.protobuf.UninitializedMessageException e) {
706 throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
707 } catch (java.io.IOException e) {
708 throw new com.google.protobuf.InvalidProtocolBufferException(e)
709 .setUnfinishedMessage(builder.buildPartial());
710 }
711 return builder.buildPartial();
712 }
713 };
714
715 public static com.google.protobuf.Parser<RoutesSupportGraphProto> parser() {
716 return PARSER;
717 }
718
719 @java.lang.Override
720 public com.google.protobuf.Parser<RoutesSupportGraphProto> getParserForType() {
721 return PARSER;
722 }
723
724 @java.lang.Override
728
729}
730
com.google.ortools.sat.ArcLpValue.Builder getArcLpValuesBuilder(int index)
com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Builder addArcLpValues(int index, com.google.ortools.sat.ArcLpValue.Builder builderForValue)
Builder setArcLpValues(int index, com.google.ortools.sat.ArcLpValue.Builder builderForValue)
com.google.ortools.sat.RoutesSupportGraphProto buildPartial()
Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
java.util.List<? extends com.google.ortools.sat.ArcLpValueOrBuilder > getArcLpValuesOrBuilderList()
com.google.ortools.sat.RoutesSupportGraphProto getDefaultInstanceForType()
com.google.ortools.sat.ArcLpValue getArcLpValues(int index)
com.google.ortools.sat.ArcLpValueOrBuilder getArcLpValuesOrBuilder(int index)
Builder setArcLpValues(int index, com.google.ortools.sat.ArcLpValue value)
Builder addArcLpValues(com.google.ortools.sat.ArcLpValue value)
com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
com.google.ortools.sat.ArcLpValue.Builder addArcLpValuesBuilder()
Builder addArcLpValues(com.google.ortools.sat.ArcLpValue.Builder builderForValue)
static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
com.google.ortools.sat.RoutesSupportGraphProto build()
Builder mergeFrom(com.google.ortools.sat.RoutesSupportGraphProto other)
Builder addAllArcLpValues(java.lang.Iterable<? extends com.google.ortools.sat.ArcLpValue > values)
java.util.List< com.google.ortools.sat.ArcLpValue.Builder > getArcLpValuesBuilderList()
java.util.List< com.google.ortools.sat.ArcLpValue > getArcLpValuesList()
com.google.ortools.sat.ArcLpValue.Builder addArcLpValuesBuilder(int index)
Builder addArcLpValues(int index, com.google.ortools.sat.ArcLpValue value)
static com.google.ortools.sat.RoutesSupportGraphProto parseFrom(com.google.protobuf.CodedInputStream input)
static com.google.protobuf.Parser< RoutesSupportGraphProto > parser()
static com.google.ortools.sat.RoutesSupportGraphProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
static com.google.ortools.sat.RoutesSupportGraphProto parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
com.google.protobuf.Parser< RoutesSupportGraphProto > getParserForType()
java.util.List< com.google.ortools.sat.ArcLpValue > getArcLpValuesList()
java.util.List<? extends com.google.ortools.sat.ArcLpValueOrBuilder > getArcLpValuesOrBuilderList()
static com.google.ortools.sat.RoutesSupportGraphProto getDefaultInstance()
static com.google.ortools.sat.RoutesSupportGraphProto parseFrom(java.nio.ByteBuffer data)
com.google.ortools.sat.ArcLpValue getArcLpValues(int index)
static com.google.ortools.sat.RoutesSupportGraphProto parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.ortools.sat.RoutesSupportGraphProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
com.google.ortools.sat.ArcLpValueOrBuilder getArcLpValuesOrBuilder(int index)
static com.google.ortools.sat.RoutesSupportGraphProto parseFrom(byte[] data)
com.google.ortools.sat.RoutesSupportGraphProto getDefaultInstanceForType()
static com.google.ortools.sat.RoutesSupportGraphProto parseFrom(com.google.protobuf.ByteString data)
static Builder newBuilder(com.google.ortools.sat.RoutesSupportGraphProto prototype)
void writeTo(com.google.protobuf.CodedOutputStream output)
com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
static com.google.ortools.sat.RoutesSupportGraphProto parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.ortools.sat.RoutesSupportGraphProto parseFrom(java.io.InputStream input)
static com.google.ortools.sat.RoutesSupportGraphProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.ortools.sat.RoutesSupportGraphProto parseDelimitedFrom(java.io.InputStream input)