Skip to content

Commit 3c673c7

Browse files
committed
Updating to latest enhsp.
1 parent 7c02cb0 commit 3c673c7

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

planutils/packages/enhsp/install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
# Nothing to do
3+
apptainer build enhsp.sif docker://enricos83/enhsp:latest

planutils/packages/enhsp/manifest.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
"name": "ENHSP: Expressive Numeric Heuristic Search Planner",
33
"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.",
44
"homepage": "https://sites.google.com/view/enhsp",
5-
"install-size": "20K",
6-
"dependencies": ["enhsp-2019"]
5+
"install-size": "138M",
6+
"dependencies": [],
7+
"endpoint": {
8+
"services": {
9+
"solve": {
10+
"template": "planner",
11+
"call":"{package_name} -o {domain} -f {problem} >> plan"
12+
}
13+
}
14+
}
715
}

planutils/packages/enhsp/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
planutils run enhsp-2019 -- $@
3+
apptainer run -e $(dirname $0)/enhsp.sif $@

planutils/packages/enhsp/uninstall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
# Nothing to do
3+
rm enhsp.sif

0 commit comments

Comments
 (0)