# If demand is 30 patients per week, the current queue size is 1200 and the
# target is to achieve a queue size of 390 in 26 weeks, then
# Relief Capacity = 30 + (1200 - 390)/26 = 61.15 patients per week.
calc_relief_capacity(30, 1200, 390, 26)
Run the code above in your browser using DataLab