Skip to content

Commit

Permalink
Update PDDL and HDDL utils to version 3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpgoldman committed Oct 18, 2023
1 parent 81e5358 commit 04fb45c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions shop3/shop3.asd
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,13 @@ minimal affected subtree."
)

(defsystem "shop3/hddl"
:depends-on ("shop3" "hddl-utils")
:depends-on ("shop3" (:version "hddl-utils" "3"))
:pathname "hddl/"
:serial t
:components ((:file "package")
(:file "hddl-plan" :depends-on ("package"))
(:file "hddl-problem" :depends-on ("package"))))
;; (:file "hddl-problem" :depends-on ("package"))
))


;;;---------------------------------------------------------------------------
Expand Down

0 comments on commit 04fb45c

Please sign in to comment.