Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
MPIndicatorConstraint.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/linear_solver/linear_solver.proto
4// Protobuf Java Version: 4.31.1
5
6package com.google.ortools.linearsolver;
7
21@com.google.protobuf.Generated
22public final class MPIndicatorConstraint extends
23 com.google.protobuf.GeneratedMessage implements
24 // @@protoc_insertion_point(message_implements:operations_research.MPIndicatorConstraint)
26private static final long serialVersionUID = 0L;
27 static {
28 com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
29 com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
30 /* major= */ 4,
31 /* minor= */ 31,
32 /* patch= */ 1,
33 /* suffix= */ "",
34 MPIndicatorConstraint.class.getName());
35 }
36 // Use MPIndicatorConstraint.newBuilder() to construct.
37 private MPIndicatorConstraint(com.google.protobuf.GeneratedMessage.Builder<?> builder) {
38 super(builder);
39 }
40 private MPIndicatorConstraint() {
41 }
42
43 public static final com.google.protobuf.Descriptors.Descriptor
45 return com.google.ortools.linearsolver.LinearSolver.internal_static_operations_research_MPIndicatorConstraint_descriptor;
46 }
47
48 @java.lang.Override
49 protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
51 return com.google.ortools.linearsolver.LinearSolver.internal_static_operations_research_MPIndicatorConstraint_fieldAccessorTable
52 .ensureFieldAccessorsInitialized(
53 com.google.ortools.linearsolver.MPIndicatorConstraint.class, com.google.ortools.linearsolver.MPIndicatorConstraint.Builder.class);
54 }
55
56 private int bitField0_;
57 public static final int VAR_INDEX_FIELD_NUMBER = 1;
58 private int varIndex_ = 0;
68 @java.lang.Override
69 public boolean hasVarIndex() {
70 return ((bitField0_ & 0x00000001) != 0);
71 }
72
81 @java.lang.Override
82 public int getVarIndex() {
83 return varIndex_;
84 }
85
86 public static final int VAR_VALUE_FIELD_NUMBER = 2;
87 private int varValue_ = 0;
96 @java.lang.Override
97 public boolean hasVarValue() {
98 return ((bitField0_ & 0x00000002) != 0);
99 }
100
108 @java.lang.Override
109 public int getVarValue() {
110 return varValue_;
111 }
112
113 public static final int CONSTRAINT_FIELD_NUMBER = 3;
123 @java.lang.Override
124 public boolean hasConstraint() {
125 return ((bitField0_ & 0x00000004) != 0);
126 }
127
135 @java.lang.Override
137 return constraint_ == null ? com.google.ortools.linearsolver.MPConstraintProto.getDefaultInstance() : constraint_;
138 }
139
146 @java.lang.Override
148 return constraint_ == null ? com.google.ortools.linearsolver.MPConstraintProto.getDefaultInstance() : constraint_;
149 }
150
151 private byte memoizedIsInitialized = -1;
152 @java.lang.Override
153 public final boolean isInitialized() {
154 byte isInitialized = memoizedIsInitialized;
155 if (isInitialized == 1) return true;
156 if (isInitialized == 0) return false;
157
158 memoizedIsInitialized = 1;
159 return true;
160 }
161
162 @java.lang.Override
163 public void writeTo(com.google.protobuf.CodedOutputStream output)
164 throws java.io.IOException {
165 if (((bitField0_ & 0x00000001) != 0)) {
166 output.writeInt32(1, varIndex_);
167 }
168 if (((bitField0_ & 0x00000002) != 0)) {
169 output.writeInt32(2, varValue_);
170 }
171 if (((bitField0_ & 0x00000004) != 0)) {
172 output.writeMessage(3, getConstraint());
173 }
174 getUnknownFields().writeTo(output);
175 }
176
177 @java.lang.Override
178 public int getSerializedSize() {
179 int size = memoizedSize;
180 if (size != -1) return size;
181
182 size = 0;
183 if (((bitField0_ & 0x00000001) != 0)) {
184 size += com.google.protobuf.CodedOutputStream
185 .computeInt32Size(1, varIndex_);
186 }
187 if (((bitField0_ & 0x00000002) != 0)) {
188 size += com.google.protobuf.CodedOutputStream
189 .computeInt32Size(2, varValue_);
190 }
191 if (((bitField0_ & 0x00000004) != 0)) {
192 size += com.google.protobuf.CodedOutputStream
193 .computeMessageSize(3, getConstraint());
194 }
195 size += getUnknownFields().getSerializedSize();
196 memoizedSize = size;
197 return size;
198 }
199
200 @java.lang.Override
201 public boolean equals(final java.lang.Object obj) {
202 if (obj == this) {
203 return true;
204 }
205 if (!(obj instanceof com.google.ortools.linearsolver.MPIndicatorConstraint)) {
206 return super.equals(obj);
207 }
208 com.google.ortools.linearsolver.MPIndicatorConstraint other = (com.google.ortools.linearsolver.MPIndicatorConstraint) obj;
209
210 if (hasVarIndex() != other.hasVarIndex()) return false;
211 if (hasVarIndex()) {
212 if (getVarIndex()
213 != other.getVarIndex()) return false;
214 }
215 if (hasVarValue() != other.hasVarValue()) return false;
216 if (hasVarValue()) {
217 if (getVarValue()
218 != other.getVarValue()) return false;
219 }
220 if (hasConstraint() != other.hasConstraint()) return false;
221 if (hasConstraint()) {
222 if (!getConstraint()
223 .equals(other.getConstraint())) return false;
224 }
225 if (!getUnknownFields().equals(other.getUnknownFields())) return false;
226 return true;
227 }
228
229 @java.lang.Override
230 public int hashCode() {
231 if (memoizedHashCode != 0) {
232 return memoizedHashCode;
233 }
234 int hash = 41;
235 hash = (19 * hash) + getDescriptor().hashCode();
236 if (hasVarIndex()) {
237 hash = (37 * hash) + VAR_INDEX_FIELD_NUMBER;
238 hash = (53 * hash) + getVarIndex();
239 }
240 if (hasVarValue()) {
241 hash = (37 * hash) + VAR_VALUE_FIELD_NUMBER;
242 hash = (53 * hash) + getVarValue();
243 }
244 if (hasConstraint()) {
245 hash = (37 * hash) + CONSTRAINT_FIELD_NUMBER;
246 hash = (53 * hash) + getConstraint().hashCode();
247 }
248 hash = (29 * hash) + getUnknownFields().hashCode();
249 memoizedHashCode = hash;
250 return hash;
251 }
252
254 java.nio.ByteBuffer data)
255 throws com.google.protobuf.InvalidProtocolBufferException {
256 return PARSER.parseFrom(data);
257 }
259 java.nio.ByteBuffer data,
260 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
261 throws com.google.protobuf.InvalidProtocolBufferException {
262 return PARSER.parseFrom(data, extensionRegistry);
263 }
265 com.google.protobuf.ByteString data)
266 throws com.google.protobuf.InvalidProtocolBufferException {
267 return PARSER.parseFrom(data);
268 }
270 com.google.protobuf.ByteString data,
271 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
272 throws com.google.protobuf.InvalidProtocolBufferException {
273 return PARSER.parseFrom(data, extensionRegistry);
274 }
276 throws com.google.protobuf.InvalidProtocolBufferException {
277 return PARSER.parseFrom(data);
278 }
280 byte[] data,
281 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
282 throws com.google.protobuf.InvalidProtocolBufferException {
283 return PARSER.parseFrom(data, extensionRegistry);
284 }
286 throws java.io.IOException {
287 return com.google.protobuf.GeneratedMessage
288 .parseWithIOException(PARSER, input);
289 }
291 java.io.InputStream input,
292 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
293 throws java.io.IOException {
294 return com.google.protobuf.GeneratedMessage
295 .parseWithIOException(PARSER, input, extensionRegistry);
296 }
297
299 throws java.io.IOException {
300 return com.google.protobuf.GeneratedMessage
301 .parseDelimitedWithIOException(PARSER, input);
302 }
303
305 java.io.InputStream input,
306 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
307 throws java.io.IOException {
308 return com.google.protobuf.GeneratedMessage
309 .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
310 }
312 com.google.protobuf.CodedInputStream input)
313 throws java.io.IOException {
314 return com.google.protobuf.GeneratedMessage
315 .parseWithIOException(PARSER, input);
316 }
318 com.google.protobuf.CodedInputStream input,
319 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
320 throws java.io.IOException {
321 return com.google.protobuf.GeneratedMessage
322 .parseWithIOException(PARSER, input, extensionRegistry);
323 }
324
325 @java.lang.Override
326 public Builder newBuilderForType() { return newBuilder(); }
327 public static Builder newBuilder() {
328 return DEFAULT_INSTANCE.toBuilder();
329 }
330 public static Builder newBuilder(com.google.ortools.linearsolver.MPIndicatorConstraint prototype) {
331 return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
332 }
333 @java.lang.Override
335 return this == DEFAULT_INSTANCE
336 ? new Builder() : new Builder().mergeFrom(this);
337 }
338
339 @java.lang.Override
341 com.google.protobuf.GeneratedMessage.BuilderParent parent) {
342 Builder builder = new Builder(parent);
343 return builder;
344 }
345
358 public static final class Builder extends
359 com.google.protobuf.GeneratedMessage.Builder<Builder> implements
360 // @@protoc_insertion_point(builder_implements:operations_research.MPIndicatorConstraint)
362 public static final com.google.protobuf.Descriptors.Descriptor
364 return com.google.ortools.linearsolver.LinearSolver.internal_static_operations_research_MPIndicatorConstraint_descriptor;
365 }
366
367 @java.lang.Override
368 protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
370 return com.google.ortools.linearsolver.LinearSolver.internal_static_operations_research_MPIndicatorConstraint_fieldAccessorTable
371 .ensureFieldAccessorsInitialized(
372 com.google.ortools.linearsolver.MPIndicatorConstraint.class, com.google.ortools.linearsolver.MPIndicatorConstraint.Builder.class);
373 }
374
375 // Construct using com.google.ortools.linearsolver.MPIndicatorConstraint.newBuilder()
376 private Builder() {
377 maybeForceBuilderInitialization();
378 }
379
380 private Builder(
381 com.google.protobuf.GeneratedMessage.BuilderParent parent) {
382 super(parent);
383 maybeForceBuilderInitialization();
384 }
385 private void maybeForceBuilderInitialization() {
386 if (com.google.protobuf.GeneratedMessage
387 .alwaysUseFieldBuilders) {
388 internalGetConstraintFieldBuilder();
389 }
390 }
391 @java.lang.Override
392 public Builder clear() {
393 super.clear();
394 bitField0_ = 0;
395 varIndex_ = 0;
396 varValue_ = 0;
397 constraint_ = null;
398 if (constraintBuilder_ != null) {
399 constraintBuilder_.dispose();
400 constraintBuilder_ = null;
401 }
402 return this;
403 }
404
405 @java.lang.Override
406 public com.google.protobuf.Descriptors.Descriptor
408 return com.google.ortools.linearsolver.LinearSolver.internal_static_operations_research_MPIndicatorConstraint_descriptor;
409 }
410
411 @java.lang.Override
413 return com.google.ortools.linearsolver.MPIndicatorConstraint.getDefaultInstance();
414 }
415
416 @java.lang.Override
419 if (!result.isInitialized()) {
420 throw newUninitializedMessageException(result);
421 }
422 return result;
423 }
424
425 @java.lang.Override
427 com.google.ortools.linearsolver.MPIndicatorConstraint result = new com.google.ortools.linearsolver.MPIndicatorConstraint(this);
428 if (bitField0_ != 0) { buildPartial0(result); }
429 onBuilt();
430 return result;
431 }
432
433 private void buildPartial0(com.google.ortools.linearsolver.MPIndicatorConstraint result) {
434 int from_bitField0_ = bitField0_;
435 int to_bitField0_ = 0;
436 if (((from_bitField0_ & 0x00000001) != 0)) {
437 result.varIndex_ = varIndex_;
438 to_bitField0_ |= 0x00000001;
439 }
440 if (((from_bitField0_ & 0x00000002) != 0)) {
441 result.varValue_ = varValue_;
442 to_bitField0_ |= 0x00000002;
443 }
444 if (((from_bitField0_ & 0x00000004) != 0)) {
445 result.constraint_ = constraintBuilder_ == null
446 ? constraint_
447 : constraintBuilder_.build();
448 to_bitField0_ |= 0x00000004;
449 }
450 result.bitField0_ |= to_bitField0_;
451 }
452
453 @java.lang.Override
454 public Builder mergeFrom(com.google.protobuf.Message other) {
455 if (other instanceof com.google.ortools.linearsolver.MPIndicatorConstraint) {
456 return mergeFrom((com.google.ortools.linearsolver.MPIndicatorConstraint)other);
457 } else {
458 super.mergeFrom(other);
459 return this;
460 }
461 }
462
463 public Builder mergeFrom(com.google.ortools.linearsolver.MPIndicatorConstraint other) {
464 if (other == com.google.ortools.linearsolver.MPIndicatorConstraint.getDefaultInstance()) return this;
465 if (other.hasVarIndex()) {
466 setVarIndex(other.getVarIndex());
467 }
468 if (other.hasVarValue()) {
469 setVarValue(other.getVarValue());
470 }
471 if (other.hasConstraint()) {
472 mergeConstraint(other.getConstraint());
473 }
474 this.mergeUnknownFields(other.getUnknownFields());
475 onChanged();
476 return this;
477 }
478
479 @java.lang.Override
480 public final boolean isInitialized() {
481 return true;
482 }
483
484 @java.lang.Override
485 public Builder mergeFrom(
486 com.google.protobuf.CodedInputStream input,
487 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
488 throws java.io.IOException {
489 if (extensionRegistry == null) {
490 throw new java.lang.NullPointerException();
491 }
492 try {
493 boolean done = false;
494 while (!done) {
495 int tag = input.readTag();
496 switch (tag) {
497 case 0:
498 done = true;
499 break;
500 case 8: {
501 varIndex_ = input.readInt32();
502 bitField0_ |= 0x00000001;
503 break;
504 } // case 8
505 case 16: {
506 varValue_ = input.readInt32();
507 bitField0_ |= 0x00000002;
508 break;
509 } // case 16
510 case 26: {
511 input.readMessage(
512 internalGetConstraintFieldBuilder().getBuilder(),
513 extensionRegistry);
514 bitField0_ |= 0x00000004;
515 break;
516 } // case 26
517 default: {
518 if (!super.parseUnknownField(input, extensionRegistry, tag)) {
519 done = true; // was an endgroup tag
520 }
521 break;
522 } // default:
523 } // switch (tag)
524 } // while (!done)
525 } catch (com.google.protobuf.InvalidProtocolBufferException e) {
526 throw e.unwrapIOException();
527 } finally {
528 onChanged();
529 } // finally
530 return this;
531 }
532 private int bitField0_;
533
534 private int varIndex_ ;
544 @java.lang.Override
545 public boolean hasVarIndex() {
546 return ((bitField0_ & 0x00000001) != 0);
547 }
548
557 @java.lang.Override
558 public int getVarIndex() {
559 return varIndex_;
560 }
561
571 public Builder setVarIndex(int value) {
572
573 varIndex_ = value;
574 bitField0_ |= 0x00000001;
575 onChanged();
576 return this;
577 }
578
587 public Builder clearVarIndex() {
588 bitField0_ = (bitField0_ & ~0x00000001);
589 varIndex_ = 0;
590 onChanged();
591 return this;
592 }
593
594 private int varValue_ ;
603 @java.lang.Override
604 public boolean hasVarValue() {
605 return ((bitField0_ & 0x00000002) != 0);
606 }
607
615 @java.lang.Override
616 public int getVarValue() {
617 return varValue_;
618 }
619
628 public Builder setVarValue(int value) {
629
630 varValue_ = value;
631 bitField0_ |= 0x00000002;
632 onChanged();
633 return this;
634 }
635
643 public Builder clearVarValue() {
644 bitField0_ = (bitField0_ & ~0x00000002);
645 varValue_ = 0;
646 onChanged();
647 return this;
648 }
649
651 private com.google.protobuf.SingleFieldBuilder<
652 com.google.ortools.linearsolver.MPConstraintProto, com.google.ortools.linearsolver.MPConstraintProto.Builder, com.google.ortools.linearsolver.MPConstraintProtoOrBuilder> constraintBuilder_;
661 public boolean hasConstraint() {
662 return ((bitField0_ & 0x00000004) != 0);
663 }
664
673 if (constraintBuilder_ == null) {
674 return constraint_ == null ? com.google.ortools.linearsolver.MPConstraintProto.getDefaultInstance() : constraint_;
675 } else {
676 return constraintBuilder_.getMessage();
677 }
678 }
679
686 public Builder setConstraint(com.google.ortools.linearsolver.MPConstraintProto value) {
687 if (constraintBuilder_ == null) {
688 if (value == null) {
689 throw new NullPointerException();
690 }
691 constraint_ = value;
692 } else {
693 constraintBuilder_.setMessage(value);
694 }
695 bitField0_ |= 0x00000004;
696 onChanged();
697 return this;
698 }
699
706 public Builder setConstraint(
707 com.google.ortools.linearsolver.MPConstraintProto.Builder builderForValue) {
708 if (constraintBuilder_ == null) {
709 constraint_ = builderForValue.build();
710 } else {
711 constraintBuilder_.setMessage(builderForValue.build());
712 }
713 bitField0_ |= 0x00000004;
714 onChanged();
715 return this;
716 }
717
724 public Builder mergeConstraint(com.google.ortools.linearsolver.MPConstraintProto value) {
725 if (constraintBuilder_ == null) {
726 if (((bitField0_ & 0x00000004) != 0) &&
727 constraint_ != null &&
728 constraint_ != com.google.ortools.linearsolver.MPConstraintProto.getDefaultInstance()) {
729 getConstraintBuilder().mergeFrom(value);
730 } else {
731 constraint_ = value;
732 }
733 } else {
734 constraintBuilder_.mergeFrom(value);
735 }
736 if (constraint_ != null) {
737 bitField0_ |= 0x00000004;
738 onChanged();
739 }
740 return this;
741 }
742
749 public Builder clearConstraint() {
750 bitField0_ = (bitField0_ & ~0x00000004);
751 constraint_ = null;
752 if (constraintBuilder_ != null) {
753 constraintBuilder_.dispose();
754 constraintBuilder_ = null;
755 }
756 onChanged();
757 return this;
758 }
759
767 bitField0_ |= 0x00000004;
768 onChanged();
769 return internalGetConstraintFieldBuilder().getBuilder();
770 }
771
779 if (constraintBuilder_ != null) {
780 return constraintBuilder_.getMessageOrBuilder();
781 } else {
782 return constraint_ == null ?
783 com.google.ortools.linearsolver.MPConstraintProto.getDefaultInstance() : constraint_;
784 }
785 }
786
793 private com.google.protobuf.SingleFieldBuilder<
794 com.google.ortools.linearsolver.MPConstraintProto, com.google.ortools.linearsolver.MPConstraintProto.Builder, com.google.ortools.linearsolver.MPConstraintProtoOrBuilder>
795 internalGetConstraintFieldBuilder() {
796 if (constraintBuilder_ == null) {
797 constraintBuilder_ = new com.google.protobuf.SingleFieldBuilder<
798 com.google.ortools.linearsolver.MPConstraintProto, com.google.ortools.linearsolver.MPConstraintProto.Builder, com.google.ortools.linearsolver.MPConstraintProtoOrBuilder>(
800 getParentForChildren(),
801 isClean());
802 constraint_ = null;
803 }
804 return constraintBuilder_;
805 }
806
807 // @@protoc_insertion_point(builder_scope:operations_research.MPIndicatorConstraint)
808 }
809
810 // @@protoc_insertion_point(class_scope:operations_research.MPIndicatorConstraint)
811 private static final com.google.ortools.linearsolver.MPIndicatorConstraint DEFAULT_INSTANCE;
812 static {
813 DEFAULT_INSTANCE = new com.google.ortools.linearsolver.MPIndicatorConstraint();
814 }
815
817 return DEFAULT_INSTANCE;
818 }
819
820 private static final com.google.protobuf.Parser<MPIndicatorConstraint>
821 PARSER = new com.google.protobuf.AbstractParser<MPIndicatorConstraint>() {
822 @java.lang.Override
823 public MPIndicatorConstraint parsePartialFrom(
824 com.google.protobuf.CodedInputStream input,
825 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
826 throws com.google.protobuf.InvalidProtocolBufferException {
827 Builder builder = newBuilder();
828 try {
829 builder.mergeFrom(input, extensionRegistry);
830 } catch (com.google.protobuf.InvalidProtocolBufferException e) {
831 throw e.setUnfinishedMessage(builder.buildPartial());
832 } catch (com.google.protobuf.UninitializedMessageException e) {
833 throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
834 } catch (java.io.IOException e) {
835 throw new com.google.protobuf.InvalidProtocolBufferException(e)
836 .setUnfinishedMessage(builder.buildPartial());
837 }
838 return builder.buildPartial();
839 }
840 };
841
842 public static com.google.protobuf.Parser<MPIndicatorConstraint> parser() {
843 return PARSER;
844 }
845
846 @java.lang.Override
847 public com.google.protobuf.Parser<MPIndicatorConstraint> getParserForType() {
848 return PARSER;
849 }
850
851 @java.lang.Override
855
856}
857
com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Builder mergeConstraint(com.google.ortools.linearsolver.MPConstraintProto value)
com.google.ortools.linearsolver.MPConstraintProto getConstraint()
Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
com.google.ortools.linearsolver.MPConstraintProtoOrBuilder getConstraintOrBuilder()
Builder setConstraint(com.google.ortools.linearsolver.MPConstraintProto value)
Builder mergeFrom(com.google.ortools.linearsolver.MPIndicatorConstraint other)
com.google.ortools.linearsolver.MPIndicatorConstraint buildPartial()
com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
com.google.ortools.linearsolver.MPConstraintProto.Builder getConstraintBuilder()
static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
com.google.ortools.linearsolver.MPIndicatorConstraint getDefaultInstanceForType()
com.google.ortools.linearsolver.MPIndicatorConstraint build()
Builder setConstraint(com.google.ortools.linearsolver.MPConstraintProto.Builder builderForValue)
static com.google.ortools.linearsolver.MPIndicatorConstraint parseDelimitedFrom(java.io.InputStream input)
static com.google.ortools.linearsolver.MPIndicatorConstraint parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.ortools.linearsolver.MPIndicatorConstraint parseFrom(byte[] data)
static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
static com.google.ortools.linearsolver.MPIndicatorConstraint parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.ortools.linearsolver.MPIndicatorConstraint parseFrom(java.nio.ByteBuffer data)
static com.google.ortools.linearsolver.MPIndicatorConstraint parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.ortools.linearsolver.MPIndicatorConstraint parseFrom(com.google.protobuf.CodedInputStream input)
static com.google.ortools.linearsolver.MPIndicatorConstraint parseFrom(java.io.InputStream input)
com.google.ortools.linearsolver.MPConstraintProto getConstraint()
com.google.ortools.linearsolver.MPIndicatorConstraint getDefaultInstanceForType()
static Builder newBuilder(com.google.ortools.linearsolver.MPIndicatorConstraint prototype)
static com.google.protobuf.Parser< MPIndicatorConstraint > parser()
static com.google.ortools.linearsolver.MPIndicatorConstraint getDefaultInstance()
static com.google.ortools.linearsolver.MPIndicatorConstraint parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
void writeTo(com.google.protobuf.CodedOutputStream output)
static com.google.ortools.linearsolver.MPIndicatorConstraint parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
com.google.protobuf.Parser< MPIndicatorConstraint > getParserForType()
static com.google.ortools.linearsolver.MPIndicatorConstraint parseFrom(com.google.protobuf.ByteString data)
com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
com.google.ortools.linearsolver.MPConstraintProtoOrBuilder getConstraintOrBuilder()
static com.google.ortools.linearsolver.MPIndicatorConstraint parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)