aiplan4eu / unified-planning

The AIPlan4EU Unified Planning Library
Apache License 2.0
181 stars 39 forks source link

feat(htn): Add support for exporting hierarchical problems to HDDL #577

Closed arbimo closed 6 months ago

arbimo commented 6 months ago

This PR extends the PDDLWriter to correctly handle hierarchical problem, using the HDDL extension of PDDL.

fix #506

codecov-commenter commented 6 months ago

Codecov Report

Attention: Patch coverage is 87.73585% with 13 lines in your changes are missing coverage. Please review.

Project coverage is 85.17%. Comparing base (b6f716b) to head (574ee43).

Files Patch % Lines
unified_planning/io/pddl_writer.py 84.52% 13 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #577 +/- ## ========================================== + Coverage 85.13% 85.17% +0.04% ========================================== Files 201 201 Lines 26989 27077 +88 ========================================== + Hits 22977 23064 +87 - Misses 4012 4013 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

alvalentini commented 6 months ago

LGTM!