,
Ryo Kuroiwa
,
Jimmy H. M. Lee
,
Peter J. Stuckey
,
Allen Z. Zhong
Creative Commons Attribution 4.0 International license
Domain-independent dynamic programming (DIDP) is a model-based paradigm for dynamic programming (DP) that enables users to define DP models based on a state transition system. Heuristic search-based solvers have demonstrated strong performance in solving combinatorial optimization problems. In this paper, we formally define transition dominance in DIDP, where one transition consistently leads to better solutions than another, allowing the search process to safely ignore dominated transitions. To facilitate the efficient use of transition dominance, we introduce an interface for defining transition dominance and propose the use of state functions to cache values, thereby avoiding redundant computations when verifying transition dominance. Experimental results on DP models across multiple problem classes indicate that incorporating transition dominance and state functions yields a 5 to 10 times speed-up on average for different search algorithms within the DIDP framework compared to the baseline.
@InProceedings{beck_et_al:LIPIcs.CP.2025.5,
author = {Beck, J. Christopher and Kuroiwa, Ryo and Lee, Jimmy H. M. and Stuckey, Peter J. and Zhong, Allen Z.},
title = {{Transition Dominance in Domain-Independent Dynamic Programming}},
booktitle = {31st International Conference on Principles and Practice of Constraint Programming (CP 2025)},
pages = {5:1--5:23},
series = {Leibniz International Proceedings in Informatics (LIPIcs)},
ISBN = {978-3-95977-380-5},
ISSN = {1868-8969},
year = {2025},
volume = {340},
editor = {de la Banda, Maria Garcia},
publisher = {Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik},
address = {Dagstuhl, Germany},
URL = {https://drops.dagstuhl.de/entities/document/10.4230/LIPIcs.CP.2025.5},
URN = {urn:nbn:de:0030-drops-238661},
doi = {10.4230/LIPIcs.CP.2025.5},
annote = {Keywords: Dominance, Dynamic Programming, Combinatorial Optimization}
}