- Divide a day into hourly block
- Based on the predetermined performance measure, compute how many servers needed
- Use these request of servers in each hour as demand, and then treat the whole schedule problem as LP
This method only suitable for the case that average service time is much less than an hour so that PSA(Pointwise Stationary Approximation) rule is fit. Otherwise, the interation among consecutive hours will destroy the whole formulation.
1 comment:
I think in Law's simulation book, there is a chapter about how to approximate demand by Poisson process.
Post a Comment