Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

(a) You are organising some large-scale fund-raising event for a lot of charities together, and managed to secure some major donors. Each donor agrees

(a) You are organising some large-scale fund-raising event for a lot of charities together, and managed to

(a) You are organising some large-scale fund-raising event for a lot of charities together, and managed to secure some major donors. Each donor agrees to donate some amount of money and each charity wants to raise a certain amount. However, because some donors care more about certain causes or because of their religious/political beliefs, some donors have specified that the money should only be donated to certain charities. An example is given in the tables below. Your task is to decide how much of each donor's money should go to which charity so that in total as much donations can be matched to the charities as possible. Donor D1 D2 D3 Amount to donate 40 90 100 Can donate to any (C1-C4) C1, C2, C3 only C2, C4 only Charities Amount required C2 C4 50 80 70 60 i. Describe how this problem can be transformed into a network flow problem. You should state clearly the set of vertices and edges and the edge capacities. You should describe the general transformation, not just for the specific example given in these tables. [4 marks] ii. Construct the transformed flow network for the example given in the tables. Then apply the Ford-Fulkerson algorithm to find the maximum flow in the network. You should show the residual network and augmenting path at each step. [12 marks]

Step by Step Solution

There are 3 Steps involved in it

Step: 1

Step 1 i Transforming the problem into a network flow problem To transform the problem into a network flow problem we can represent each donor and charity as a node in a directed graph We can then cre... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Business Statistics

Authors: Norean Sharpe, Richard Veaux, Paul Velleman

3rd Edition

978-0321944726, 321925831, 9780321944696, 321944720, 321944690, 978-0321925831

More Books

Students also viewed these Programming questions