Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

constructive heuristic coloring graph techniques Answer all A,B,C for B) use python Think about the following timetabling issue. A researcher may participate in numerous projects.

constructive heuristic coloring graph techniques
Answer all A,B,C
for B) use python image text in transcribed
Think about the following timetabling issue. A researcher may participate in numerous projects. Based on their projects, ten researchers must attend the following meetings (P1-P8). The projects that each researcher is working on are listed below: Each day (D1, D2 and D3) has two meeting slots (S1 and S2), and each slot has two meeting rooms (R1 and R2). That is, we can have two meetings in parallel. The researchers must be scheduled to attend all of their project mectings on those days without conflict. a) Draw a graph to represent the project meeting problem. b) Create a suitable constructive heuristic for these project meetings using a graph-based technique so that all researchers can attend them without conflicts. Write a pseudocode or flowchart of your algorithm. [10 marks] c) The effectiveness of the solution is evaluated by summing the penalty value, where: i. n penalty is given if the researcher is idle (does not attend a meeting between two meetings) for n timeslots (i.e., n=1,2,3, ). ii. If a researcher has only one meeting scheduled per day, they lose one point (whereas he actually has more than one project meeting). iii. For every day D1 or D2 when a room is unoccupied, there will be a twopoint penalty (not reserved for a meeting). Implement the proposed constructive heuristic (in (b)) and demonstrate how you calculate the solution's quality value in your generated timetable. Note: Penalty violations are counted separately for each category

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

Database Machine Performance Modeling Methodologies And Evaluation Strategies Lncs 257

Authors: Francesca Cesarini ,Silvio Salza

1st Edition

3540179429, 978-3540179429

More Books

Students also viewed these Databases questions