Add beltfinding timeout and debugging.
This commit is contained in:
parent
f20a1841c9
commit
79c8b0c710
13 changed files with 278 additions and 53 deletions
|
|
@ -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()
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue