Skip to content

Solving Clasical AI Planning Problems with Fast Downward and Haskell

ocharles.org.uk
62 pointsocharles2 comments
On HN

Comments

I love these kinds of problems!

Question: is there a reason we would choose a solver like this instead of encoding the effects in prolog and let it generate plans for us? Why would one approach be better than the other?

Prolog does not, by default, remember conflicts and avoid them. Solvers do, most of them.

Look for Conflict-Driven Clause Learning (CDCL) SAT solvers for one example. The pseudoboolean and integer programming solvers and optimizers learn cutting planes marking subspaces where no (better) solution exists, for another example.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.