Add beltfinding timeout and debugging.

This commit is contained in:
hal8174 2024-09-01 01:05:34 +02:00
parent f20a1841c9
commit 79c8b0c710
13 changed files with 278 additions and 53 deletions

View file

@ -11,7 +11,7 @@ macro_rules! bench_bruteforce {
b.iter(|| {
let mut b = p.clone();
while b.next_finish_state() {}
while b.next_finish_state(None) {}
b.solution_count()
});