diff options
| author | Andreas Grois <andi@grois.info> | 2025-01-05 23:55:54 +0100 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2025-01-05 23:55:54 +0100 |
| commit | 4749b3ca572618fa1a7cdb17e2abba9b498279ca (patch) | |
| tree | 7636d21bfe2a014e710b05771fe7ea844e67311f /lakefile.lean | |
| parent | bbf615a66d1814ff196313b206cd3bcc239079c1 (diff) | |
Move AStar into a separte library and use it for Day17-1
Diffstat (limited to 'lakefile.lean')
| -rw-r--r-- | lakefile.lean | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lakefile.lean b/lakefile.lean index a3a080f..3c764e1 100644 --- a/lakefile.lean +++ b/lakefile.lean @@ -33,3 +33,6 @@ lean_exe «aoc-2023» where require BinaryHeap from git "https://github.com/soulsource/BinaryHeap"@"376e4bf573f754aa7cb8c5d6ed652f1efece3050" + +require «lean-astar» from git + "https://github.com/soulsource/lean-astar"@"3514e38cf48b611abc808b7de4c13862d3a4ede0" |
