Dice Question Streamline Icon: https://streamlinehq.com

Combinatorial formulation of the graph enclosure algorithm

Develop a purely combinatorial formulation of the fixed‑parameter tractable algorithm for Graph‑Enclosure‑with‑Penalties (on a connected plane graph with positive edge weights and face penalties) that avoids reliance on a straight‑line geometric embedding and depends only on the graph’s combinatorial embedding (rotation system) and face structure.

Information Square Streamline Icon: https://streamlinehq.com

Background

To solve Graph‑Enclosure‑with‑Penalties, the paper reduces to a geometric instance via a straight‑line embedding of the input plane graph and then applies a geometric dynamic program. The subproblems and their structure crucially depend on the embedding, making geometric assumptions central to the method.

The authors explicitly state that they do not know how to cast the algorithm in a purely combinatorial setting—i.e., directly in terms of the plane graph’s rotation system and faces without a geometric embedding—thereby posing a concrete unresolved question.

References

This imposition of geometry seems artificial, but oddly enough, we do not know how to formulate our algorithm in a purely combinatorial setting.

Finding a Shortest Curve that Separates Few Objects from Many (2504.03558 - Biedl et al., 4 Apr 2025) in Section 1, Introduction (A common framework)