treams.Lattice.isdisjoint

Lattice.isdisjoint(other)

Test if lattices are disjoint.

Lattices are considered disjoint if their alignments are disjoint.

Example

>>> Lattice([1, 2, 3]).isdisjoint(Lattice(1))
False
Parameters:

other (Lattice) – Lattice to compare with.

Returns:

bool