on some tractable constraints on paths in graphs and in
play

On some tractable constraints on paths in graphs and in proofs - PowerPoint PPT Presentation

. . . . . . . . . . . . . . On some tractable constraints on paths in graphs and in proofs Nguyn L Thnh Dng cole normale suprieure de Paris & LIPN, Universit Paris Nord nltd@nguyentito.eu Cologne-Twente Workshop


  1. . . . . . . . . . . . . . . On some tractable constraints on paths in graphs and in proofs Nguyễn Lê Thành Dũng École normale supérieure de Paris & LIPN, Université Paris Nord nltd@nguyentito.eu Cologne-Twente Workshop on Graphs and Combinatorial Optimization (CTW) Paris, June 18 th , 2018 Nguyễn L. T. D. (ENS Paris & LIPN) CTW 2018 . . . . . . . . . . . . . . . . . . . . . . . . . . 1 / 22

  2. . . . . . . . . . . . . . . Constrained path-fjnding problems Problem Output: a path p between u and v p must satisfy constraints depending on D Such problems are often either: This talk: focus on problems equivalent to alternating paths easier than for general matchings Nguyễn L. T. D. (ENS Paris & LIPN) CTW 2018 . . . . . . . . . . . . . . . . . . . . . . 2 / 22 . . . . Input: undirected graph G , vertices u , v ∈ V ( G ) , additional data D e.g. for directed graphs, D = edge directions ▶ reducible to undirected reachability ( L ) ▶ reducible to directed reachability ( NL ) ▶ reducible to alternating paths for matchings ▶ NP -complete ▶ Note: directed path = alt. path for bipartite matching, seems strictly

  3. . . . . . . . . . . . . . . Alternating paths and cycles / Terminology Importance of alt. paths: combinatorial matching algorithms Lemma (Berge 1957) A matching is maximum ifg it admits no alternating path . A perfect matching is unique ifg it admits no alternating cycle . Here, path (resp. cycle ) means without repeating vertices From now on, trail (resp. closed trail ) means w/o repeating edges Nguyễn L. T. D. (ENS Paris & LIPN) CTW 2018 . . . . . . . . . . . . . . . . . . . . . . . . . . 3 / 22 Unconstrained: ∀ u , v , ∃ path ⇔ ∃ trail ⇔ ∃ walk Alternating for a matching: ∃ path ⇔ ∃ trail ̸⇔ ∃ walk

  4. . . . . . . . . . . . . . . . Example: properly colored paths Defjnition A path/trail/walk is properly colored ( PC ) if consecutive edges have difgerent colors. Conversely, alt. paths can encode PC paths (Szeider 2003, Gutin & Kim 2009) and PC trails (Abouelaoualim et al. 2008) Nguyễn L. T. D. (ENS Paris & LIPN) CTW 2018 . . . . . . . . . . . . . . . . . . . . . . . . . 4 / 22 Edge-colored graph: equipped with E → { colors } Generalizes alternating paths, but ∃ PC path ̸⇔ ∃ PC trail

  5. . . . . . . . . . . . . A family of equivalent problems (1) . In what sense are these problems equivalent ? One possible meaning: complexity-theoretic reductions Theorem Alternating paths for general matchings can be found in linear time . Corollary Properly colored paths and trails can be found in linear time. But these reductions are not merely algorithmic: they also transfer structural properties another Nguyễn L. T. D. (ENS Paris & LIPN) CTW 2018 . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 / 22 ▶ Next slide: structural theorems which can all be proved from one

  6. . . . . . . . . . . . . A family of equivalent problems (2) . Theorem (Kotzig 1959) Every unique perfect matching (i.e. w/o alt. cycle) contains a bridge. Theorem (Yeo 1997) An edge-colored graph without PC cycle has a “color-separating vertex”. Theorem (Abouelaoualim et al. 2008) incident color, or a bridge. To sum up: tractable path-fjnding + “structure from acyclicity” Many more constraints belong to this family: Szeider, On theorems equivalent with Kotzig’s result on graphs with unique 1-factors , 2004 Nguyễn L. T. D. (ENS Paris & LIPN) CTW 2018 . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 / 22 An edge-colored graph without PC closed trail has either a vertex with ≤ 1

  7. . . . . . . . . . . . . . . Our results We exhibit new members of this family: + a dichotomy theorem: other cases of rainbow paths are all NP -complete And another equivalent problem coming from logic, whose theory has been independently investigated by logicians path-fjnding Nguyễn L. T. D. (ENS Paris & LIPN) CTW 2018 . . . . . . . . . . . . . . . . . . . . . . . . . . 7 / 22 ▶ trails avoiding forbidden transitions ▶ a special case of rainbow paths ▶ They discovered “structure from acyclicity”, but not linear-time

  8. . . . . . . . . . . . . . . . Forbidden transitions Defjnition Very general notion of local constraint Finding compatible paths is NP -complete (Szeider 2003) We reduce compatible trails to properly colored paths Nguyễn L. T. D. (ENS Paris & LIPN) CTW 2018 . . . . . . . . . . . . . . . . . . . . . 8 / 22 . . . . Let G = ( V , E ) be a multigraph. A transition graph for a vertex v ∈ V is a graph whose vertices are the edges incident to v . A transition system on G is a family T = ( T ( v )) v ∈ V of transition graphs. A path (resp. trail) v 1 , e 1 , v 2 . . . , e k − 1 , v k is said to be compatible if for i = 1 , . . . , k − 1, e i and e i + 1 are adjacent in T ( v i + 1 ) . ▶ Generalizes properly colored paths/trails

  9. . . . . . . . . . . . . . . . The edge-colored line graph Defjnition taking the line graph of G , coloring its edges according to the vertices of G they come from, and deleting the edges corresponding to forbidden transitions. Nguyễn L. T. D. (ENS Paris & LIPN) CTW 2018 . . . . . . . . . . . . . . . . . . . . . . . . . 9 / 22 Let G = ( V , E ) be a multigraph and T be a transition system on G . The EC-line graph L EC ( G , T ) is formed by

  10. . . . . . . . . . . . . . . . The edge-colored line graph Defjnition taking the line graph of G , coloring its edges according to the vertices of G they come from, and deleting the edges corresponding to forbidden transitions. Nguyễn L. T. D. (ENS Paris & LIPN) CTW 2018 . . . . . . . . . . . . . . . . . . . . . . . . . 9 / 22 Let G = ( V , E ) be a multigraph and T be a transition system on G . The EC-line graph L EC ( G , T ) is formed by

  11. . . . . . . . . . . . . . . Results on compatible trails Lemma Trails in G compatible with T correspond to properly colored paths in Theorem Finding a compatible trail can be done with a time complexity linear in the Theorem (“Structure from acyclicity”) no closed trail compatible with T, then G has a bridge. Generalizes the result on PC trails mentioned earlier Nguyễn L. T. D. (ENS Paris & LIPN) CTW 2018 . . . . . . . . . . . . . . . . . . . . . . . . . . 10 / 22 L EC ( G , T ) (bijectively, modulo technical details). number of allowed transitions (thus, in at most O ( | E | 2 ) time). If, for all vertices v in G, the transition graph T ( v ) is connected , and G has

  12. . . . . . . . . . . . . Rainbow paths . Actually, compatible paths can also be read from the EC-line graph Defjnition A path is properly colored if consecutive edges have difgerent colors. A path is rainbow if all its edges have difgerent colors. Lemma (bijectively, modulo technical details). Corollary: since fjnding compatible paths is NP -hard, so is fjnding rainbow paths Nguyễn L. T. D. (ENS Paris & LIPN) CTW 2018 . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 / 22 Paths in G compatible with T correspond to rainbow paths in L EC ( G , T ) ▶ This was already known (Chakraborty et al. 2011) ▶ But we can be more precise

  13. . . . . . . . . . . . . Precise NP-hardness for rainbow paths . Szeider established a dichotomy theorem for compatible paths: if we try to restrict the shape of the transition graphs, and we have a criterion to know in which case we are. Together with an adaptation of the reduction by Chakraborty et al., this allows us to prove this new result: Theorem is equivalent to alt. paths / PC paths / etc., and therefore tractable Thus, we have a dichotomy theorem for rainbow paths Nguyễn L. T. D. (ENS Paris & LIPN) CTW 2018 . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 / 22 ▶ either the problem is still NP -hard, ▶ or it can be solved in linear time, Unless all graphs in a class A are complete multipartite , fjnding a rainbow path in an edge-colored graph whose color classes are in A is NP -complete . However, if A is the class of complete multipartite graphs, then it ▶ In fact, (non-trivially) linear-time solvable

  14. . . . . . . . . . . . . . . . Structure from rainbow acyclicity Theorem If an edge-colored graph whose color classes are complete multipartite has no rainbow cycle, then it contains the kind of confjguration described below. Next, let’s talk about logic Nguyễn L. T. D. (ENS Paris & LIPN) CTW 2018 . . . . . . . . . . . . . . . . . . . . . . . . . 13 / 22

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend