public interface ElementConstraintProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
LinearExpressionProto |
getExprs(int index)
repeated .operations_research.sat.LinearExpressionProto exprs = 6; |
int |
getExprsCount()
repeated .operations_research.sat.LinearExpressionProto exprs = 6; |
java.util.List<LinearExpressionProto> |
getExprsList()
repeated .operations_research.sat.LinearExpressionProto exprs = 6; |
LinearExpressionProtoOrBuilder |
getExprsOrBuilder(int index)
repeated .operations_research.sat.LinearExpressionProto exprs = 6; |
java.util.List<? extends LinearExpressionProtoOrBuilder> |
getExprsOrBuilderList()
repeated .operations_research.sat.LinearExpressionProto exprs = 6; |
int |
getIndex()
Legacy field.
|
LinearExpressionProto |
getLinearIndex()
All expressions below must be affine function with at most one variable.
|
LinearExpressionProtoOrBuilder |
getLinearIndexOrBuilder()
All expressions below must be affine function with at most one variable.
|
LinearExpressionProto |
getLinearTarget()
.operations_research.sat.LinearExpressionProto linear_target = 5; |
LinearExpressionProtoOrBuilder |
getLinearTargetOrBuilder()
.operations_research.sat.LinearExpressionProto linear_target = 5; |
int |
getTarget()
Legacy field.
|
int |
getVars(int index)
Legacy field.
|
int |
getVarsCount()
Legacy field.
|
java.util.List<java.lang.Integer> |
getVarsList()
Legacy field.
|
boolean |
hasLinearIndex()
All expressions below must be affine function with at most one variable.
|
boolean |
hasLinearTarget()
.operations_research.sat.LinearExpressionProto linear_target = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getIndex()
Legacy field.
int32 index = 1;
int getTarget()
Legacy field.
int32 target = 2;
java.util.List<java.lang.Integer> getVarsList()
Legacy field.
repeated int32 vars = 3;
int getVarsCount()
Legacy field.
repeated int32 vars = 3;
int getVars(int index)
Legacy field.
repeated int32 vars = 3;
index
- The index of the element to return.boolean hasLinearIndex()
All expressions below must be affine function with at most one variable.
.operations_research.sat.LinearExpressionProto linear_index = 4;
LinearExpressionProto getLinearIndex()
All expressions below must be affine function with at most one variable.
.operations_research.sat.LinearExpressionProto linear_index = 4;
LinearExpressionProtoOrBuilder getLinearIndexOrBuilder()
All expressions below must be affine function with at most one variable.
.operations_research.sat.LinearExpressionProto linear_index = 4;
boolean hasLinearTarget()
.operations_research.sat.LinearExpressionProto linear_target = 5;
LinearExpressionProto getLinearTarget()
.operations_research.sat.LinearExpressionProto linear_target = 5;
LinearExpressionProtoOrBuilder getLinearTargetOrBuilder()
.operations_research.sat.LinearExpressionProto linear_target = 5;
java.util.List<LinearExpressionProto> getExprsList()
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
LinearExpressionProto getExprs(int index)
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
int getExprsCount()
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
java.util.List<? extends LinearExpressionProtoOrBuilder> getExprsOrBuilderList()
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
LinearExpressionProtoOrBuilder getExprsOrBuilder(int index)
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
Copyright © 2025. All rights reserved.