1 / 5

Operation Research

Operation Research. By Anitha Chandran Chitra.R Radha.R Sudhit Sethi. Question. A post office requires different numbers of full-time employees on different days of the week. The number of full-time employees required on each day is given in the Table below. Union rules state

theo
Download Presentation

Operation Research

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Operation Research By Anitha Chandran Chitra.R Radha.R Sudhit Sethi

  2. Question A post office requires different numbers of full-time employees on different days of the week. The number of full-time employees required on each day is given in the Table below. Union rules state that each full-time employee must work five consecutive days and then receive two days off. For example, an employee who works Monday to Friday must be off Saturday and Sunday. The post office wants to meet its daily requirements using only full time employees. Formulate an LP that the post office Can use to minimize the number of full-time Employees that must be hired.

  3. Solution • Decision variables: x1 - number of full time employees working from Monday to Friday x2 - number of full time employees working from Tuesday to Saturday x3 - number of full time employees working from Wednesday to Sunday x4 - number of full time employees working from Thursday to Monday x5 - number of full time employees working from Friday to Tuesday x6 - number of full time employees working from Saturday to Wednesday x7 - number of full time employees working from Sunday to Thursday

  4. Objective • Objective: To minimize the number of full-time employees that must be hired. • Objective Function: Min Z = x1+ x2 + x3 + x4 + x5 + x6 + x7

  5. Constraints • Each full-time employee must work five consecutive days and then receive two days off. x1+x4+x5+x6+x7 = 17 x2+x5+x6+x7+x1 = 13 x3+x6+x7+x1+x2 = 15 x4+x7+x1+x2+x3 = 19 x1+x2+x3+x4+x5 = 14 x6+x7+x2+x3+x4 = 16 x7+x3+x4+x5+x6 = 11 • Non – Negativity Constraints: x1, x2, x3, x4, x5, x6, x7>=0

More Related