Uses of Class
com.google.ortools.sat.InverseConstraintProto
Packages that use InverseConstraintProto
-
Uses of InverseConstraintProto in com.google.ortools.sat
Methods in com.google.ortools.sat that return InverseConstraintProtoModifier and TypeMethodDescriptionInverseConstraintProto.Builder.build()
InverseConstraintProto.Builder.buildPartial()
static InverseConstraintProto
InverseConstraintProto.getDefaultInstance()
InverseConstraintProto.Builder.getDefaultInstanceForType()
InverseConstraintProto.getDefaultInstanceForType()
ConstraintProto.Builder.getInverse()
The inverse constraint forces two arrays to be inverses of each other: the values of one are the indices of the other, and vice versa.ConstraintProto.getInverse()
The inverse constraint forces two arrays to be inverses of each other: the values of one are the indices of the other, and vice versa.ConstraintProtoOrBuilder.getInverse()
The inverse constraint forces two arrays to be inverses of each other: the values of one are the indices of the other, and vice versa.static InverseConstraintProto
InverseConstraintProto.parseDelimitedFrom
(InputStream input) static InverseConstraintProto
InverseConstraintProto.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InverseConstraintProto
InverseConstraintProto.parseFrom
(byte[] data) static InverseConstraintProto
InverseConstraintProto.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InverseConstraintProto
InverseConstraintProto.parseFrom
(com.google.protobuf.ByteString data) static InverseConstraintProto
InverseConstraintProto.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InverseConstraintProto
InverseConstraintProto.parseFrom
(com.google.protobuf.CodedInputStream input) static InverseConstraintProto
InverseConstraintProto.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InverseConstraintProto
InverseConstraintProto.parseFrom
(InputStream input) static InverseConstraintProto
InverseConstraintProto.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InverseConstraintProto
InverseConstraintProto.parseFrom
(ByteBuffer data) static InverseConstraintProto
InverseConstraintProto.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.sat that return types with arguments of type InverseConstraintProtoModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<InverseConstraintProto> InverseConstraintProto.getParserForType()
static com.google.protobuf.Parser
<InverseConstraintProto> InverseConstraintProto.parser()
Methods in com.google.ortools.sat with parameters of type InverseConstraintProtoModifier and TypeMethodDescriptionInverseConstraintProto.Builder.mergeFrom
(InverseConstraintProto other) ConstraintProto.Builder.mergeInverse
(InverseConstraintProto value) The inverse constraint forces two arrays to be inverses of each other: the values of one are the indices of the other, and vice versa.InverseConstraintProto.newBuilder
(InverseConstraintProto prototype) ConstraintProto.Builder.setInverse
(InverseConstraintProto value) The inverse constraint forces two arrays to be inverses of each other: the values of one are the indices of the other, and vice versa.