public final class ElementConstraintProto extends com.google.protobuf.GeneratedMessage implements ElementConstraintProtoOrBuilder
The constraint target = vars[index]. This enforces that index takes one of the value in [0, vars_size()).Protobuf type
operations_research.sat.ElementConstraintProto
Modifier and Type | Class and Description |
---|---|
static class |
ElementConstraintProto.Builder
The constraint target = vars[index].
|
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message,T>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
EXPRS_FIELD_NUMBER |
static int |
INDEX_FIELD_NUMBER |
static int |
LINEAR_INDEX_FIELD_NUMBER |
static int |
LINEAR_TARGET_FIELD_NUMBER |
static int |
TARGET_FIELD_NUMBER |
static int |
VARS_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static ElementConstraintProto |
getDefaultInstance() |
ElementConstraintProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.Parser<ElementConstraintProto> |
getParserForType() |
int |
getSerializedSize() |
int |
getTarget()
Legacy field.
|
int |
getVars(int index)
Legacy field.
|
int |
getVarsCount()
Legacy field.
|
java.util.List<java.lang.Integer> |
getVarsList()
Legacy field.
|
int |
hashCode() |
boolean |
hasLinearIndex()
All expressions below must be affine function with at most one variable.
|
boolean |
hasLinearTarget()
.operations_research.sat.LinearExpressionProto linear_target = 5; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ElementConstraintProto.Builder |
newBuilder() |
static ElementConstraintProto.Builder |
newBuilder(ElementConstraintProto prototype) |
ElementConstraintProto.Builder |
newBuilderForType() |
protected ElementConstraintProto.Builder |
newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
static ElementConstraintProto |
parseDelimitedFrom(java.io.InputStream input) |
static ElementConstraintProto |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ElementConstraintProto |
parseFrom(byte[] data) |
static ElementConstraintProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ElementConstraintProto |
parseFrom(java.nio.ByteBuffer data) |
static ElementConstraintProto |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ElementConstraintProto |
parseFrom(com.google.protobuf.ByteString data) |
static ElementConstraintProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ElementConstraintProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ElementConstraintProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ElementConstraintProto |
parseFrom(java.io.InputStream input) |
static ElementConstraintProto |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ElementConstraintProto> |
parser() |
ElementConstraintProto.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashFields, toString
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int INDEX_FIELD_NUMBER
public static final int TARGET_FIELD_NUMBER
public static final int VARS_FIELD_NUMBER
public static final int LINEAR_INDEX_FIELD_NUMBER
public static final int LINEAR_TARGET_FIELD_NUMBER
public static final int EXPRS_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public int getIndex()
Legacy field.
int32 index = 1;
getIndex
in interface ElementConstraintProtoOrBuilder
public int getTarget()
Legacy field.
int32 target = 2;
getTarget
in interface ElementConstraintProtoOrBuilder
public java.util.List<java.lang.Integer> getVarsList()
Legacy field.
repeated int32 vars = 3;
getVarsList
in interface ElementConstraintProtoOrBuilder
public int getVarsCount()
Legacy field.
repeated int32 vars = 3;
getVarsCount
in interface ElementConstraintProtoOrBuilder
public int getVars(int index)
Legacy field.
repeated int32 vars = 3;
getVars
in interface ElementConstraintProtoOrBuilder
index
- The index of the element to return.public boolean hasLinearIndex()
All expressions below must be affine function with at most one variable.
.operations_research.sat.LinearExpressionProto linear_index = 4;
hasLinearIndex
in interface ElementConstraintProtoOrBuilder
public LinearExpressionProto getLinearIndex()
All expressions below must be affine function with at most one variable.
.operations_research.sat.LinearExpressionProto linear_index = 4;
getLinearIndex
in interface ElementConstraintProtoOrBuilder
public LinearExpressionProtoOrBuilder getLinearIndexOrBuilder()
All expressions below must be affine function with at most one variable.
.operations_research.sat.LinearExpressionProto linear_index = 4;
getLinearIndexOrBuilder
in interface ElementConstraintProtoOrBuilder
public boolean hasLinearTarget()
.operations_research.sat.LinearExpressionProto linear_target = 5;
hasLinearTarget
in interface ElementConstraintProtoOrBuilder
public LinearExpressionProto getLinearTarget()
.operations_research.sat.LinearExpressionProto linear_target = 5;
getLinearTarget
in interface ElementConstraintProtoOrBuilder
public LinearExpressionProtoOrBuilder getLinearTargetOrBuilder()
.operations_research.sat.LinearExpressionProto linear_target = 5;
getLinearTargetOrBuilder
in interface ElementConstraintProtoOrBuilder
public java.util.List<LinearExpressionProto> getExprsList()
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
getExprsList
in interface ElementConstraintProtoOrBuilder
public java.util.List<? extends LinearExpressionProtoOrBuilder> getExprsOrBuilderList()
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
getExprsOrBuilderList
in interface ElementConstraintProtoOrBuilder
public int getExprsCount()
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
getExprsCount
in interface ElementConstraintProtoOrBuilder
public LinearExpressionProto getExprs(int index)
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
getExprs
in interface ElementConstraintProtoOrBuilder
public LinearExpressionProtoOrBuilder getExprsOrBuilder(int index)
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
getExprsOrBuilder
in interface ElementConstraintProtoOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessage
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessage
public boolean equals(java.lang.Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static ElementConstraintProto parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ElementConstraintProto parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ElementConstraintProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ElementConstraintProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ElementConstraintProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ElementConstraintProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ElementConstraintProto parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static ElementConstraintProto parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static ElementConstraintProto parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static ElementConstraintProto parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static ElementConstraintProto parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static ElementConstraintProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public ElementConstraintProto.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ElementConstraintProto.Builder newBuilder()
public static ElementConstraintProto.Builder newBuilder(ElementConstraintProto prototype)
public ElementConstraintProto.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected ElementConstraintProto.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.AbstractMessage
public static ElementConstraintProto getDefaultInstance()
public static com.google.protobuf.Parser<ElementConstraintProto> parser()
public com.google.protobuf.Parser<ElementConstraintProto> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public ElementConstraintProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2025. All rights reserved.