Safe points field implementation in Lean
Find a file
2025-12-04 14:01:56 +01:00
Points Fix ambiguous surrounding. 2025-12-04 14:01:56 +01:00
.editorconfig Add editorconfig. 2024-08-25 10:00:08 +02:00
.envrc Add flake. 2024-09-28 13:03:44 +02:00
.gitignore Add flake. 2024-09-28 13:03:44 +02:00
Bench.lean Update lean. 2025-03-10 22:52:23 +01:00
flake.lock Update lean. 2025-03-10 22:52:23 +01:00
flake.nix Add flake. 2024-09-28 13:03:44 +02:00
lake-manifest.json Update lean. 2025-03-10 22:52:23 +01:00
lakefile.lean Update lean. 2025-03-10 22:52:23 +01:00
lean-toolchain Update lean. 2025-03-10 22:52:23 +01:00
LICENSE.txt Add license. 2024-08-25 10:00:18 +02:00
Points.lean Add simple test. 2024-09-05 09:56:37 +02:00
README.md Add readme. 2024-09-28 13:37:27 +02:00

Points Game Field Implementation in Lean

Benchmark

To build bench you will need to install dependencies with:

MATHLIB_NO_CACHE_ON_UPDATE=1 lake update

Build with:

lake build bench

Run with:

time ./.lake/build/bin/bench --width 39 --height 32 --games-number 1000 --seed 7