Uses of Class
com.google.ortools.sat.InverseConstraintProto
| Package | Description |
|---|---|
| com.google.ortools.sat |
-
Uses of InverseConstraintProto in com.google.ortools.sat
Methods in com.google.ortools.sat that return InverseConstraintProto Modifier and Type Method Description InverseConstraintProtoInverseConstraintProto.Builder. build()InverseConstraintProtoInverseConstraintProto.Builder. buildPartial()static InverseConstraintProtoInverseConstraintProto. getDefaultInstance()InverseConstraintProtoInverseConstraintProto.Builder. getDefaultInstanceForType()InverseConstraintProtoInverseConstraintProto. getDefaultInstanceForType()InverseConstraintProtoConstraintProto.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.InverseConstraintProtoConstraintProto. 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.InverseConstraintProtoConstraintProtoOrBuilder. 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(java.io.InputStream input)static InverseConstraintProtoInverseConstraintProto. parseDelimitedFrom(java.io.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(java.io.InputStream input)static InverseConstraintProtoInverseConstraintProto. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InverseConstraintProtoInverseConstraintProto. parseFrom(java.nio.ByteBuffer data)static InverseConstraintProtoInverseConstraintProto. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.ortools.sat that return types with arguments of type InverseConstraintProto Modifier and Type Method Description com.google.protobuf.Parser<InverseConstraintProto>InverseConstraintProto. getParserForType()static com.google.protobuf.Parser<InverseConstraintProto>InverseConstraintProto. parser()Methods in com.google.ortools.sat with parameters of type InverseConstraintProto Modifier and Type Method Description InverseConstraintProto.BuilderInverseConstraintProto.Builder. mergeFrom(InverseConstraintProto other)ConstraintProto.BuilderConstraintProto.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.static InverseConstraintProto.BuilderInverseConstraintProto. newBuilder(InverseConstraintProto prototype)ConstraintProto.BuilderConstraintProto.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.