buildingSMART / buildingSMART/IFC4.x-development
Add an attribute to IfcWorkSchedule that defines the TaskConstraintPriority
Open
allocated-sequence
ifc-update-out
proposal
- Dominant language
- Python
- Stars
- 234
- Forks
- 123
- Avg merge
- 15h 4m
- Merged PRs (30d)
- 5
Description
Various scheduling tools have different logic in task time calculation. In some tools, the task that has the AsLateAsPossible constraint set will push all successor tasks that have AsSoonAsPossible constraint.
In order to define whether the task with AsLateAsPossible constraint is able to push all successor tasks that have AsSoonAsPossible constraints or not it’s needed to introduce TaskConstraintPriorotyEnum to the IfcWorkSchedule. The enum should contain the following values: AsLateAsPossible and AsSoonAsPossible.
Contributor guide
Assessment
This issue has not been assessed yet.