plaans / aries

Toolbox for automated planning and combinatorial solving.
MIT License
43 stars 6 forks source link

Synchronize start/end of method with subtasks #22

Open arbimo opened 2 years ago

arbimo commented 2 years ago

Enforce that the start/end of a method equal to the start/end of earliest/latest subtask.

Currently we only enforce that all subtasks are contained within the methods. However a method could "start" before its first subtask This is unsound on partial-order domains with method preconditions.