Question

(b) (10 pts) Three workers are available to perform two jobs. The timei takes each worker to perform each job is given in theFormulate the followings into optimization problems. While you could use the integer constraints, the linear structure should be maintained. However, you shouldn’t use the integer constraints if you can formulate the problem without them. Describe the decision variables, objective function and constraints carefully. You don’t need to solve this problem.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Let the decision variables be X11, X12, X13, X21, X22, and X23 corresponding to the time taken for job to the worker.

The optimization objective function can be written as

Minimize Z where

Z = summation Xij*Tij

Subject to constraints

X11 + X12 + X13 = 1          (job 1 should be assigned to 1 person only)

X21 + X22 + X23 = 1          (job 2 should be assigned to 1 person only)

X11 + X21 <= 1                   (worker 1 should be assigned 1 or no jobs)

X12 + X22 <= 1                   (worker 2 should be assigned 1 or no jobs)

X13 + X23 <= 1                   (worker 3 should be assigned 1 or no jobs)

Xij = {0,1}

Add a comment
Know the answer?
Add Answer to:
Formulate the followings into optimization problems. While you could use the integer constraints, the linear structure...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT