Skip to content

Comment on Solving Clasical AI Planning Problems with Fast Downward and Haskellparent

Comments

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.