-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
84 lines (63 loc) · 3.55 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
itSIMPLE: Integrated Tools Software Interface for Modeling PLanning Environments
Copyright (C) 2007-2015 University of Sao Paulo, University of Toronto
This file is part of itSIMPLE.
itSIMPLE is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version. Other licenses might be available
upon written agreement.
itSIMPLE is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with itSIMPLE. If not, see <http://www.gnu.org/licenses/>.
Authors: Tiago S. Vaquero,
Jose Reinaldo Silva,
Flavio Tonidandel,
Victor Romero,
Fernando Sette,
Matheus Haddad,
Rosi Tanaco,
Gustavo Costa,
Jose Armando San Pedro Miralles.
Contact the authors:
http://code.google.com/p/itsimple/
Installing and running itSIMPLE
-------------------------------
To install itSIMPLE you just have to unzip the file and run the .jar file
(e.g., java -jar itSIMPLE.jar). Sun Java 6 Runtime (or up) is required.
Connecting planners to itSIMPLE.
-------------------------------
itSIMPLE can communicate with most available planners. The source comes already
with some planners such as metric-ff (both windows and linux). For the others
planners it is necessary to download them from the authors website and make a
copy of the executable file (and all required files) an put it in folder
myPlanners/. The name of the executable files must correspond to what is
specified in a file use by itSIMPLE. The file itPlanners.xml
(resources/planners/itPlanners.xml) holds information about each planners that
itSIMPLE can communicate with. The following list show the name of
files treated by itSIMPLE:
- metric-ff.exe http://www.loria.fr/~hoffmanj/
- metric-ff http://www.loria.fr/~hoffmanj/
- ffv-2.3 http://www.loria.fr/~hoffmanj/
- sgplan522 http://manip.crhc.uiuc.edu/programs/SGPlan/index.html
- mips-xxl (2006 version) http://andorfer.cs.uni-dortmund.de/~edelkamp/mips/mips-xxl.html
- satplan (2006 version) http://www.cs.rochester.edu/u/kautz/satplan/index.htm
- lpg-td-1.0 http://zeus.ing.unibs.it/lpg/
- lpg-td-1.0.exe http://zeus.ing.unibs.it/lpg/
- mips-xxl2008 (2008 version from IPC-6) http://ipc.informatik.uni-freiburg.de/Planners/
- sgplan6 (2008 version from IPC-6) http://ipc.informatik.uni-freiburg.de/Planners/
- lpg (version 1.2) http://zeus.ing.unibs.it/lpg/
- hspsp (2008 version from IPC-6) http://ipc.informatik.uni-freiburg.de/Planners/
- Plan-A (2008 version from IPC-6) http://ipc.informatik.uni-freiburg.de/Planners/
- blackbox (version 4.3 11 Jan 2006) http://www.cs.rochester.edu/u/kautz/satplan/blackbox
- blackbox.exe (version 4.3 11 Jan 2006) http://www.cs.rochester.edu/u/kautz/satplan/blackbox
- maxplan (2006 version from IPC-5) http://www.cse.wustl.edu/~chen/maxplan/
- lprpg (Public Release 2 2010-04-11) http://planning.cis.strath.ac.uk/LPRPG/
It is necessary to compile the source for some of them, depending on the OS
(Windows, Linux, Mac).
For more information check out our website http://code.google.com/p/itsimple/.
Have fun.
Tiago