treewidth reduction and algorithmic applications
play

Treewidth reduction and algorithmic applications Treewidth reduction - PowerPoint PPT Presentation

Content Treewdith Reduction Theorem The Algorithmic Motivation Proof Idea Concluding remarks Treewidth reduction and algorithmic applications Treewidth reduction and algorithmic applications Content Treewdith Reduction Theorem The


  1. Content Treewdith Reduction Theorem The Algorithmic Motivation Proof Idea Concluding remarks Treewidth reduction and algorithmic applications Treewidth reduction and algorithmic applications

  2. Content Treewdith Reduction Theorem The Algorithmic Motivation Proof Idea Concluding remarks Content Treewidth Reduction Theorem 1 Background for the Algorithmic Motivation 2 The Algorithmic Motivation itself 3 Idea of Proof 4 Concluding remarks 5 Treewidth reduction and algorithmic applications

  3. Content Treewdith Reduction Theorem Minimal s − t separator The Algorithmic Motivation Torso graph Proof Idea Treewidth reduction theorem Concluding remarks Minimal s − t separator Given graph G and two vertices s and t . S is a separator if it disconnects s and t . Minimality: no proper subset of S disconnects s and t . S T Treewidth reduction and algorithmic applications

  4. Content Treewdith Reduction Theorem Minimal s − t separator The Algorithmic Motivation Torso graph Proof Idea Treewidth reduction theorem Concluding remarks Torso graph Given a graph G and a set C of vertices. Take G [ C ]. Add edges between vertices adjacent to connected components of G \ C . The resulting graph is called torso ( G , C ). Treewidth reduction and algorithmic applications

  5. Content Treewdith Reduction Theorem Minimal s − t separator The Algorithmic Motivation Torso graph Proof Idea Treewidth reduction theorem Concluding remarks Treewidth reduction theorem Given graph G , two specified vertices s and t , an integer k . Treewidth reduction and algorithmic applications

  6. Content Treewdith Reduction Theorem Minimal s − t separator The Algorithmic Motivation Torso graph Proof Idea Treewidth reduction theorem Concluding remarks Treewidth reduction theorem Given graph G , two specified vertices s and t , an integer k . Let C be the union of all minimal s − t separators of size at most k . Treewidth reduction and algorithmic applications

  7. Content Treewdith Reduction Theorem Minimal s − t separator The Algorithmic Motivation Torso graph Proof Idea Treewidth reduction theorem Concluding remarks Treewidth reduction theorem Given graph G , two specified vertices s and t , an integer k . Let C be the union of all minimal s − t separators of size at most k . The graph torso ( G , C ) has a treewidth bounded by a function of k . Treewidth reduction and algorithmic applications

  8. Content Treewdith Reduction Theorem Minimal s − t separator The Algorithmic Motivation Torso graph Proof Idea Treewidth reduction theorem Concluding remarks Treewidth reduction theorem Given graph G , two specified vertices s and t , an integer k . Let C be the union of all minimal s − t separators of size at most k . The graph torso ( G , C ) has a treewidth bounded by a function of k . Remark. Minimality is essential: otherwise C will include all the vertices. Treewidth reduction and algorithmic applications

  9. Content Constrained separation problem Treewdith Reduction Theorem Treewdith reduction for the stable cut problem The Algorithmic Motivation A more general result Proof Idea Bipartization problems Concluding remarks Summary of consequences Constrained separation problems A classic problem: given graph G and vertices s , t what is the size of the smallest s − t separator? Solvable in polynomial time by network flow techniques. Treewidth reduction and algorithmic applications

  10. Content Constrained separation problem Treewdith Reduction Theorem Treewdith reduction for the stable cut problem The Algorithmic Motivation A more general result Proof Idea Bipartization problems Concluding remarks Summary of consequences Constrained separation problems A classic problem: given graph G and vertices s , t what is the size of the smallest s − t separator? Solvable in polynomial time by network flow techniques. When constraints are added on the separator, the problem usually becomes NP-hard. Example (stable cut problem): find a smallest s − t separator S such that G [ S ] is an independent set. We parameterize the problem by the size of the separator. Treewidth reduction and algorithmic applications

  11. Content Constrained separation problem Treewdith Reduction Theorem Treewdith reduction for the stable cut problem The Algorithmic Motivation A more general result Proof Idea Bipartization problems Concluding remarks Summary of consequences Treewdith reduction for the stable cut problem Finding a stable cut of size at most k is the same as to find a minimal stable cut of size at most k . Treewidth reduction and algorithmic applications

  12. Content Constrained separation problem Treewdith Reduction Theorem Treewdith reduction for the stable cut problem The Algorithmic Motivation A more general result Proof Idea Bipartization problems Concluding remarks Summary of consequences Treewdith reduction for the stable cut problem Finding a stable cut of size at most k is the same as to find a minimal stable cut of size at most k . Let C be the union of all minimal separators plus { s , t } . Treewidth reduction and algorithmic applications

  13. Content Constrained separation problem Treewdith Reduction Theorem Treewdith reduction for the stable cut problem The Algorithmic Motivation A more general result Proof Idea Bipartization problems Concluding remarks Summary of consequences Treewdith reduction for the stable cut problem Finding a stable cut of size at most k is the same as to find a minimal stable cut of size at most k . Let C be the union of all minimal separators plus { s , t } . By the treewdith reduction theorem G ∗ = torso ( G , C ) has a treewidth bounded by a function of k . Treewidth reduction and algorithmic applications

  14. Content Constrained separation problem Treewdith Reduction Theorem Treewdith reduction for the stable cut problem The Algorithmic Motivation A more general result Proof Idea Bipartization problems Concluding remarks Summary of consequences Treewdith reduction for the stable cut problem Finding a stable cut of size at most k is the same as to find a minimal stable cut of size at most k . Let C be the union of all minimal separators plus { s , t } . By the treewdith reduction theorem G ∗ = torso ( G , C ) has a treewidth bounded by a function of k . By a cosmetic modification, minimal s − t separators in G and G ∗ induce the same graphs. Treewidth reduction and algorithmic applications

  15. Content Constrained separation problem Treewdith Reduction Theorem Treewdith reduction for the stable cut problem The Algorithmic Motivation A more general result Proof Idea Bipartization problems Concluding remarks Summary of consequences Treewdith reduction for the stable cut problem Finding a stable cut of size at most k is the same as to find a minimal stable cut of size at most k . Let C be the union of all minimal separators plus { s , t } . By the treewdith reduction theorem G ∗ = torso ( G , C ) has a treewidth bounded by a function of k . By a cosmetic modification, minimal s − t separators in G and G ∗ induce the same graphs. That is, instead of solving the problem for G , we solve the problem for G ∗ . A fixed-parameter algorithm immediately follows from Courcelle theorem. Treewidth reduction and algorithmic applications

  16. Content Constrained separation problem Treewdith Reduction Theorem Treewdith reduction for the stable cut problem The Algorithmic Motivation A more general result Proof Idea Bipartization problems Concluding remarks Summary of consequences A more general result Instead of being without edges G [ S ] can belong to an arbitrary class that is: Hereditary Solvable Treewidth reduction and algorithmic applications

  17. Content Constrained separation problem Treewdith Reduction Theorem Treewdith reduction for the stable cut problem The Algorithmic Motivation A more general result Proof Idea Bipartization problems Concluding remarks Summary of consequences A more general result Instead of being without edges G [ S ] can belong to an arbitrary class that is: Hereditary Solvable Being hereditary is needed to enable taking minimal separators. Treewidth reduction and algorithmic applications

  18. Content Constrained separation problem Treewdith Reduction Theorem Treewdith reduction for the stable cut problem The Algorithmic Motivation A more general result Proof Idea Bipartization problems Concluding remarks Summary of consequences A more general result Instead of being without edges G [ S ] can belong to an arbitrary class that is: Hereditary Solvable Being hereditary is needed to enable taking minimal separators. Being solvable is needed to explicitly encode all graphs of size at most k in the formula. Treewidth reduction and algorithmic applications

  19. Content Constrained separation problem Treewdith Reduction Theorem Treewdith reduction for the stable cut problem The Algorithmic Motivation A more general result Proof Idea Bipartization problems Concluding remarks Summary of consequences A more general result Instead of being without edges G [ S ] can belong to an arbitrary class that is: Hereditary Solvable Being hereditary is needed to enable taking minimal separators. Being solvable is needed to explicitly encode all graphs of size at most k in the formula. The formula will get huge but still bounded by a function of k . Treewidth reduction and algorithmic applications

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