Exact exponential algorithms for two poset problems
L\'aszl\'o Kozma

TL;DR
This paper presents exact exponential algorithms for computing the number of linear extensions of two-dimensional posets and solving the jump number problem more efficiently than previous methods.
Contribution
It introduces faster algorithms with time complexities of O(1.8172^n) for two-dimensional posets and O(1.824^n) for the jump number problem, improving prior bounds.
Findings
Number of linear extensions for 2D posets can be computed in O(1.8172^n) time.
Jump number problem can be solved in O(1.824^n) time, improving previous bounds.
Provides the first sub-exponential algorithms for these poset problems.
Abstract
Partially ordered sets (posets) are fundamental combinatorial objects with important applications in computer science. Perhaps the most natural algorithmic task, given a size- poset, is to compute its number of linear extensions. In 1991 Brightwell and Winkler showed this problem to be -hard. In spite of extensive research, the fastest known algorithm is still the straightforward -time dynamic programming (an adaptation of the Bellman-Held-Karp algorithm for the TSP). Very recently, Dittmer and Pak showed that the problem remains -hard for two-dimensional posets, and no algorithm was known to break the -barrier even in this special case. The question of whether the two-dimensional problem is easier than the general case was raised decades ago by M\"ohring, Felsner and Wernisch, and others. In this paper we show that the number of linear extensions of a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOptimization and Search Problems · Advanced Graph Theory Research · Complexity and Algorithms in Graphs
