1

Is there a simple/efficient way of enumerating the elements of a free distributive lattice?

(I'm doing some computations with them, and listing their elements in what's probably the least efficient way possible...)

1 Answers1

1

It's equivalent to enumerating monotone Boolean functions, e.g. see Fidytek et al. Algorithms counting monotone Boolean functions

Bill Dubuque
  • 282,220