feat: adjust max days per week block constraint from 4 to 3

This commit is contained in:
Ross
2026-07-09 21:32:26 +01:00
parent 981cc314f0
commit 33f50c7278
+1 -1
View File
@@ -73,7 +73,7 @@ def main(
#Rota.constraint_options["max_night_frequency_week_exclusions"] = [] #Rota.constraint_options["max_night_frequency_week_exclusions"] = []
Rota.constraint_options["max_weekend_frequency"] = 3 Rota.constraint_options["max_weekend_frequency"] = 3
Rota.constraint_options["max_days_per_week_block"] = [(8,4)] Rota.constraint_options["max_days_per_week_block"] = [(8,3)]
# wr = [ # wr = [
# WorkerRequirement( # WorkerRequirement(