Package org.episteme.core.mathematics.structures.lattices
package org.episteme.core.mathematics.structures.lattices
-
InterfacesClassDescriptionLattice<E>A lattice is a set equipped with two commutative, associative and idempotent binary operations: join (∨) and meet (∧), connected by absorption laws.SemiLattice<E>A set equipped with a commutative, associative and idempotent binary operation.