DOC PREVIEW
UT Dallas CS 6385 - 04MCFLOW

This preview shows page 1 out of 3 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 3 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 3 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

An LP Formulation Example:Minimum Cost FlowThe Minimum Cost Flow (MCF) problem is a frequently used model. It canbe described in our context as follows.ModelGiven a network with N nodes and links among them. We would like totransport some entity among nodes (for example, data), so that it flowsalong the links. The goal is to determine the optimal flow, that is, how muchflow is put on each link, according to the conditions discussed below.Let us review the input for the problem, the objective and constraints andthen let us formulate it as a linear programming task.Input data:• The link from node i to j has a given capacity Cij≥ 0.• Each node i is associated with a given number bi, the source rate of thenode. If bi> 0, the node is called a source, if bi< 0, the node is a sink.If bi= 0, the node is a “transshipment” node that only forwards theflow with no loss and no gain.• Each link is associated with a cost factor aij≥ 0. The value of aijisthe cost of sending unit amount of flow on link (i, j). Thus, sending xijamount of flow on the link costs aijxij.Remarks:• The links are directed in this model, Cijand Cjimay be different.• If the link from i to j is missing from the network, then Cij= 0. Thus,the capacities automatically describe the network topology, too.Constraints:• Capacity constraint: The flow on each link cannot exceed the capacityof the link.• Flow conservation: The total outgoing flow of a node minus the totalincoming flow of the node must be equal to the source rate of the node.That is, the difference between the flow out and into the node is exactlywhat the node produces or sinks. For transshipment nodes (bi= 0) theoutgoing and incoming flow amounts are equal.Objective:Find the amount of flow sent on each link, so that the constraints are satisfiedand the total cost of the flow is minimized.LP FormulationLet xijdenote the flow on link (i, j). The xijare the variables we want todetermine.Let us express the constraints:• The flow is nonnegative (by definition):xij≥ 0 (∀i, j)• Capacity constraints:xij≤ Cij(∀i, j)• Flow conservation:NXj=1xij−NXk=1xki= bi(∀i)Here the first sum is the total flow out of node i, the second sum is thetotal flow into node i.The objective function is the total cost, summed for all choices of i, j :Z =Xi,jaijxijThus, the LP formulation is:min Z =Xi,jaijxijsubject toNXj=1xij−NXk=1xki= bi(∀i)xij≤ Cij(∀i, j)xij≥ 0 (∀i, j)Is this in standard form? No, but can be easily transformed into standardform. Only the xij≤ Cijinequalities have to be transformed into equations.This can b e done by introducing slack variables yij≥ 0 for each, and replacingeach original inequality xij≤ Cijby xij+ yij=


View Full Document

UT Dallas CS 6385 - 04MCFLOW

Documents in this Course
assn1

assn1

2 pages

38rel2

38rel2

5 pages

Report

Report

3 pages

networks

networks

18 pages

lp2

lp2

44 pages

lp2 (2)

lp2 (2)

27 pages

lp1(1)

lp1(1)

21 pages

integer1

integer1

50 pages

FrankR2

FrankR2

3 pages

duality

duality

28 pages

CMST

CMST

44 pages

hw4

hw4

3 pages

for 1

for 1

11 pages

ENCh02

ENCh02

33 pages

pree

pree

2 pages

new  3

new 3

2 pages

new  2

new 2

2 pages

hw4a

hw4a

2 pages

T2_Sol

T2_Sol

4 pages

ISM3

ISM3

8 pages

hw4_sol

hw4_sol

6 pages

Elm04_06

Elm04_06

11 pages

atn proj2

atn proj2

20 pages

12CUT1

12CUT1

8 pages

09Ford

09Ford

23 pages

08FLOW

08FLOW

6 pages

03LP_su

03LP_su

6 pages

40REL40

40REL40

5 pages

39rel3

39rel3

5 pages

38arel2

38arel2

5 pages

37REL1

37REL1

3 pages

24TABU

24TABU

3 pages

22DYNPR

22DYNPR

3 pages

21B&C

21B&C

2 pages

20BBEX0

20BBEX0

3 pages

19BB

19BB

5 pages

14CAPBUD0

14CAPBUD0

11 pages

35BRXCH

35BRXCH

2 pages

34COMB

34COMB

4 pages

32CAPAS

32CAPAS

4 pages

31QUEUE

31QUEUE

3 pages

Load more
Download 04MCFLOW
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view 04MCFLOW and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view 04MCFLOW 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?