Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Assigning Tasks A data processing department wishes to assign five programmers to five programming tasks ( one programmer to each task ) . Management has

Assigning Tasks
A data processing department wishes to assign five programmers to five programming tasks (one programmer to each task). Management has estimated the total number of days each programmer would take if assigned to the different jobs, and these estimates are summarized in the Excel file HW4 under the Assigning Tasks Tab.
Hint: Maybe the decisions of allocating programmers to task a binary variable. If a programmer is attached to a task, the corresponding variable is 1, otherwise, 0. Make sure you include the constraints to ensure we have one programmer to each task.
Determine the assignment that minimizes the total programmer days required to complete all five jobs.
\table[[Task,Program],[1,],[2,1],[3,],[4,],[5,]]
How would the solution change if programmer 3 could not be assigned to tasks 2 or 4?
\table[[Task,Programmer,],[1,,],[2,1,],[3,,],[4,,],[5,,]]
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Essential SQLAlchemy Mapping Python To Databases

Authors: Myers, Jason Myers

2nd Edition

1491916567, 9781491916568

More Books

Students also viewed these Databases questions