Uses of Class
com.google.ortools.sat.ElementConstraintProto
Packages that use ElementConstraintProto
-
Uses of ElementConstraintProto in com.google.ortools.sat
Methods in com.google.ortools.sat that return ElementConstraintProtoModifier and TypeMethodDescriptionElementConstraintProto.Builder.build()
ElementConstraintProto.Builder.buildPartial()
static ElementConstraintProto
ElementConstraintProto.getDefaultInstance()
ElementConstraintProto.Builder.getDefaultInstanceForType()
ElementConstraintProto.getDefaultInstanceForType()
ConstraintProto.Builder.getElement()
The element constraint forces the variable with the given index to be equal to the target.ConstraintProto.getElement()
The element constraint forces the variable with the given index to be equal to the target.ConstraintProtoOrBuilder.getElement()
The element constraint forces the variable with the given index to be equal to the target.static ElementConstraintProto
ElementConstraintProto.parseDelimitedFrom
(InputStream input) static ElementConstraintProto
ElementConstraintProto.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ElementConstraintProto
ElementConstraintProto.parseFrom
(byte[] data) static ElementConstraintProto
ElementConstraintProto.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ElementConstraintProto
ElementConstraintProto.parseFrom
(com.google.protobuf.ByteString data) static ElementConstraintProto
ElementConstraintProto.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ElementConstraintProto
ElementConstraintProto.parseFrom
(com.google.protobuf.CodedInputStream input) static ElementConstraintProto
ElementConstraintProto.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ElementConstraintProto
ElementConstraintProto.parseFrom
(InputStream input) static ElementConstraintProto
ElementConstraintProto.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ElementConstraintProto
ElementConstraintProto.parseFrom
(ByteBuffer data) static ElementConstraintProto
ElementConstraintProto.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.sat that return types with arguments of type ElementConstraintProtoModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<ElementConstraintProto> ElementConstraintProto.getParserForType()
static com.google.protobuf.Parser
<ElementConstraintProto> ElementConstraintProto.parser()
Methods in com.google.ortools.sat with parameters of type ElementConstraintProtoModifier and TypeMethodDescriptionConstraintProto.Builder.mergeElement
(ElementConstraintProto value) The element constraint forces the variable with the given index to be equal to the target.ElementConstraintProto.Builder.mergeFrom
(ElementConstraintProto other) ElementConstraintProto.newBuilder
(ElementConstraintProto prototype) ConstraintProto.Builder.setElement
(ElementConstraintProto value) The element constraint forces the variable with the given index to be equal to the target.