This commit is contained in:
Ross
2023-06-22 22:02:13 +01:00
parent 97b3d938bb
commit 7235b05840
2 changed files with 8 additions and 3 deletions
+2 -1
View File
@@ -29,7 +29,7 @@ suspend_on_finish = False
solve = True
# time_to_run = 508500
# time_to_run = 2660000
time_to_run = 60 * 10
time_to_run = 60 * 1
# allow = 5000
ratio = 0.01
# ratio = 0.9
@@ -335,6 +335,7 @@ if load_leave:
# Rota.build_model()
solver_options = {"ratio": ratio, "seconds": time_to_run, "threads": 10}
solver_options = {"ratio": ratio, "seconds": time_to_run, }
#start_time = time.time()
Rota.build_and_solve(solver_options, export=True)