Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following timetabling problem. Ten postgraduate (PhD) students are required to present their research progress to the following panels. STUDENT (S) SUPERVISOR PANELS (A)

Consider the following timetabling problem. Ten postgraduate (PhD) students are required to present their research progress to the following panels.

STUDENT (S)

SUPERVISOR

PANELS (A)

1

S1

A8

A1, A2, A3

2

S2

A5

A1, A2, A3

3

S3

A6

A3, A4, A5

4

S4

A1

A6, A7, A8

5

S5

A4

A6, A7, A8

6

S6

A2

A9, A10, A11

7

S7

A3

A8, A9, A10

8

S8

A4

A12, A13, A10

9

S9

A10

A12, A13, A14

10

S10

A11

A12, A13, A7

The panels must be scheduled to attend all the student presentations that have been assigned to them without clash within two days (D1 and D2), where each day has three presentation slots, and each slot has two meeting rooms R1 and R2 (i.e. we can have two presentations in parallel). Supervisors are encourage (i.e. not compulsory) to attend their student presentation.

  1. Draw a graph to represent the phd research progress presentation problem.

  1. Design a suitable constructive heuristic using a graph based technique to schedule all panels such that they can attend all the student presentations that have been assigned to them without clash. Write a pseudocode or flowchart of your algorithm.

  1. The quality of solution is measured by summarizing the penalty value where:
    • penalty=2 is given if the supervisor cannot attend (clash) his/her student presentation.
    • penalty=1 is given if the panel has idle slot between the presentations that he need to attend(i.e. if the panel has two presentation

Write a programming code (you may use any programming language such as Python, Matlab, C++, Java, etc) to generate a solution using the proposed constructive heuristic (in (b)) and monstrate your solution with the value of the solutions quality. Write the comments appropriately in your code for readability. image text in transcribed

Consider the following timetabling problem. Ten postgraduate (PhD) students are required to present their research progress to the following panels. STUDENT (S) SUPERVISOR 1 S1 A8 2 S2 A5 3 S3 A6 4 S4 A1 5 S5 A4 6 S6 A2 A3 8 S8 A4 9 A 10 10 | 810 A 11 PANELS (A) A1, A2, A3 A1, A2, A3 A3, A4, A5 A6, A7, A8 A6, A7, A8 A9, A10, A11 A8, A9, A 10 A12, A13, A 10 A12, A13, A 14 A12, A13, A7 S7 Nod S9 The panels must be scheduled to attend all the student presentations that have been assigned to them without clash within two days (D1 and D2), where each day has three presentation slots, and each slot has two meeting rooms R1 and R2 (i.e. we can have two presentations in parallel). Supervisors are encourage (1.e. not compulsory) to attend their student presentation. a) Draw a graph to represent the phd research progress presentation problem. b) Design a suitable constructive heuristic using a graph based technique to schedule all panels such that they can attend all the student presentations that have been assigned to them without clash. Write a pseudocode or flowchart of your algorithm. c) + The quality of solution is measured by summarizing the penalty value where: Renaltx=2 is given if the supervisor cannot attend (clash) his/her student presentation penalty=1 is given if the panel has idle slot between the presentations that he need to attend(i.e. if the panel has two presentation Write a programming code (you may use any programming language such as Python, Matlab, CH, Java, etc) to generate a solution using the proposed constructive heuristic (in (b)) and monstrate your solution with the value of the solution's quality. Write the comments appropriately in your code for readability. Consider the following timetabling problem. Ten postgraduate (PhD) students are required to present their research progress to the following panels. STUDENT (S) SUPERVISOR 1 S1 A8 2 S2 A5 3 S3 A6 4 S4 A1 5 S5 A4 6 S6 A2 A3 8 S8 A4 9 A 10 10 | 810 A 11 PANELS (A) A1, A2, A3 A1, A2, A3 A3, A4, A5 A6, A7, A8 A6, A7, A8 A9, A10, A11 A8, A9, A 10 A12, A13, A 10 A12, A13, A 14 A12, A13, A7 S7 Nod S9 The panels must be scheduled to attend all the student presentations that have been assigned to them without clash within two days (D1 and D2), where each day has three presentation slots, and each slot has two meeting rooms R1 and R2 (i.e. we can have two presentations in parallel). Supervisors are encourage (1.e. not compulsory) to attend their student presentation. a) Draw a graph to represent the phd research progress presentation problem. b) Design a suitable constructive heuristic using a graph based technique to schedule all panels such that they can attend all the student presentations that have been assigned to them without clash. Write a pseudocode or flowchart of your algorithm. c) + The quality of solution is measured by summarizing the penalty value where: Renaltx=2 is given if the supervisor cannot attend (clash) his/her student presentation penalty=1 is given if the panel has idle slot between the presentations that he need to attend(i.e. if the panel has two presentation Write a programming code (you may use any programming language such as Python, Matlab, CH, Java, etc) to generate a solution using the proposed constructive heuristic (in (b)) and monstrate your solution with the value of the solution's quality. Write the comments appropriately in your code for readability

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

DNA Databases

Authors: Stefan Kiesbye

1st Edition

0737758910, 978-0737758917

More Books

Students also viewed these Databases questions