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