Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Linear Programming(LP)! I need to model this problem using LP approach: Objective function, decision variables and constraints. Please explain, Thanks In a miniature university department

Linear Programming(LP)!

I need to model this problem using LP approach: Objective function, decision variables and constraints. Please explain, Thanks

In a miniature university department courses are to be scheduled. Here are the facts what we know:

  • There are 6 time slots, 10 courses, 5 professors, 15 students, and 4 classrooms.
  • Which professor will offer which course is given as a 5x10 binary matrix.

P=[1100000000;

0011000000;

0000110000;

0000001100;

0000000011];

  • Which student will take which course is given as a 15x10 binary matrix.

S=[1101000000; 0010100100;

0010100100;

0010100100;

0010100100;

1101000000;

0000011001;

0000011001;

0000011001;

1101000000;

1101000000;

0000001011;

0000001011;

0000001011;

0000001011];

-define your decision variables and objective function

  • Here are the constraints:
    1. To same place and time, we can schedule at most one course.
    2. 2.All courses takes two time slots

3.A course cannot be scheduled to two different places at the same time (no sections)

4.A professor cannot be in two different lectures at the same time

5.A student cannot be in two different lectures at the same time (we assume that attendance is absolutely mandatory in all courses, so we cannot allow overlaps in student schedules, as well)

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

Step: 3

blur-text-image

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

Current Trends In Database Technology Edbt 2006 Edbt 2006 Workshops Phd Datax Iidb Iiha Icsnw Qlqp Pim Parma And Reactivity On The Web Munich Germany March 2006 Revised Selected Papers Lncs 4254

Authors: Torsten Grust ,Hagen Hopfner ,Arantza Illarramendi ,Stefan Jablonski ,Marco Mesiti ,Sascha Muller ,Paula-Lavinia Patranjan ,Kai-Uwe Sattler ,Myra Spiliopoulou ,Jef Wijsen

2006th Edition

3540467882, 978-3540467885

More Books

Students also viewed these Databases questions

Question

Define Management or What is Management?

Answered: 1 week ago

Question

What do you understand by MBO?

Answered: 1 week ago

Question

What is meant by planning or define planning?

Answered: 1 week ago

Question

8. Do the organizations fringe benefits reflect diversity?

Answered: 1 week ago

Question

7. Do the organizations social activities reflect diversity?

Answered: 1 week ago