fast-downward

Solve classical planning problems (STRIPS/SAS+) using Haskell & Fast Downward.

https://github.com/circuithub/fast-downward

Latest on Hackage:0.2.3.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed
Maintained by Ollie Charles

fast-downward is a library for modelling classical planning problems and solving them using the Fast Downward engine. For general usage, see FastDownward, and for an example see FastDownward.Examples.Gripper.

Note that usage of this library requires the downward executable - see Obtaining and Running Fast Downward for more instructions.