Consider the following LPP :
Min Z = 2x1 + x2 + 3x3
Subject to :
x1 - 2x2 + x3 ≥ 4
2x1 + x2 + x3 ≤ 8
x1 - x3 ≥ 0
x1, x2, x3 ≥ 0
The solution of this LPP using the Dual Simplex Method is :
Consider the undirected graph below:
Using Prim’s algorithm to construct a minimum spanning tree starting with node a, which one of the following sequences of edges represents a possible order in which the edges would be added to construct the minimum spanning tree?