Skip to content

Commit

Permalink
made enhsp runnable for some test with processes
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrico Scala authored and Enrico Scala committed Oct 12, 2024
1 parent 168c1b5 commit f885fd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unified_planning/test/pddl/enhsp.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def supported_kind() -> ProblemKind:
supported_kind.set_actions_cost_kind("REAL_NUMBERS_IN_ACTIONS_COST")
supported_kind.set_actions_cost_kind("STATIC_FLUENTS_IN_ACTIONS_COST")
supported_kind.set_actions_cost_kind("FLUENTS_IN_ACTIONS_COST")
supported_kind.set_time("PROCESSES")
return supported_kind

@staticmethod
Expand Down

0 comments on commit f885fd0

Please sign in to comment.