Papers
Topics
Authors
Recent
2000 character limit reached

Rectangular Partitions of a Rectilinear Polygon

Published 3 Nov 2021 in cs.CG | (2111.01970v1)

Abstract: We investigate the problem of partitioning a rectilinear polygon $P$ with $n$ vertices and no holes % with no holes into rectangles using disjoint line segments drawn inside $P$ under two optimality criteria. In the minimum ink partition, the total length of the line segments drawn inside $P$ is minimized. We present an $O(n3)$-time algorithm using $O(n2)$ space that returns a minimum ink partition of $P$. In the thick partition, the minimum side length over all resulting rectangles is maximized. We present an $O(n3 \log2{n})$-time algorithm using $O(n3)$ space that returns a thick partition using line segments incident to vertices of $P$, and an $O(n6 \log2{n})$-time algorithm using $O(n6)$ space that returns a thick partition using line segments incident to the boundary of $P$. We also show that if the input rectilinear polygon has holes, the corresponding decision problem for the thick partition problem using line segments incident to vertices of the polygon is NP-complete. We also present an $O(m3)$-time $3$-approximation algorithm for the minimum ink partition for a rectangle containing $m$ point holes.

Citations (2)

Summary

We haven't generated a summary for this paper yet.

Whiteboard

Paper to Video (Beta)

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Continue Learning

We haven't generated follow-up questions for this paper yet.

Authors (3)

Collections

Sign up for free to add this paper to one or more collections.