# An efficient data structure for counting all linear extensions of a   poset, calculating its jump number, and the likes

**Authors:** Marcel Wild

arXiv: 1704.07708 · 2017-04-26

## TL;DR

This paper introduces an efficient data structure that leverages compressed ideal lattice representations to count linear extensions, compute jump numbers, and facilitate distributed computation in posets.

## Contribution

It presents a novel data structure and approach for efficiently processing poset ideals, enabling scalable distributed computations for related combinatorial problems.

## Key findings

- Efficient counting of linear extensions achieved.
- Compressed ideal lattice representation reduces computational complexity.
- Supports distributed computation for large posets.

## Abstract

Achieving the goals in the title (and others) relies on a cardinality-wise scanning of the ideals of the poset. Specifically, the relevant numbers attached to the k+1 element ideals are inferred from the corresponding numbers of the k-element (order) ideals. Crucial in all of this is a compressed representation (using wildcards) of the ideal lattice. The whole scheme invites distributed computation.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1704.07708/full.md

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1704.07708/full.md

---
Source: https://tomesphere.com/paper/1704.07708