fix issue with appointment length computation - #78
Closes #78 (closed)
I compared with the previous version with the multiselect and I didn't see any difference in terms of how the duration is computed. From all appointment types that can be executed in parallel we take the max duration (max_parallel) For all sequential types, we take the sum (sum_sequential) the total time is max(sum_sequential, max_parallel), i.e. we consider that the sequential tasks are independent from the parallels tasks.
Merge request reports
Activity
Filter activity
assigned to @valentin.groues
added 1 commit
- e924c524 - fix issue with appointment length computation - #78 (closed)
assigned to @piotr.gawron
mentioned in commit ef4af73e
Please register or sign in to reply