HYPERLATTICES

Logo

Generalized Lattice data-types for Common Lisp, including Algebraic Lattices, Hyperlattices, and Probabilistic Hyperlattices, which intends to follow the packages-as-types convention.

View the Project on GitHub thephoeron/hyperlattices

Posets (Partially Ordered Sets)

A Partially Ordered Set (or Poset) is a set of elements with a binary relation that is reflexive, antisymmetric, and transitive. A Poset is a generalization of a set with a total order, such as the set of integers with the less-than-or-equal-to relation, and a directed acyclic graph (DAG), where the binary relation is the reachability relation.