For the network below, the objective is to find the length of the shortest path from node P to node G. Let dij be the length of directed are from node i to node j. Let sj be the length of the shortest path from P to node j. Which of the following equations can be used to find SG ?
For the network below, the objective is to find the length of the shortest path from node P to node G. Let dij be the length of directed are from node i to node j. Let sj be the length of the shortest path from P to node j. Which of the following equations can be used to find SG ? Correct Answer S<sub>G</sub> = min {S<sub>O</sub> + d<sub>OG</sub>, S<sub>R</sub> + d<sub>RG</sub>}
There are two ways to reach the node G, first reach O and then OG or reach R then RG
∴ SG = min {SO + dOG, SR + dRG}
মোঃ আরিফুল ইসলাম
Feb 20, 2025