Increase the top layout count for combination attempts

This commit is contained in:
Jirka Sejkora 2021-02-03 23:07:24 +01:00
parent b629369169
commit ab772f0a31

View file

@ -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();