Talk:Capacitated packing of k-arborescences

From Egres Open
Jump to: navigation, search

Capacitated packing of k-braids -- Tamás Király 16:08, 4 January 2010 (UTC)

The analogous statement for the capacitated packing of k-braids is true in both undirected and directed graphs. This follows from the fact that the polyhedron of s-t flows of value k is a polyhedron defined by a TU matrix, so it has the integer decomposition property. Since each integer s-t flow of value k contains a k-braid, a capacity-obeying packing of k-braids can be obtained from the integer decomposition.

Colourful k-trees -- Tamás Király 22:32, 13 January 2010 (UTC)

It may be interesting to formulate an undirected version of the equivalent conjecture on colourful k-arborescences. Here is my proposal, which is actually more general than the directed one:

Let us call the edge-disjoint union of k spanning trees a k-tree. Let G=(V,E) be a graph that is a kl-tree, and let S1,,St be edge-disjoint star subgraphs of G, each of size at most l.

We want to decompose G into l disjoint k-trees T1,,Tk, such that |TiSj|1 for every i and j. When is this possible?

Re: Colourful k-trees -- Tamás Király 15:56, 5 February 2010 (UTC)

I thought about this and it is not always possible even for k=1 and l=2. Let V={v1,v2,v3,v4}, and let G be the complete graph on V. We extend the node set by 3 new nodes: w1,w2,w3, and add edges v1w1,v2w2,v3w3, and v4w1,v4w2,v4w3. Let G=(V,E) be the new graph; we prove that the answer is negative for G. The stars that we consider are the following: (v4v1,v4w3),(v4v2,v4w1),(v4v3,v4w2), and (v1v3,v1w1),(v2v1,v2w2),(v3v2,v3w3). Because the nodes wi have degree 2, the structure of the stars implies that any two independent edges of G must be in different trees. But two trees with that property do not exist.

When double arcs form a rooted connected subdigraph -- Tamás Király 18:38, 7 February 2010 (UTC)

Here is a special case that can be proved easily. Let k=2, l=2, and let us call an arc with capacity 2 a double arc; other arcs are called simple arcs. We consider the case when the subdigraph formed by double arcs is rooted connected, so it contains a spanning arborescence B. In this case the conjecture is true, and the sketch of the proof is the following.

  • Let us call a set XVr0 tight if ϱc(X)=4. We can assume that {v} is tight for every vVr0, otherwise c could be decreased. In addition, we may assume that the only other possible tight set is Vr0. To see this, consider another tight set X. We can define two smaller problems, by contracting X and V-X respectively. By induction, these smaller instances have solutions, and it is easy to see that these two solutions can be glued together (we use here that X is entered by a double arc).
  • We can assume that B contains all double arcs, because we can replace other double arcs by 2 parallel arcs. Since each node has in-capacity 4, one entering double arc guarantees that the other 2 arcs are in different 2-arborescences.
  • We can simplify the structure of simple arcs. Consider B as a rooted tree. We will give 3 types of modifications. At each type, we change the tail of one arc, which cannot create a deficient set because there are no non-trivial sight sets. Moreover, it can be seen that a good decomposition of the resulting graph into 2 2-arborescences can be easily transformed into a good decomposition of the original digraph. The 3 modifications are:
    • Let uv be a simple arc where u is not a descendant of v (in the rooted tree defined by B), and not the root. Let w be the parent of v. Replace uv by wv.
    • Let uv be a simple arc where u is a descendant of v. Let w be the child of v whose descendant is u. Replace uv by wv.
    • Let r0v be a simple arc, and suppose that Vr0 is not tight. Let w be the parent of v. Replace r0v by wv.
  • After these modifications, simple arcs can only go between parent and child, except for 2 arcs form the root if Vr0 is tight. For such instances, it is easy to see that the conjecture is true, by induction on the size of the digraph.

Small cases, checked exhaustively -- Daveagp 17:33, 30 June 2011 (UTC)

An undergrad at EPFL, Fréd Pythoud, has done a brute-force calculation to find counterexamples, for a semester project. We focussed on the case k=2, l=2 and got as far as 6 vertices. There are no counter-examples up to that point.