Issue1234

Title Compute landmarks for arbitrary states
Priority feature Status chatting
Superseder Nosy List clemens, florian, jendrik, malte
Assigned To Keywords
Optional summary

Created on 2026-07-29.11:20:17 by clemens, last changed by florian.

Messages
msg12136 (view) Author: florian Date: 2026-07-30.17:44:35
This might have some interaction with issue1209 where we want to change the way the task is passed to the factory.
msg12127 (view) Author: clemens Date: 2026-07-29.11:20:17
Currently, our landmark factories can compute landmarks for the initial state of a planning task. I would like to change their implementations to be able to compute landmarks for arbitrary states and make it the responsibility of their callers to specify they want landmarks for the initial state. While our code base currently has no use case to compute landmarks for other states, this enables future extensions, such as the inclusion of landmark cycle heuristics which recompute landmarks in every state encountered during search.
History
Date User Action Args
2026-07-30 17:44:35floriansetmessages: + msg12136
nosy: + florian
2026-07-29 11:20:17clemenscreate