Skip to content

Commit

Permalink
Add IPC 2023 domains to group_domains() filter.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Dec 12, 2023
1 parent 9c72dc3 commit 4af49c0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/downward/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def parse_args():
"woodworking-opt08-strips", "woodworking-opt11-strips", "zenotravel",
]


DOMAIN_GROUPS = {
"airport": ["airport"],
"assembly": ["assembly"],
Expand All @@ -125,11 +126,13 @@ def parse_args():
"floortile": [
"floortile-opt11-strips", "floortile-opt14-strips",
"floortile-sat11-strips", "floortile-sat14-strips"],
"folding": ["folding-opt23-adl", "folding-sat23-adl"],
"freecell": ["freecell"],
"ged": ["ged-opt14-strips", "ged-sat14-strips"],
"grid": ["grid"],
"gripper": ["gripper"],
"hiking": ["hiking-opt14-strips", "hiking-sat14-strips"],
"labyrinth": ["labyrinth-opt23-adl", "labyrinth-sat23-adl"],
"logistics": ["logistics98", "logistics00"],
"maintenance": ["maintenance-opt14-adl", "maintenance-sat14-adl"],
"miconic": ["miconic", "miconic-strips"],
Expand Down Expand Up @@ -158,11 +161,16 @@ def parse_args():
"pipes-nt": ["pipesworld-notankage"],
"pipes-t": ["pipesworld-tankage"],
"psr": ["psr-middle", "psr-large", "psr-small"],
"quantum-layout": ["quantum-layout-opt23-strips", "quantum-layout-sat23-strips"],
"recharging-robots": ["recharging-robots-opt23-adl", "recharging-robots-sat23-adl"],
"ricochet-robots": ["ricochet-robots-opt23-adl", "ricochet-robots-sat23-adl"],
"rovers": ["rover", "rovers"],
"rubiks-cube": ["rubiks-cube-opt23-adl", "rubiks-cube-sat23-adl"],
"satellite": ["satellite"],
"scanalyzer": [
"scanalyzer-08-strips", "scanalyzer-opt11-strips", "scanalyzer-sat11-strips"],
"schedule": ["schedule"],
"slitherlink": ["slitherlink-opt23-adl", "slitherlink-sat23-adl"],
"sokoban": [
"sokoban-opt08-strips", "sokoban-opt11-strips",
"sokoban-sat08-strips", "sokoban-sat11-strips"],
Expand Down

0 comments on commit 4af49c0

Please sign in to comment.