Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell...

35
Graphs Higher dimensions Max flow min cut in higher dimensions Art Duval 1 Caroline Klivans 2 Jeremy Martin 3 1 University of Texas at El Paso 2 Brown University 3 University of Kansas Joint Mathematics Meeting AMS Special Session on Topological Combinatorics San Diego, CA January 12, 2013 Duval, Klivans, Martin Max flow min cut in higher dimensions

Transcript of Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell...

Page 1: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Max flow min cut in higher dimensions

Art Duval1 Caroline Klivans2 Jeremy Martin3

1University of Texas at El Paso

2Brown University

3University of Kansas

Joint Mathematics MeetingAMS Special Session on Topological Combinatorics

San Diego, CAJanuary 12, 2013

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 2: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Max flow min cutBoundary matrixLinear programming

Max flow 2

2 2

3

3

T

3

3

1 2 1 2 1S

2

Given a graph G with source S , sink T , and edge capacities κ.

DefinitionFlow on G is an assignment of flow xe (non-negative number, anddirection) to each edge such that:

I net flow at each vertex, except S and T , is zero; and

I |xe | ≤ κe .

Value of flow is outflow(S) = inflow(T ).

What is maximum value of flow on G ? How can we be sure?

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 3: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Max flow min cutBoundary matrixLinear programming

Max flow 2/2

2/2 2/2

2/3

2/3

T

2/3

2/3

0/1 0/2 0/1 0/2 0/1S

2/2

Given a graph G with source S , sink T , and edge capacities κ.

DefinitionFlow on G is an assignment of flow xe (non-negative number, anddirection) to each edge such that:

I net flow at each vertex, except S and T , is zero; and

I |xe | ≤ κe .

Value of flow is outflow(S) = inflow(T ).

What is maximum value of flow on G ? How can we be sure?

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 4: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Max flow min cutBoundary matrixLinear programming

Max flow 2/2

2/2 2/2

2/3

2/3

T

2/3

2/3

0/1 0/2 0/1 0/2 0/1S

2/2

Given a graph G with source S , sink T , and edge capacities κ.

DefinitionFlow on G is an assignment of flow xe (non-negative number, anddirection) to each edge such that:

I net flow at each vertex, except S and T , is zero; and

I |xe | ≤ κe .

Value of flow is outflow(S) = inflow(T ).

What is maximum value of flow on G ? How can we be sure?

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 5: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Max flow min cutBoundary matrixLinear programming

Max flow

2/2 2/2

3/3

2/3

T

3/3

2/3

0/1 1/2 1/1 1/2 0/1S

2/2 2/2

Given a graph G with source S , sink T , and edge capacities κ.

DefinitionFlow on G is an assignment of flow xe (non-negative number, anddirection) to each edge such that:

I net flow at each vertex, except S and T , is zero; and

I |xe | ≤ κe .

Value of flow is outflow(S) = inflow(T ).

What is maximum value of flow on G ? How can we be sure?

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 6: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Max flow min cutBoundary matrixLinear programming

Min cut 2 2

2 2

3

3

T

3

3

1 2 1 2 1S

DefinitionCut is minimal set of edges whose removal disconnects S from T .Value of cut is

∑e∈cut κe .

Clearly, value(flow) ≤ value(cut), so max flow ≤ min cut.

Theorem (Classic max flow min cut)

Max flow = min cut.

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 7: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Max flow min cutBoundary matrixLinear programming

Min cut 2/2

2/2 2/2

3/3

2/3

T

3/3

2/3

0/1 1/2 1/1 1/2 0/1S

2/2

DefinitionCut is minimal set of edges whose removal disconnects S from T .Value of cut is

∑e∈cut κe .

Clearly, value(flow) ≤ value(cut), so max flow ≤ min cut.

Theorem (Classic max flow min cut)

Max flow = min cut.

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 8: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Max flow min cutBoundary matrixLinear programming

Add an extra edge 2 2

2 2

3

3

T

3

3

1 2 1 2 1S

DefinitionFlow on G is an assignment of flow xe (non-negative number, anddirection) to each edge such that:

I net flow at each vertex is zero; and

I |xe | ≤ κe .

Value of flow is x0.

DefinitionCut is minimal set of edges, including e0, whose removaldisconnects G . Value of cut is

∑e∈cut\e0

κe .

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 9: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Max flow min cutBoundary matrixLinear programming

Add an extra edge

5

T

2/3

0/1 1/2 1/1 1/2 0/1S

2/2 2/2

2/2 2/2

3/3

2/33/3

DefinitionFlow on G is an assignment of flow xe (non-negative number, anddirection) to each edge such that:

I net flow at each vertex is zero; and

I |xe | ≤ κe .

Value of flow is x0.

DefinitionCut is minimal set of edges, including e0, whose removaldisconnects G . Value of cut is

∑e∈cut\e0

κe .

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 10: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Max flow min cutBoundary matrixLinear programming

Add an extra edge

5

T

3/3

2/3

0/1 1/2 1/1 1/2 0/1S

2/2 2/2

2/2 2/2

3/3

2/3

DefinitionFlow on G is an assignment of flow xe (non-negative number, anddirection) to each edge such that:

I net flow at each vertex is zero; and

I |xe | ≤ κe .

Value of flow is x0.

DefinitionCut is minimal set of edges, including e0, whose removaldisconnects G . Value of cut is

∑e∈cut\e0

κe .

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 11: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Max flow min cutBoundary matrixLinear programming

Flows and boundary -2

?

3

� 2

6 3

�����

4

r rrr

−1 1 0 0 01 0 1 −1 00 −1 −1 0 10 0 0 1 −1

24332

= −4− 3 + 2 = − 5

Assign orientation to each edge (flow going “backwards” getsnegative value)

netflow(v) =∑v=e+

xe −∑

v=e−

xe =∑v∈e

(−1)ε(e,v)xe = (∂x)v

So net flow condition is ∂x = 0.

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 12: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Max flow min cutBoundary matrixLinear programming

Flows and boundary -2

?

5

� 5

6 3

�����

2

r rrr

−1 1 0 0 01 0 1 −1 00 −1 −1 0 10 0 0 1 −1

22355

= −2− 3 + 5 =

0

Assign orientation to each edge (flow going “backwards” getsnegative value)

netflow(v) =∑v=e+

xe −∑

v=e−

xe =∑v∈e

(−1)ε(e,v)xe = (∂x)v

So net flow condition is ∂x = 0.

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 13: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Max flow min cutBoundary matrixLinear programming

Cuts and coboundary

-

?�

6

�����

r rrr1

0

0

1

Assign 1 to every vertex on one side of the cut, 0 to every vertexon the other side.

Let yv be value at v . Compute coboundary,

∂T y =

−1 1 0 0 01 0 1 −1 00 −1 −1 0 10 0 0 1 −1

T

0101

=(1 0 1 0 −1

)Edges in cut are those that have both 0 and 1 endpoints.

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 14: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Max flow min cutBoundary matrixLinear programming

Cuts and coboundary

-

?�

6

�����

r rrr1

0

0

1

Assign 1 to every vertex on one side of the cut, 0 to every vertexon the other side. Let yv be value at v . Compute coboundary,

∂T y =

−1 1 0 0 01 0 1 −1 00 −1 −1 0 10 0 0 1 −1

T

0101

=(1 0 1 0 −1

)

Edges in cut are those that have both 0 and 1 endpoints.

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 15: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Max flow min cutBoundary matrixLinear programming

Cuts and coboundary

-

?�

6

�����

r rrr1

0

0

1

Assign 1 to every vertex on one side of the cut, 0 to every vertexon the other side. Let yv be value at v . Compute coboundary,

∂T y =

−1 1 0 0 01 0 1 −1 00 −1 −1 0 10 0 0 1 −1

T

0101

=(1 0 1 0 −1

)Edges in cut are those that have both 0 and 1 endpoints.

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 16: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Max flow min cutBoundary matrixLinear programming

Linear programming

Flow is now a linear program

I Find vector x (in edge space)

I ∂x = 0 (x is in flow space)

I −κe ≤ xe ≤ κe (can omit e0)

I max x0

The dual program is (can easily be reworked to say):

I Find vector y (in vertex space)

I Let u = ∂T y (in cut space)

I u0 = 1

I min∑

e κe |ue |Linear programming says the solutions are equal; with some effortwe can show the solution to the dual LP is the min cut problem.

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 17: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Max flow min cutBoundary matrixLinear programming

Linear programming

Flow is now a linear program

I Find vector x (in edge space)

I ∂x = 0 (x is in flow space)

I −κe ≤ xe ≤ κe (can omit e0)

I max x0

The dual program is (can easily be reworked to say):

I Find vector y (in vertex space)

I Let u = ∂T y (in cut space)

I u0 = 1

I min∑

e κe |ue |

Linear programming says the solutions are equal; with some effortwe can show the solution to the dual LP is the min cut problem.

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 18: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Max flow min cutBoundary matrixLinear programming

Linear programming

Flow is now a linear program

I Find vector x (in edge space)

I ∂x = 0 (x is in flow space)

I −κe ≤ xe ≤ κe (can omit e0)

I max x0

The dual program is (can easily be reworked to say):

I Find vector y (in vertex space)

I Let u = ∂T y (in cut space)

I u0 = 1

I min∑

e κe |ue |Linear programming says the solutions are equal; with some effortwe can show the solution to the dual LP is the min cut problem.

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 19: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Cell complexesFlow space and cut spaceMax flow min cut

Cell complexes

DefinitionA cell complex X is a finite CW-complex (i.e., collection of cells ofdifferent dimensions), with say n facets and p ridges, and a p × ncellular boundary matrix ∂ ∈ Zp×n.

Example

1

5

2

4

32 3 5 7

2 3 0 00 0 5 7

RemarkAny Z matrix can be the boundary matrix of a cell complex.

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 20: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Cell complexesFlow space and cut spaceMax flow min cut

Cell complexes

DefinitionA cell complex X is a finite CW-complex (i.e., collection of cells ofdifferent dimensions), with say n facets and p ridges, and a p × ncellular boundary matrix ∂ ∈ Zp×n.

Example

1

5

2

4

32 3 5 7

2 3 0 00 0 5 7

RemarkAny Z matrix can be the boundary matrix of a cell complex.

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 21: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Cell complexesFlow space and cut spaceMax flow min cut

Cellular matroids

I Matroid whose elements are columns of boundary matrix

I Dependent sets are the supports of the kernel of the boundarymatrix

Example

1

5

2

4

32 3 5 7

2 3 0 00 0 5 7

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 22: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Cell complexesFlow space and cut spaceMax flow min cut

Flow space and circuits

Definitioni-dimensional flow space of cell complex X is

Flowi (X ) = ker(∂i : Ci−1(X ,R)→ Ci−1(X ,R)).

A circuit of X is a minimal set of i-faces that support non-0 vectorof Flowi (X )

RemarkCircuits are the circuits (minimal dependent sets) of cellularmatroid.

Example

Bipyramid

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 23: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Cell complexesFlow space and cut spaceMax flow min cut

Flow space and circuits

Definitioni-dimensional flow space of cell complex X is

Flowi (X ) = ker(∂i : Ci−1(X ,R)→ Ci−1(X ,R)).

A circuit of X is a minimal set of i-faces that support non-0 vectorof Flowi (X )

RemarkCircuits are the circuits (minimal dependent sets) of cellularmatroid.

Example

Bipyramid

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 24: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Cell complexesFlow space and cut spaceMax flow min cut

Flow space and circuits

Definitioni-dimensional flow space of cell complex X is

Flowi (X ) = ker(∂i : Ci−1(X ,R)→ Ci−1(X ,R)).

A circuit of X is a minimal set of i-faces that support non-0 vectorof Flowi (X )

RemarkCircuits are the circuits (minimal dependent sets) of cellularmatroid.

Example

Bipyramid

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 25: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Cell complexesFlow space and cut spaceMax flow min cut

Cut space and cocircuits

Definitioni-dimensional cut space of cell complex X is

Cuti (X ) = im(∂∗i : Ci−1(X ,R)→ Ci (X ,R)).

A cocircuit of X is a minimal set of i-faces that support non-0vector of Cuti (X )

RemarkCut space is the rowspace of the boundary matrix; cut space andflow space are orthogonal complements.

RemarkCocircuits are the cocircuits of cellular matroid

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 26: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Cell complexesFlow space and cut spaceMax flow min cut

Cut space and cocircuits

Definitioni-dimensional cut space of cell complex X is

Cuti (X ) = im(∂∗i : Ci−1(X ,R)→ Ci (X ,R)).

A cocircuit of X is a minimal set of i-faces that support non-0vector of Cuti (X )

RemarkCut space is the rowspace of the boundary matrix; cut space andflow space are orthogonal complements.

RemarkCocircuits are the cocircuits of cellular matroid

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 27: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Cell complexesFlow space and cut spaceMax flow min cut

Topological interpretation of cocircuits

RemarkCocircuits are minimal for increasing (i − 1)-dimensional homologyinstead of decreasing i-dimensional homology

Examples

1

5

2

4

32 3 5 7

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 28: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Cell complexesFlow space and cut spaceMax flow min cut

Max flow in higher dimensions

I Find vector x (in facet space)

I ∂x = 0 (x is in flow space)

I −κf ≤ xf ≤ κf (can omit f0)

I identify designated facet f0; max f0

Find a codimension-1 cycle on the complex, and attach a facet f0

filling that cycle. We are trying to maximize circulation on thatdesignated facet (around that cycle), while making all circulationbalance on each codimension-1 face (ridge).

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 29: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Cell complexesFlow space and cut spaceMax flow min cut

Max flow in higher dimensions

I Find vector x (in facet space)

I ∂x = 0 (x is in flow space)

I −κf ≤ xf ≤ κf (can omit f0)

I identify designated facet f0; max f0

Find a codimension-1 cycle on the complex, and attach a facet f0

filling that cycle. We are trying to maximize circulation on thatdesignated facet (around that cycle), while making all circulationbalance on each codimension-1 face (ridge).

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 30: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Cell complexesFlow space and cut spaceMax flow min cut

Min cut in higher dimensions

The dual program is (can easily be reworked to say):

I Find vector y (in ridge space)

I Let u = ∂T y (in cut space)

I u0 = 1

I min∑

p κp|up|

Linear programming says this min value equals the max flow, andit is (by construction) in cut space. But is the solution u supportedon a cocircuit?

Theorem (DKM)

The max flow equals the value of some solution to the dual LPwhose support is a cocircuit.

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 31: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Cell complexesFlow space and cut spaceMax flow min cut

Min cut in higher dimensions

The dual program is (can easily be reworked to say):

I Find vector y (in ridge space)

I Let u = ∂T y (in cut space)

I u0 = 1

I min∑

p κp|up|Linear programming says this min value equals the max flow, andit is (by construction) in cut space. But is the solution u supportedon a cocircuit?

Theorem (DKM)

The max flow equals the value of some solution to the dual LPwhose support is a cocircuit.

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 32: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Cell complexesFlow space and cut spaceMax flow min cut

Min cut in higher dimensions

The dual program is (can easily be reworked to say):

I Find vector y (in ridge space)

I Let u = ∂T y (in cut space)

I u0 = 1

I min∑

p κp|up|Linear programming says this min value equals the max flow, andit is (by construction) in cut space. But is the solution u supportedon a cocircuit?

Theorem (DKM)

The max flow equals the value of some solution to the dual LPwhose support is a cocircuit.

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 33: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Cell complexesFlow space and cut spaceMax flow min cut

Summary

Theorem (DKM)

The max flow around a codimension-1 cycle equals the “capacity”of a min cut containing the added face that fills in the cycle.

Fine print:

I normalize cut vector by specifying its value is 1 on f0, theadded filling-in facet

I cut vector might not be all 1’s and 0’s

I capacity of cut is inner product of facet capacities with cutvector

Questions:

I Is there an analogue to Ford-Fulkerson? That is, acombinatorial algorithm that would construct the “min cut”,without relying on linear programming?

I What happens when we restrict to integers?

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 34: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Cell complexesFlow space and cut spaceMax flow min cut

Summary

Theorem (DKM)

The max flow around a codimension-1 cycle equals the “capacity”of a min cut containing the added face that fills in the cycle.

Fine print:

I normalize cut vector by specifying its value is 1 on f0, theadded filling-in facet

I cut vector might not be all 1’s and 0’s

I capacity of cut is inner product of facet capacities with cutvector

Questions:

I Is there an analogue to Ford-Fulkerson? That is, acombinatorial algorithm that would construct the “min cut”,without relying on linear programming?

I What happens when we restrict to integers?

Duval, Klivans, Martin Max flow min cut in higher dimensions

Page 35: Max flow min cut in higher dimensions - UTEP · Flow space and cut space Max ow min cut Cell complexes De nition Acell complex X is a nite CW-complex (i.e., collection of cells of

GraphsHigher dimensions

Cell complexesFlow space and cut spaceMax flow min cut

Summary

Theorem (DKM)

The max flow around a codimension-1 cycle equals the “capacity”of a min cut containing the added face that fills in the cycle.

Fine print:

I normalize cut vector by specifying its value is 1 on f0, theadded filling-in facet

I cut vector might not be all 1’s and 0’s

I capacity of cut is inner product of facet capacities with cutvector

Questions:

I Is there an analogue to Ford-Fulkerson? That is, acombinatorial algorithm that would construct the “min cut”,without relying on linear programming?

I What happens when we restrict to integers?

Duval, Klivans, Martin Max flow min cut in higher dimensions