- Up - | Next >> |
Every DomainProduct
object is equipped with feature range
giving the range , feature empty
for the empty set, and feature full
for the set of all the integers in the range:
feat range empty full
and also with attributes divisors
and domains
which are as described for function DecodeInts
. Attribute value2set
is a dictionary mapping each value , from some domain , to the set of integers encoding the tuples in which this value occurs.
attr divisors domains value2set
- Up - | Next >> |