Question: The Richest Path Problem is a variation of a classical linear program, that can be stated as ( m a x ( n 1 )

The Richest Path Problem is a variation of a classical linear program, that can be stated as
(max(n1)?,n2inAvn1,n2*xn1,n2
Such that
((n)?,ndestinAxn,ndest=1
0xn1,n21 for all (n1,n2)inA
in which G=(N,A) is a network graph consisting of a set of nodes N, and a set of arcs AsubNN that connect the nodes, such that (n1,n2)inA implies that the network includes an arc (n1,n2) that directly connects node n1 to node n2. In particular, the left summation in the connectivity constraint is over (n',n)inA for the node n; the summation therefore considers all the incoming arcs from nodes n'inN that enter node n. Similarly, the right summation, which is over (n,n')inA, considers all the outgoing arcs emanating from the node n. The decision variables within the preceding linear program xn1n2 for (n1,n2)inA are such that xn1n2=1 implies that (n1,n2) is included in the path that is selected to traverse from the origin node norig to the destination node ndest. The beneficial value of including (n1,n2) within the path is expressed as vn1n2, and the linear program is thus to construct the path from norig to ndest that incurs the maximal total benefit, i.e. the richest path.
The Richest Path Problem (a.k.a. the "Longest Path Problem") is related to the Lerch-Grossman (LG) algorithm used in the context of open-pit mining, to determine the final pit. In a rough sense, the LG algorithm is to carve out a path into the earth and return to the surface, having excavated the optimally richest combination of ore and waste rock.
a) Consider the following network graph G=(N,A), in which N={norig,a,b,c,d,e,ndest} and A={(norig,a),(norg,b),(a,b),(a,c),(a,d),(b,e),(b,ndest),(c,e),(d,e),(d,ndest),(e,ndest)}; the numbers written along each arc (n1,n2) corresponds to the values vn1n2.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!