Spaces:
Sleeping
Sleeping
Update constraint_engine.py
Browse files- constraint_engine.py +1 -0
constraint_engine.py
CHANGED
|
@@ -37,6 +37,7 @@ class ConstraintEngine:
|
|
| 37 |
self._apply_stretch_constraints()
|
| 38 |
self._apply_grouping_constraints()
|
| 39 |
self._apply_daily_subject_limit()
|
|
|
|
| 40 |
|
| 41 |
def _create_task_variables(self):
|
| 42 |
for task in self.tasks:
|
|
|
|
| 37 |
self._apply_stretch_constraints()
|
| 38 |
self._apply_grouping_constraints()
|
| 39 |
self._apply_daily_subject_limit()
|
| 40 |
+
self._apply_no_first_hour_free()
|
| 41 |
|
| 42 |
def _create_task_variables(self):
|
| 43 |
for task in self.tasks:
|