Download
Plansim may be downloaded from SourceForge.
Current version is 0.2, and is fully functional.
The state is Alpha though, since
the framework is evolving to accommodate new search
algorithms, and may change significantly.
Build instructions
Requirements
Plansim build has been tested under Linux with gcc
3.3.5. The following components are required for a
Plansim build:
- various Boost.org libraries
such as unit test framework, serialization and regular
expressions. An installation of all boost libraries is
recommended. Version 1.32.0 or later is required;
- log4cxx
is used as the logging service.
Compiling, Testing and Installing
Plansim uses standard autoconf
and automake
for system configuration and build. To compile the
system extract the distribution .tar.gz file, 'cd' to the
created directory and type './configure && make
check'. All automatic tests are supposed to pass.
The test suite also includes Plansim's
instantiations to solve the 8-queens, tilesworld and
blocksworld domains. These are located under the
'examples' directory.
After successfully building and testing the
framework, it can be installed by typing 'make
install' as root.
See the support section
for ways to obtain support in downloading, building
and using Plansim.
|