Skip to content

Commit

Permalink
Updating to latest enhsp.
Browse files Browse the repository at this point in the history
  • Loading branch information
haz committed Nov 20, 2023
1 parent 7c02cb0 commit 3c673c7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion planutils/packages/enhsp/install
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

# Nothing to do
apptainer build enhsp.sif docker://enricos83/enhsp:latest
12 changes: 10 additions & 2 deletions planutils/packages/enhsp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
"name": "ENHSP: Expressive Numeric Heuristic Search Planner",
"description": "Supports classical and numeric planning (PDDL2.1), optimal simple numeric planning, satisficing non-linear numeric planning, autonomous processes and discrete events (PDDL+), and more.",
"homepage": "https://sites.google.com/view/enhsp",
"install-size": "20K",
"dependencies": ["enhsp-2019"]
"install-size": "138M",
"dependencies": [],
"endpoint": {
"services": {
"solve": {
"template": "planner",
"call":"{package_name} -o {domain} -f {problem} >> plan"
}
}
}
}
2 changes: 1 addition & 1 deletion planutils/packages/enhsp/run
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

planutils run enhsp-2019 -- $@
apptainer run -e $(dirname $0)/enhsp.sif $@
2 changes: 1 addition & 1 deletion planutils/packages/enhsp/uninstall
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

# Nothing to do
rm enhsp.sif

0 comments on commit 3c673c7

Please sign in to comment.