downward icon indicating copy to clipboard operation
downward copied to clipboard

The Fast Downward domain-independent classical planning system

Results 44 downward issues
Sort by recently updated
recently updated
newest added

In future version of the C++ standard unqualified calls to move can conflict with other functions called move (e.g., std::views::move) in the standard library. So, to prevent future compile errors,...

Supersedes https://github.com/aibasel/downward/pull/43

Make the landmark graph progression deterministic and flawless (as described in our HSDIP paper https://ai.dmi.unibas.ch/papers/buechner-keller-icaps2021whsdip.pdf).

We implemented all necessary changes to compile FastDownward with emscripten and run the resulting wasm binary in a browser. Our work was initially presented at ICPAPS'20. For more details, visit:...