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 ElementConstraintProtoElementConstraintProto.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 ElementConstraintProtoElementConstraintProto.parseDelimitedFrom(InputStream input) static ElementConstraintProtoElementConstraintProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ElementConstraintProtoElementConstraintProto.parseFrom(byte[] data) static ElementConstraintProtoElementConstraintProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ElementConstraintProtoElementConstraintProto.parseFrom(com.google.protobuf.ByteString data) static ElementConstraintProtoElementConstraintProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ElementConstraintProtoElementConstraintProto.parseFrom(com.google.protobuf.CodedInputStream input) static ElementConstraintProtoElementConstraintProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ElementConstraintProtoElementConstraintProto.parseFrom(InputStream input) static ElementConstraintProtoElementConstraintProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ElementConstraintProtoElementConstraintProto.parseFrom(ByteBuffer data) static ElementConstraintProtoElementConstraintProto.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.