Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: daixieit


QBUS2310 Tutorial 10

Semester 1, 2020


Problem 1:


You are given the following project.



1. Draw the network which corresponds to this project.

2. Find the earliest and latest start and finish times, and the slack for each activity.

3. What is the critical path?

4. What is the earliest the project can be completed?

5. Formulate an LP to solve the problem.

6. Solve the problem in Python.



Problem 2:

You are given the following project.



1. Draw the network which corresponds to this project.

2. Find the earliest and latest start and finish times, and the slack for each activity.

3. What is the critical path? What is the earliest the project can be completed?

4. The following data summarize the per-day cost of crashing the activities in the project.



*The maximum number of days by which a given activity can be shortened.

Determine the least costly way of crashing the project if it must be completed within 20 day.