.
This commit is contained in:
@@ -29,9 +29,9 @@ suspend_on_finish = False
|
||||
solve = True
|
||||
# time_to_run = 508500
|
||||
# time_to_run = 2660000
|
||||
time_to_run = 100
|
||||
time_to_run = 60 * 10
|
||||
# allow = 5000
|
||||
ratio = 0.41
|
||||
ratio = 0.01
|
||||
# ratio = 0.9
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ start_date = datetime.date(2023, 9, 4)
|
||||
# start_date = datetime.date(2022, 10, 10)
|
||||
|
||||
Rota = RotaBuilder(
|
||||
start_date, weeks_to_rota=10, balance_offset_modifier=1, name="proc rota"
|
||||
start_date, weeks_to_rota=26, balance_offset_modifier=1, name="proc rota"
|
||||
)
|
||||
# Rota = RotaBuilder(start_date, weeks_to_rota=20, balance_offset_modifier=1)
|
||||
Rota.constraint_options["balance_weekends"] = True
|
||||
|
||||
Reference in New Issue
Block a user