Fixed-Parameter Tractable Algorithms for Corridor Guarding Problems
Remi Raman, R Subashini, Subhasree Methirumangalath

TL;DR
This paper introduces fixed-parameter tractable algorithms for various corridor guarding problems in orthogonal arrangements, addressing NP-Complete cases by parameterizing key aspects like walk length and number of rooms.
Contribution
It establishes FPT algorithms for k-CMST, k-CTSP, b-MLC, and k-MCC, providing new solutions for these NP-Complete corridor guarding problems.
Findings
k-CMST/k-CTSP are FPT with respect to k.
b-MLC is FPT with respect to link-distance b.
k-MCC is FPT with respect to the number of rooms k.
Abstract
Given an orthogonal connected arrangement of line-segments, Minimum Corridor Guarding(MCG) problem asks for an optimal tree/closed walk such that, if a guard moves through the tree/closed walk, all the line-segments are visited by the guard. This problem is referred to as Corridor-MST/Corridor-TSP (CMST/CTSP) for the cases when the guarding walk is a tree/closed walk, respectively. The corresponding decision version of MCG is shown to be NP-Complete[1]. The parameterized version of CMST/CTSP referred to as k-CMST/k-CTSP, asks for an optimal tree/closed walk on at most k vertices, that visits all the line-segments. Here, vertices correspond to the endpoints and intersection points of the input line-segments. We show that k-CMST/k-CTSP is fixed-parameter tractable (FPT) with respect to the parameter k. Next, we propose a variant of CTSP referred to as Minimum Link CTSP(MLC), in which the…
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
TopicsComputational Geometry and Mesh Generation · Smart Parking Systems Research · Robotic Path Planning Algorithms
