1,665 research outputs found

    How many matchings cover the nodes of a graph?

    Full text link
    Given an undirected graph, are there kk matchings whose union covers all of its nodes, that is, a matching-kk-cover? A first, easy polynomial solution from matroid union is possible, as already observed by Wang, Song and Yuan (Mathematical Programming, 2014). However, it was not satisfactory neither from the algorithmic viewpoint nor for proving graphic theorems, since the corresponding matroid ignores the edges of the graph. We prove here, simply and algorithmically: all nodes of a graph can be covered with k2k\ge 2 matchings if and only if for every stable set SS we have SkN(S)|S|\le k\cdot|N(S)|. When k=1k=1, an exception occurs: this condition is not enough to guarantee the existence of a matching-11-cover, that is, the existence of a perfect matching, in this case Tutte's famous matching theorem (J. London Math. Soc., 1947) provides the right `good' characterization. The condition above then guarantees only that a perfect 22-matching exists, as known from another theorem of Tutte (Proc. Amer. Math. Soc., 1953). Some results are then deduced as consequences with surprisingly simple proofs, using only the level of difficulty of bipartite matchings. We give some generalizations, as well as a solution for minimization if the edge-weights are non-negative, while the edge-cardinality maximization of matching-22-covers turns out to be already NP-hard. We have arrived at this problem as the line graph special case of a model arising for manufacturing integrated circuits with the technology called `Directed Self Assembly'.Comment: 10 page

    Large rainbow matchings in large graphs

    Full text link
    A \textit{rainbow subgraph} of an edge-colored graph is a subgraph whose edges have distinct colors. The \textit{color degree} of a vertex vv is the number of different colors on edges incident to vv. We show that if nn is large enough (namely, n4.25k2n\geq 4.25k^2), then each nn-vertex graph GG with minimum color degree at least kk contains a rainbow matching of size at least kk

    Local algorithms in (weakly) coloured graphs

    Full text link
    A local algorithm is a distributed algorithm that completes after a constant number of synchronous communication rounds. We present local approximation algorithms for the minimum dominating set problem and the maximum matching problem in 2-coloured and weakly 2-coloured graphs. In a weakly 2-coloured graph, both problems admit a local algorithm with the approximation factor (Δ+1)/2(\Delta+1)/2, where Δ\Delta is the maximum degree of the graph. We also give a matching lower bound proving that there is no local algorithm with a better approximation factor for either of these problems. Furthermore, we show that the stronger assumption of a 2-colouring does not help in the case of the dominating set problem, but there is a local approximation scheme for the maximum matching problem in 2-coloured graphs.Comment: 14 pages, 3 figure

    Ramsey-nice families of graphs

    Get PDF
    For a finite family F\mathcal{F} of fixed graphs let Rk(F)R_k(\mathcal{F}) be the smallest integer nn for which every kk-coloring of the edges of the complete graph KnK_n yields a monochromatic copy of some FFF\in\mathcal{F}. We say that F\mathcal{F} is kk-nice if for every graph GG with χ(G)=Rk(F)\chi(G)=R_k(\mathcal{F}) and for every kk-coloring of E(G)E(G) there exists a monochromatic copy of some FFF\in\mathcal{F}. It is easy to see that if F\mathcal{F} contains no forest, then it is not kk-nice for any kk. It seems plausible to conjecture that a (weak) converse holds, namely, for any finite family of graphs F\mathcal{F} that contains at least one forest, and for all kk0(F)k\geq k_0(\mathcal{F}) (or at least for infinitely many values of kk), F\mathcal{F} is kk-nice. We prove several (modest) results in support of this conjecture, showing, in particular, that it holds for each of the three families consisting of two connected graphs with 3 edges each and observing that it holds for any family F\mathcal{F} containing a forest with at most 2 edges. We also study some related problems and disprove a conjecture by Aharoni, Charbit and Howard regarding the size of matchings in regular 3-partite 3-uniform hypergraphs.Comment: 20 pages, 2 figure

    Solving a "Hard" Problem to Approximate an "Easy" One: Heuristics for Maximum Matchings and Maximum Traveling Salesman Problems

    Get PDF
    We consider geometric instances of the Maximum Weighted Matching Problem (MWMP) and the Maximum Traveling Salesman Problem (MTSP) with up to 3,000,000 vertices. Making use of a geometric duality relationship between MWMP, MTSP, and the Fermat-Weber-Problem (FWP), we develop a heuristic approach that yields in near-linear time solutions as well as upper bounds. Using various computational tools, we get solutions within considerably less than 1% of the optimum. An interesting feature of our approach is that, even though an FWP is hard to compute in theory and Edmonds' algorithm for maximum weighted matching yields a polynomial solution for the MWMP, the practical behavior is just the opposite, and we can solve the FWP with high accuracy in order to find a good heuristic solution for the MWMP.Comment: 20 pages, 14 figures, Latex, to appear in Journal of Experimental Algorithms, 200
    corecore