Issue1233

Title report unsolvability for bounded search algos if the bound was not used
Priority wish Status chatting
Superseder Nosy List jendrik, malte, simon
Assigned To Keywords
Optional summary

Created on 2026-07-28.16:11:11 by simon, last changed by simon.

Messages
msg12125 (view) Author: simon Date: 2026-07-28.16:21:56
related PR:
https://github.com/aibasel/downward/pull/303
msg12124 (view) Author: simon Date: 2026-07-28.16:11:11
issue1201 introduced reports about unsolvability and unsolvability within a bound of the search algorithm.
If the search algorithm has any bound (and terminates without finding a solution) it will report unsolvable within the bound.
This is correct but less informative than it could be in some cases.

If the given bound was never used we can treat it as if the bound was infinity.
History
Date User Action Args
2026-07-28 16:21:56simonsetmessages: + msg12125
2026-07-28 16:11:11simoncreate