From 031a938252e298facb34d3d4ab7ebcdee3df35e9 Mon Sep 17 00:00:00 2001 From: martin Date: Wed, 28 Feb 2024 16:17:07 +0100 Subject: [PATCH] minor --- uefa/feb24_checkandschedule/uefa_tester_24_xpress.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/uefa/feb24_checkandschedule/uefa_tester_24_xpress.py b/uefa/feb24_checkandschedule/uefa_tester_24_xpress.py index f1aa278..ad3a6ce 100644 --- a/uefa/feb24_checkandschedule/uefa_tester_24_xpress.py +++ b/uefa/feb24_checkandschedule/uefa_tester_24_xpress.py @@ -18,7 +18,7 @@ try: except: import json -from gurobipy import * +# from gurobipy import * import xpress as xp from multiprocessing import Pool, cpu_count @@ -363,7 +363,6 @@ result = {} answer = {} threads = cpu_count() threads -= 2 -# threads = 2 for cpu in range(threads): result[cpu] = pool.apply_async(simulate_craw_and_calendar, args=(f'thread_{cpu}', n,))