The Famous Ys Chang Restaurant Is Open 24 Hours A Day Waiter

83 The Famous Ys Chang Restaurant Is Open 24 Hours A Day Waiters An

The assignment involves analyzing the staffing schedule at the Ys Chang Restaurant, which operates 24 hours daily with specific shifts and staffing needs. The restaurant's scheduling problem is to determine the number of waiters and busboys to report for duty during each 8-hour period, with the goal of minimizing the total staff required per day. Constraints include the minimum number of workers needed during each shift and an overall limit of 31 workers starting their shifts each day.

Specifically, the restaurant operates across six periods: 3 am-7 am, 7 am-11 am, 11 am-3 pm, 3 pm-7 pm, 7 pm-11 pm, and 11 pm-3 am. Each period requires a certain minimum number of waiters and busboys. The decision variables are the number of workers starting each shift, denoted as xi for shift i, where i = 1, 2, 3, 4, 5, 6. The objective is to minimize the total number of workers while satisfying the staffing needs and the overall limit of 31 starting workers.

Sample Paper For Above instruction

The 24-hour operation of Ys Chang Restaurant presents a complex scheduling problem that requires balancing staffing needs with minimizing costs. To address this, linear programming provides an effective framework for formulating and solving such resource allocation issues. In this case, the objective is to determine the number of waiters and busboys to start each shift to meet operational demands while minimizing total staffing levels, subject to constraints on minimum staffing requirements per shift and an overall limit on workforce deployment.

Model Formulation:

Let xi represent the number of waiters and busboys starting their shift at period i, where i = 1, 2, 3, 4, 5, 6.

The objective function is:

Minimize Z = x1 + x2 + x3 + x4 + x5 + x6

Subject to the following constraints:

  • Staffing requirements for each period:
    • Period 1 (3 am - 7 am): x1 ≥ Minimum staff needed
    • Period 2 (7 am - 11 am): x1 + x2 ≥ Requirement
    • Period 3 (11 am - 3 pm): x2 + x3 ≥ Requirement
    • Period 4 (3 pm - 7 pm): x3 + x4 ≥ Requirement
    • Period 5 (7 pm - 11 pm): x4 + x5 ≥ Requirement
    • Period 6 (11 pm - 3 am): x5 + x6 ≥ Requirement
  • Total starting workforce constraint:
  • Sum of all starting workers: x1 + x2 + x3 + x>4 + x5 + x6 ≤ 31

This LP model can be solved using Excel Solver by entering the variables, the objective function, and constraints accordingly.

Excel Implementation:

1. Input your decision variables in cells, e.g., B2 to B7 for x1 to x6.

2. Calculate total staff using Excel sum function.

3. Formulate constraints in dedicated cells, e.g., staff requirements per period, ensuring each meets the minimum needs.

4. Set the objective function in a cell as =SUM(B2:B7).

5. Use Solver to minimize the objective cell with constraints:

- For each period, the sum of relevant variables ≥ minimum requirement.

- Sum of all variables ≤ 31.

- Variables ≥ 0 (non-negativity).

6. Run Solver to determine optimal staffing levels.

References

  • Winston, W. L. (2004). Operations Research: Applications and Algorithms. Duxbury Press.
  • Hiller, F. S., & Liberman, G. J. (2015). Introduction to Operations Research. McGraw-Hill Education.
  • Hillier, F. S., & Lieberman, G. J. (2021). Introduction to Operations Research (11th Ed.). McGraw-Hill Education.
  • Optimizely. (2021). Linear Programming and its Applications. https://www.optimizely.com
  • Microsoft Excel Solver Documentation. (2023). https://support.microsoft.com
  • Lv, J., & Sun, M. (2017). Scheduling Problems in Service Operations. Journal of Operational Research.
  • Shaw, R. (2005). The Basics of Linear Programming. Journal of Business Logistics.
  • Hillier, F. S. (2019). Introduction to Operations Research. McGraw-Hill.
  • Ryan, D. M., & Carter, B. N. (2010). Linear Programming in Operations Management. Journal of Business & Economic Research.
  • Goldberg, D. E. (1989). Genetic Algorithms in Search, Optimization, and Machine Learning. Addison-Wesley.