Rectangular Partitions of a Rectilinear Polygon

11/03/2021
by   Hwi Kim, et al.
0

We investigate the problem of partitioning a rectilinear polygon P with n vertices and no holes 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(n^3)-time algorithm using O(n^2) 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(n^3 log^2n)-time algorithm using O(n^3) space that returns a thick partition using line segments incident to vertices of P, and an O(n^6 log^2n)-time algorithm using O(n^6) 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(m^3)-time 3-approximation algorithm for the minimum ink partition for a rectangle containing m point holes.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
12/08/2020

Computing The Packedness of Curves

A polygonal curve P with n vertices is c-packed, if the sum of the lengt...
research
05/09/2018

Minimum Segmentation for Pan-genomic Founder Reconstruction in Optimal Time

Given a threshold L and a set R = {R_1, ..., R_m} of m haplotype sequenc...
research
07/02/2022

Sum-of-Max Partition under a Knapsack Constraint

Sequence partition problems arise in many fields, such as sequential dat...
research
03/18/2018

On-line Chain Partitioning Approach to Scheduling

An on-line chain partitioning algorithm receives the points of the poset...
research
10/30/2017

Rectangle Transformation Problem

In this paper, we propose the rectangle transformation problem (RTP) and...
research
02/11/2019

Fixed-Parameter Tractable Algorithms for Corridor Guarding Problems

Given an orthogonal connected arrangement of line-segments, Minimum Corr...
research
10/04/2022

Rectangular Ruler Wrapping

In 1985 Hopcroft, Joseph and Whitesides introduced the problem of foldin...

Please sign up or login with your details

Forgot password? Click here to reset