Slide 19
Slide 19 text
Introduction
Motivation
Sparks
An algorithm for a 4-flow
Questions
Orienting eulerian graphs
The Algorithm
Example
Tests
Complexity
Efficiency
Proof If G contains just one vertex and no edges, then that
vertex has label 0 and a mod 4-orientation.
For a graph with at least one edge, choose two vertices u and
v such that α := (u, v). Contract the edge α in G. If
π(v) = π(u), then clearly π(w) = 0. Otherwise, their flows
will not balance when summed and π(w) = 1. Therefore,
π(w) := π(u) + π(v) (mod 2).
By induction hypothesis, (G/α, π) has a mod 4-orientation.
Assign the directions of the edges of G/α to G.
All the vertices of G, except u and v, are balanced. By
Lemma 4.1, ϕ(u), ϕ(v) ∈ {±1}.
Breno L. Freitas Extending snarks