Increase the top layout count for combination attempts
This commit is contained in:
parent
b629369169
commit
ab772f0a31
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ fn main() {
|
|||
let transposed_city = transpose_city(&city);
|
||||
eprintln!("Finished building a transposed city");
|
||||
|
||||
const TOP_LAYOUT_COUNT: usize = 1000;
|
||||
const TOP_LAYOUT_COUNT: usize = 1500;
|
||||
|
||||
let mut cache = combine::CompatibilityCache::new();
|
||||
|
||||
|
|
Loading…
Reference in a new issue