Browse Source

Increase the top layout count for combination attempts

master
Jirka Sejkora 3 years ago
parent
commit
ab772f0a31
  1. 2
      src/combine-layouts.rs

2
src/combine-layouts.rs

@ -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…
Cancel
Save