From f133b2f3b3a6ccaedeced7420b68a0ae5918cf22 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 8 Mar 2014 17:32:18 +0000 Subject: [PATCH] in preconsider_ok, check for frags >= maxhamweight so we can force this to pass by setting maxhamweight --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index f9402cf..0cc8d9b 100644 --- a/main.c +++ b/main.c @@ -124,7 +124,7 @@ static bool preconsider_ok(int nwords, bool doprint) { bool had_max = 0; for (i=0, totalfrags=0; i= maxhamweight); totalfrags += frags; PRINTF("%"PRADJ" ", adjmatrix[i]); double maxminsize = (double)m / frags; -- 2.30.2