Add weekend day balancing options and summary counts for shifts

This commit is contained in:
Ross
2025-12-17 10:43:37 +00:00
parent 81b2c85d61
commit 83444ac402
3 changed files with 283 additions and 2 deletions
+2
View File
@@ -342,6 +342,8 @@ def main(
balance_weekends=True,
max_shifts_per_week=6,
max_days_per_week_block=[(4, 2), (4, 3)],
balance_weekend_days=True,
#weekend_day_hard_max_deviation=2,
),
)