public interface MPArrayWithConstantConstraintOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
double |
getConstant()
optional double constant = 2; |
int |
getResultantVarIndex()
optional int32 resultant_var_index = 3; |
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 |
hasConstant()
optional double constant = 2; |
boolean |
hasResultantVarIndex()
optional int32 resultant_var_index = 3; |
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. resultant_var = f(var_1, var_2, ..., constant)
repeated int32 var_index = 1;
int getVarIndexCount()
Variable indices are relative to the "variable" field in MPModelProto. resultant_var = f(var_1, var_2, ..., constant)
repeated int32 var_index = 1;
int getVarIndex(int index)
Variable indices are relative to the "variable" field in MPModelProto. resultant_var = f(var_1, var_2, ..., constant)
repeated int32 var_index = 1;
index
- The index of the element to return.boolean hasConstant()
optional double constant = 2;
double getConstant()
optional double constant = 2;
boolean hasResultantVarIndex()
optional int32 resultant_var_index = 3;
int getResultantVarIndex()
optional int32 resultant_var_index = 3;
Copyright © 2025. All rights reserved.