Solver Overview
The Feasbl solver is a PDDL planner (parser, grounder, search engine) implemented
in Rust as the jia crate.
Architecture
The solver is structured as a pipeline:
- Parser — reads PDDL domain and problem files
- Grounder — instantiates lifted operators into ground actions
- Search — finds a plan using heuristic forward search