TL;DR
This paper introduces scalable algorithms with provable bounds for the Multiple Watchman Route Problem, significantly reducing search space and computation time while providing optimal and suboptimal solutions.
Contribution
The paper presents MWRP-CP3, an efficient optimal planner, along with suboptimal algorithms with solution quality bounds, advancing the state-of-the-art in MWPR solutions.
Findings
MWRP-CP3 reduces search space by over 95%.
MWRP-CP3 is over 200 times faster than existing optimal algorithms.
Suboptimal algorithms solve maps three times larger than those solvable by MWRP-CP3.
Abstract
In this paper, we tackle the Multiple Watchman Route Problem (MWRP), which aims to find a set of paths that M watchmen can follow such that every location on the map can be seen by at least one watchman. First, we propose multiple methods to reduce the state space over which a search needs to be conducted by pruning map areas that are guaranteed to be seen en route to other areas. Next, we introduce MWRP-CP3, an efficient optimal planner that combines these methods with techniques that improve the quality and calculation time of existing heuristics. We present several suboptimal algorithms with bounds on solution quality, including MxWA*, a general variant of weighted A* for makespan problems. We also present anytime variations of our suboptimal algorithms, as well as techniques to improve an existing suboptimal solution by solving multiple decomposed sub-problems. We show that MWRP-CP3…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
