Issue1156

Title Optimal heuristics that support conditional effects
Priority wish Status resolved
Superseder Nosy List florian
Assigned To Keywords
Optional summary
Is there any optimal heuristics to find the shortest plan that supports conditional 
effects?

Thanks.

Created on 2024-10-06.12:04:51 by carladavesa, last changed by florian.

Summary
Is there any optimal heuristics to find the shortest plan that supports conditional 
effects?

Thanks.
Messages
msg11705 (view) Author: florian Date: 2024-10-07.11:26:02
Yes, hmax and merge-and-shrink (with some caveats) support conditional effects.

You can find this information on https://www.fast-downward.org/Doc/Evaluator
by looking for "conditional effects: supported" and "admissible: yes".
History
Date User Action Args
2024-10-07 11:26:02floriansetstatus: unread -> resolved
nosy: + florian
messages: + msg11705
2024-10-06 12:04:51carladavesacreate