diff options
| author | Andreas Grois <andi@grois.info> | 2025-01-04 18:33:05 +0100 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2025-01-04 18:33:05 +0100 |
| commit | 3514e38cf48b611abc808b7de4c13862d3a4ede0 (patch) | |
| tree | 9e4e3611259b8e8762bc92fd1a8fbd05a1012098 /README.md | |
Initial Commit (untested)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..633b106 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# lean-astar + +A simple A* implementation in Lean4, made for Advent of Code 2023. + +It currently is not formally validated, but might get validated later. + +However, the termination of the pathfinding function has been shown, and it uses a formally validated binary heap for its open set, so the first steps towards formal validation have been done already. + +Beware that this code is not optimized, and high performance is explicitly not a goal of this repo.
\ No newline at end of file |
