Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 701 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 701 Bytes

Siadex_Planner

Fdez-Olivares, J., Castillo, L., García-Pérez, Ó., and Palao, F. (2006). Bringing Users and Planning Technology Together. Experiences in SIADEX. pages 11–20.

Installation

On the planner directory, write:

$ cmake .

$ cmake --build .

And an executable called planner will be produced.

Requirements

  • makefile
  • cmake
  • flex
  • bison
  • g++
  • python-dev (a restart will probably be required)
  • libreadline-dev (a restart will probably be required)

Usage

Syntax:

$ ./planner [options] --domain_file (-d) <domain.hpdl> --problem_file (-p) <problem.hpdl>

See:

$ ./planner --help

for more information.