This repository is a Rust implementation of Dynamic Programming Description Language (DyPDL) and its solvers for Domain-Independent Dynamic Programming (DIDP).
dypdl: a library for DyPDL.dypdl-heuristic-search: a heuristic search algorithm library for DyPDL.didp-yaml: a YAML interface for DyPDL.DIDPPy: a Python interface for DyPDL.If you want to use DIDP, we recommend using the Python interface, DIDPPy.
If you want to develop the DyPDL library, solvers, and interfaces, install Rust and clone this repository.
git clone https://github.com/domain-independent-dp/didp-rs
cd didp-rs
Follow the instruction on the official webpage: https://www.rust-lang.org/tools/install
cargo test --no-default-features
clippy for linting as described here: https://code.visualstudio.com/docs/languages/rust#_linting$ claude mcp add didp-rs \
-- python -m otcore.mcp_server <graph>