public interface MPArrayConstraintOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getResultantVarIndex()
optional int32 resultant_var_index = 2; |
int |
getVarIndex(int index)
Variable indices are relative to the "variable" field in MPModelProto.
|
int |
getVarIndexCount()
Variable indices are relative to the "variable" field in MPModelProto.
|
java.util.List<java.lang.Integer> |
getVarIndexList()
Variable indices are relative to the "variable" field in MPModelProto.
|
boolean |
hasResultantVarIndex()
optional int32 resultant_var_index = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.util.List<java.lang.Integer> getVarIndexList()
Variable indices are relative to the "variable" field in MPModelProto.
repeated int32 var_index = 1;
int getVarIndexCount()
Variable indices are relative to the "variable" field in MPModelProto.
repeated int32 var_index = 1;
int getVarIndex(int index)
Variable indices are relative to the "variable" field in MPModelProto.
repeated int32 var_index = 1;
index
- The index of the element to return.boolean hasResultantVarIndex()
optional int32 resultant_var_index = 2;
int getResultantVarIndex()
optional int32 resultant_var_index = 2;
Copyright © 2025. All rights reserved.