.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user