From abaf12fcdc8e76172965517d760b34524f167e8c Mon Sep 17 00:00:00 2001 From: Lia Lenckowski Date: Thu, 28 Nov 2024 00:03:29 +0100 Subject: optimizations: lower durability, massively increase ai embedding batch size also fix that one clippy warning --- src/tsp_approx.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tsp_approx.rs') diff --git a/src/tsp_approx.rs b/src/tsp_approx.rs index e3448a1..d8c30fe 100644 --- a/src/tsp_approx.rs +++ b/src/tsp_approx.rs @@ -135,6 +135,7 @@ fn min_weight_matching( res } +#[allow(clippy::type_complexity)] fn euler_tour( mut graph: HashMap>, hash_seed: &Option, -- cgit v1.2.3-70-g09d2