We currently use the overprovision costs.
Cost(Lⱼ) = w × (s_min - Lⱼ) if Lⱼ < s_min Cost(Lⱼ) = 0 if Lⱼ ≥ s_min
What if we use the total cost per student instead?
Cost(Lⱼ) = (C_0 + α × max(0, Lⱼ - s_min)) / Lⱼ
α = C_0/s_min? (the cost doubles when load doubles past s_min)
We currently use the overprovision costs.
Cost(Lⱼ) = w × (s_min - Lⱼ) if Lⱼ < s_min Cost(Lⱼ) = 0 if Lⱼ ≥ s_min
What if we use the total cost per student instead?
Cost(Lⱼ) = (C_0 + α × max(0, Lⱼ - s_min)) / Lⱼ
α = C_0/s_min? (the cost doubles when load doubles past s_min)