Libelectrod.Tuple_setSourceType for sets of tuples.
Set of tuples. Invariant: all tuples in the tuple set have the same arity
Requires: tuples is a nonempty list for tuples of the same arity.
Tuples in a tuple set.
Computes the union of two tuple sets b1 and b2.
Requires: b1 and b2 have the same arity.
product b1 b2 computes the flat product of b1 and b2. Recall the product is empty if any of b1 or b2 is.
Computes the transitive closure of a tuple set using iterative sqaures