Skip to main content
Mathematics LibreTexts

7.5: Exercises

  • Page ID
    34215
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Skills

    1. Create a digraph for the following set of tasks:

    \(\begin{array}{|l|l|l|}
    \hline \text { Task } & \text { Time required } & \begin{array}{l}
    \text { Tasks that must be } \\
    \text { completed first }
    \end{array} \\
    \hline \mathrm{A} & 3 & \\
    \hline \mathrm{B} & 4 & \\
    \hline \mathrm{C} & 7 & \\
    \hline \mathrm{D} & 6 & \mathrm{A}, \mathrm{B} \\
    \hline \mathrm{E} & 5 & \mathrm{B} \\
    \hline \mathrm{F} & 5 & \mathrm{D}, \mathrm{E} \\
    \hline \mathrm{G} & 4 & \mathrm{E} \\
    \hline
    \end{array}\)

    1. Create a digraph for the following set of tasks:

    \(\begin{array}{|l|l|l|}
    \hline \text { Task } & \text { Time required } & \begin{array}{l}
    \text { Tasks that must be } \\
    \text { completed first }
    \end{array} \\
    \hline \mathrm{A} & 3 & \\
    \hline \mathrm{B} & 4 & \\
    \hline \mathrm{C} & 7 & \\
    \hline \mathrm{D} & 6 & \mathrm{A} \\
    \hline \mathrm{E} & 5 & \mathrm{A} \\
    \hline \mathrm{F} & 5 & \mathrm{B} \\
    \hline \mathrm{G} & 4 & \mathrm{D}, \mathrm{E} \\
    \hline
    \end{array}\)

    Use this digraph for the next 2 problems.

    sc17.svg

    1. Using the priority list \(\mathrm{T}_{4}, \mathrm{T}_{1}, \mathrm{T}_{7}, \mathrm{T}_{3}, \mathrm{T}_{6}, \mathrm{T}_{2}, \mathrm{T}_{5}\), schedule the project with two processors.
    2. Using the priority list \(\mathrm{T}_{5}, \mathrm{T}_{2}, \mathrm{T}_{3}, \mathrm{T}_{7}, \mathrm{T}_{1}, \mathrm{T}_{4}, \mathrm{T}_{6}\), schedule the project with two processors.

    Use this digraph for the next 4 problems.

    sc18.svg

    1. Using the priority list \(\mathrm{T}_{4}, \mathrm{T}_{3}, \mathrm{T}_{9}, \mathrm{T}_{10}, \mathrm{T}_{8}, \mathrm{T}_{5}, \mathrm{T}_{6}, \mathrm{T}_{1}, \mathrm{T}_{7}, \mathrm{T}_{2}\) schedule the project with two processors.
    2. Using the priority list \(\mathrm{T}_{2}, \mathrm{T}_{4}, \mathrm{T}_{6}, \mathrm{T}_{8}, \mathrm{T}_{10}, \mathrm{T}_{1}, \mathrm{T}_{3}, \mathrm{T}_{5}, \mathrm{T}_{7}, \mathrm{T}_{9}\) schedule the project with two processors.
    3. Using the priority list \(\mathrm{T}_{4}, \mathrm{T}_{3}, \mathrm{T}_{9}, \mathrm{T}_{10}, \mathrm{T}_{8}, \mathrm{T}_{5}, \mathrm{T}_{6}, \mathrm{T}_{1}, \mathrm{T}_{7}, \mathrm{T}_{2}\) schedule the project with three processors.
    4. Using the priority list \(\mathrm{T}_{2}, \mathrm{T}_{4}, \mathrm{T}_{6}, \mathrm{T}_{8}, \mathrm{T}_{10}, \mathrm{T}_{1}, \mathrm{T}_{3}, \mathrm{T}_{5}, \mathrm{T}_{7}, \mathrm{T}_{9}\) schedule the project with three processors.
    1. Use the decreasing time algorithm to create a priority list for the digraph from #3, and schedule with two processors.
    1. Use the decreasing time algorithm to create a priority list for the digraph from #3, and schedule with three processors.
    1. Use the decreasing time algorithm to create a priority list for the digraph from #5, and schedule with two processors.
    1. Use the decreasing time algorithm to create a priority list for the digraph from #5, and schedule with three processors.
    1. Use the decreasing time algorithm to create a priority list for the problem from #1, and schedule with two processors.
    1. Use the decreasing time algorithm to create a priority list for the problem from #2, and schedule with two processors.
    1. With the digraph from #3:

    a. Apply the backflow algorithm to find the critical time for each task

    b. Find the critical path for the project and the minimum completion time

    c. Use the critical path algorithm to create a priority list and schedule on two processors.

    1. With the digraph from #3, use the critical path algorithm to schedule on three processors.
    1. With the digraph from #5:

    a. Apply the backflow algorithm to find the critical time for each task

    b. Find the critical path for the project and the minimum completion time

    c. Use the critical path algorithm to create a priority list and schedule on two processors.

    1. With the digraph from #5, use the critical path algorithm to schedule on three processors.
    1. Use the critical path algorithm to schedule the problem from #1 on two processors.
    1. Use the critical path algorithm to schedule the problem from #2 on two processors.

    Concepts

    1. If an additional order requirement is added to a digraph, can the optimal finishing time ever become longer? Can the optimal finishing time ever become shorter?
    1. Will an optimal schedule always have no idle time?
    1. Consider the digraph below.

    sc19.svg

    1. How many priority lists could be created for these tasks?
    2. How many unique schedules are created by those priority lists?
    1. Create a digraph and priority list that would lead to the schedule below.

    clipboard_ef0cf2d2798287b75ab51f13c0cd0dd90.png

    1. Is it possible to create a digraph with three tasks for which every possible priority list creates a different schedule? If so, create it.
    1. Is it possible to create a digraph with four tasks for which every possible priority list creates a different schedule? If so, create it.

    Exploration

    1. Independent tasks are ones that have no order requirements; they can be completed in any order.

    a. Consider three tasks, with completion times 2, 2, and 4 hours respectively. Construct two different schedules on two processors with different completion times to show that the priority list still matters with independent tasks.

    b. Choose a set of independent tasks with different completion times, and implement the decreasing time list algorithm and the critical path algorithm. What do you observe?

    c. Will using the decreasing time list or critical path algorithms with independent tasks always produce an optimal schedule? Why or why not?

    d. Will using the decreasing time list or critical path algorithms with independent tasks always produce the same schedule? Why or why not?

    1. In a group, choose ten tasks necessary to throw a birthday party for a friend or child (for example, cleaning the house or buying a cake). Determine order requirements for the tasks, create a digraph, and schedule the tasks for two people.

    29-37: At the end of the chapter it was noted that no algorithm exists to determine if an arbitrary schedule is optimal, but there are special cases where we can determine that a schedule is indeed optimal. In each of the following scenarios, determine

    1. If the scenario is even possible
    2. Whether or not the schedule could be optimal
    3. Whether or not we can be sure that the schedule is optimal
    1. A job has a critical time of 30 hours, and the finishing time for the schedule on 2 processors is 30 hours.
    2. The sum of all task times for a job is 40 hours, and the finishing time for the schedule on 2 processors was 15 hours
    3. The sum of all task times for a job is 100 hours, the critical time of the job was 40 hours, and the finishing time for the schedule on 2 processors was 50 hours.
    4. The sum of all task times for a job is 50 hours, and the finishing time for the schedule on 2 processors was 40 hours.
    5. A job has a critical time of 30 hours, and the finishing time for the schedule on 3 processors is 20 hours.
    6. The sum of all task times for a job is 60 hours, and the finishing time for the schedule on 3 processors was 20 hours.
    7. The critical time for a job is 25 hours, and the finishing time for the schedule on 2 processors was 30 hours.
    8. The sum of all task times for a job is 20 hours, and the finishing time for the schedule on 2 processors was 25 hours.
    9. Based on your observations in the previous scenarios, write guidelines for when you can determine that a schedule is optimal.

    This page titled 7.5: Exercises is shared under a CC BY-SA 3.0 license and was authored, remixed, and/or curated by David Lippman (The OpenTextBookStore) via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.

    • Was this article helpful?