17 results on '"Pilipczuk, Marcin"'
Search Results
2. Deleting Vertices to Graphs of Bounded Genus
- Author
-
Kociumaka, Tomasz and Pilipczuk, Marcin
- Published
- 2019
- Full Text
- View/download PDF
3. Flow-augmentation II: Undirected Graphs.
- Author
-
Kim, Eun Jung, Kratsch, Stefan, Pilipczuk, Marcin, and Wahlström, Magnus
- Subjects
UNDIRECTED graphs ,MULTIGRAPH ,DIRECTED graphs - Abstract
We present an undirected version of the recently introduced flow-augmentation technique: Given an undirected multigraph G with distinguished vertices s,t ∈ V(G) and an integer k, one can in randomized k
(1) ⋅ (|V(G)| + |E(G)|) time sample a set A ⊆ \(\binom{V(G)}{2}\) such that the following holds: for every inclusion-wise minimal st-cut Z in G of cardinality at most k, Z becomes a minimum-cardinality cut between s and t in G+A (i.e., in the multigraph G with all edges of A added) with probability 2-(k log k ). Compared to the version for directed graphs [STOC 2022], the version presented here has improved success probability (2-(k log k ) instead of 2-(k ), linear dependency on the graph size in the running time bound, and an arguably simpler proof. An immediate corollary is that the Bi-objective st-Cut problem can be solved in randomized FPT time 24 log k)(k log k) (|V(G)|+|E(G)|) on undirected graphs. [ABSTRACT FROM AUTHOR]- Published
- 2024
- Full Text
- View/download PDF
4. Planar Directed k-Vertex-Disjoint Paths Problem
- Author
-
Pilipczuk, Marcin and Kao, Ming-Yang, editor
- Published
- 2016
- Full Text
- View/download PDF
5. Cluster Editing Parameterized above Modification-disjoint P3-packings.
- Author
-
Li, Shaohua, Pilipczuk, Marcin, and Sorge, Manuel
- Subjects
NP-hard problems ,INTEGERS ,GRAPH algorithms ,EDITING - Abstract
Given a graph G =(V,E) and an integer k, the Cluster Editing problem asks whether we can transform G into a union of vertex-disjoint cliques by at most k modifications (edge deletions or insertions). In this paper, we study the following variant of Cluster Editing. We are given a graph G = (V,E), a packing ℋ of modification-disjoint induced P
3 s (no pair of P3 s in ℋ share an edge or non-edge) and an integer ℓ. The task is to decide whether G can be transformed into a union of vertex-disjoint cliques by at most ℓ +|ℋ| modifications (edge deletions or insertions). We show that this problem is NP-hard even when ℓ = 0 (in which case the problem asks to turn G into a disjoint union of cliques by performing exactly one edge deletion or insertion per element of ℋ) and when each vertex is in at most 23 P3 s of the packing. This answers negatively a question of van Bevern, Froese, and Komusiewicz (CSR 2016, ToCS 2018), repeated by C. Komusiewicz at Shonan meeting no. 144 in March 2019. We then initiate the study to find the largest integer c such that the problem remains tractable when restricting to packings such that each vertex is in at most c packed P3 s. Here packed P3 s are those belonging to the packing ℋ. Van Bevern et al. showed that the case c = 1 is fixed-parameter tractable with respect to ℓ and we show that the case c = 2 is solvable in |V|2ℓ + O(1) time. [ABSTRACT FROM AUTHOR]- Published
- 2024
- Full Text
- View/download PDF
6. Parameterized Complexity of Eulerian Deletion Problems
- Author
-
Cygan, Marek, Marx, Dániel, Pilipczuk, Marcin, Pilipczuk, Michał, and Schlotter, Ildikó
- Published
- 2014
- Full Text
- View/download PDF
7. On the Fine-Grained Parameterized Complexity of Partial Scheduling to Minimize the Makespan
- Author
-
Nederlof, Jesper, Swennenhuis, Céline M. F., Cao, Yixin, Pilipczuk, Marcin, Sub Algorithms and Complexity, Algorithms and Complexity, Cao, Yixin, Pilipczuk, Marcin, and Combinatorial Optimization 1
- Subjects
Fixed-Parameter Tractability ,Precedence Constraints ,General Computer Science ,Scheduling ,Applied Mathematics ,Theory of computation → Parameterized complexity and exact algorithms ,Computer Science Applications - Abstract
We study a natural variant of scheduling that we call partial scheduling: In this variant an instance of a scheduling problem along with an integer k is given and one seeks an optimal schedule where not all, but only k jobs, have to be processed. Specifically, we aim to determine the fine-grained parameterized complexity of partial scheduling problems parameterized by k for all variants of scheduling problems that minimize the makespan and involve unit/arbitrary processing times, identical/unrelated parallel machines, release/due dates, and precedence constraints. That is, we investigate whether algorithms with runtimes of the type f(k)n^𝒪(1) or n^𝒪(f(k)) exist for a function f that is as small as possible. Our contribution is two-fold: First, we categorize each variant to be either in 𝖯, NP-complete and fixed-parameter tractable by k, or 𝖶[1]-hard parameterized by k. Second, for many interesting cases we further investigate the run time on a finer scale and obtain run times that are (almost) optimal assuming the Exponential Time Hypothesis. As one of our main technical contributions, we give an 𝒪(8^k k(|V|+|E|)) time algorithm to solve instances of partial scheduling problems minimizing the makespan with unit length jobs, precedence constraints and release dates, where G = (V,E) is the graph with precedence constraints., LIPIcs, Vol. 180, 15th International Symposium on Parameterized and Exact Computation (IPEC 2020), pages 25:1-25:17
- Published
- 2020
- Full Text
- View/download PDF
8. enCluster Editing Parameterized Above Modification-Disjoint P₃-Packings
- Author
-
Li, Shaohua, Pilipczuk, Marcin, Sorge, Manuel, Bläser, Markus, and Monmege, Benjamin
- Subjects
fixed-parameter tractability ,Mathematics of computing → Graph algorithms ,Graph algorithms ,parameterized complexity - Abstract
Given a graph G = (V,E) and an integer k, the Cluster Editing problem asks whether we can transform G into a union of vertex-disjoint cliques by at most k modifications (edge deletions or insertions). In this paper, we study the following variant of Cluster Editing. We are given a graph G = (V,E), a packing ℋ of modification-disjoint induced P₃s (no pair of P₃s in H share an edge or non-edge) and an integer 𝓁. The task is to decide whether G can be transformed into a union of vertex-disjoint cliques by at most 𝓁+|H| modifications (edge deletions or insertions). We show that this problem is NP-hard even when 𝓁 = 0 (in which case the problem asks to turn G into a disjoint union of cliques by performing exactly one edge deletion or insertion per element of H) and when each vertex is in at most 23 P₃s of the packing. This answers negatively a question of van Bevern, Froese, and Komusiewicz (CSR 2016, ToCS 2018), repeated by C. Komusiewicz at Shonan meeting no. 144 in March 2019. We then initiate the study to find the largest integer c such that the problem remains tractable when restricting to packings such that each vertex is in at most c packed P₃s. Van Bevern et al. showed that the case c = 1 is fixed-parameter tractable with respect to 𝓁 and we show that the case c = 2 is solvable in |V|^{2𝓁 + O(1)} time., LIPIcs, Vol. 187, 38th International Symposium on Theoretical Aspects of Computer Science (STACS 2021), pages 49:1-49:16
- Published
- 2021
- Full Text
- View/download PDF
9. The Complexity of Connectivity Problems in Forbidden-Transition Graphs and Edge-Colored Graphs
- Author
-
Bellitto, Thomas, Li, Shaohua, Okrasa, Karolina, Pilipczuk, Marcin, Sorge, Manuel, Cao, Yixin, Cheng, Siu-Wing, and Li, Minming
- Subjects
FOS: Computer and information sciences ,fixed-parameter tractability ,Mathematics of computing → Graph algorithms ,TheoryofComputation_ANALYSISOFALGORITHMSANDPROBLEMCOMPLEXITY ,Computer Science - Data Structures and Algorithms ,Data Structures and Algorithms (cs.DS) ,Graph algorithms ,parameterized complexity ,MathematicsofComputing_DISCRETEMATHEMATICS - Abstract
The notion of forbidden-transition graphs allows for a robust generalization of walks in graphs. In a forbidden-transition graph, every pair of edges incident to a common vertex is permitted or forbidden; a walk is compatible if all pairs of consecutive edges on the walk are permitted. Forbidden-transition graphs and related models have found applications in a variety of fields, such as routing in optical telecommunication networks, road networks, and bio-informatics. We initiate the study of fundamental connectivity problems from the point of view of parameterized complexity, including an in-depth study of tractability with regards to various graph-width parameters. Among several results, we prove that finding a simple compatible path between given endpoints in a forbidden-transition graph is W[1]-hard when parameterized by the vertex-deletion distance to a linear forest (so it is also hard when parameterized by pathwidth or treewidth). On the other hand, we show an algebraic trick that yields tractability when parameterized by treewidth of finding a properly colored Hamiltonian cycle in an edge-colored graph; properly colored walks in edge-colored graphs is one of the most studied special cases of compatible walks in forbidden-transition graphs., LIPIcs, Vol. 181, 31st International Symposium on Algorithms and Computation (ISAAC 2020), pages 59:1-59:15
- Published
- 2020
10. MINIMUM BISECTION IS FIXED-PARAMETER TRACTABLE.
- Author
-
CYGAN, MAREK, LOKSHTANOV, DANIEL, PILIPCZUK, MARCIN, PILIPCZUK, MICHAŁ, and SAURABH, SAKET
- Subjects
UNDIRECTED graphs ,GRAPH connectivity ,GEOMETRIC vertices ,MATHEMATICAL decomposition ,MACHINE separators - Abstract
In the classic Minimum Bisection problem we are given as input an undirected graph G and an integer k. The task is to determine whether there is a partition of V (G) into two parts A and B such that | | A| | B| | \leq 1 and there are at most k edges with one endpoint in A and the other in B. In this paper we give an algorithm for Minimum Bisection with running time 2
O(k3) n³ log³ n. This is the first fixed parameter tractable algorithm for Minimum Bisection parameterized by k. At the core of our algorithm lies a new decomposition theorem that states that every graph G can be decomposed by small separators into parts where each part is "highly connected"" in the following sense: any separator of bounded size can separate only a limited number of vertices from each part of the decomposition. Our techniques generalize to the weighted setting, where we seek a bisection of minimum weight among solutions that contain at most k edges. [ABSTRACT FROM AUTHOR]- Published
- 2019
- Full Text
- View/download PDF
11. A tight lower bound for Vertex Planarization on graphs of bounded treewidth.
- Author
-
Pilipczuk, Marcin
- Subjects
- *
PLANAR graphs , *GEOMETRIC vertices , *COMPUTATIONAL complexity , *MATHEMATICAL bounds , *STATISTICAL hypothesis testing - Abstract
In the Vertex Planarization problem one asks to delete the minimum possible number of vertices from an input graph to obtain a planar graph. The parameterized complexity of this problem, parameterized by the solution size (the number of deleted vertices) has recently attracted significant attention. The state-of-the-art algorithm of Jansen et al. (2014) runs in time 2 O ( k log k ) ⋅ n on an n -vertex graph with a solution of size k . It remains open if one can obtain a single-exponential dependency on k in the running time bound. One of the core technical contributions of the work of Jansen, Lokshtanov, and Saurabh is an algorithm that solves a weighted variant of Vertex Planarization in time 2 O ( w log w ) ⋅ n on graphs of treewidth w . In this short note we prove that the running time of this routine is tight under the Exponential Time Hypothesis, even in unweighted graphs and when parameterizing by treedepth. Consequently, it is unlikely that a potential single-exponential algorithm for Vertex Planarization parameterized by the solution size can be obtained by merely improving upon the aforementioned bounded treewidth subroutine. [ABSTRACT FROM AUTHOR]
- Published
- 2017
- Full Text
- View/download PDF
12. FIXED-PARAMETER TRACTABLE CANONIZATION AND ISOMORPHISM TEST FOR GRAPHS OF BOUNDED TREEWIDTH.
- Author
-
LOKSHTANOV, DANIEL, PILIPCZUK, MARCIN, PILIPCZUK, MICHA_L, and SAURABH, SAKET
- Subjects
- *
ISOMORPHISM (Mathematics) , *CHARTS, diagrams, etc. - Abstract
We give a fixed-parameter tractable algorithm that, given a parameter k and two graphs G1, G2, either concludes that one of these graphs has treewidth at least k or determines whether G1 and G2 are isomorphic. The running time of the algorithm on an n-vertex graph is ...⋅n5, and this is the first fixed-parameter algorithm for GRAPH ISOMORPHISM parameterized by treewidth. Our algorithm in fact solves the more general canonization problem. We namely design a procedure working in ...⋅n5 time that, for a given graph G on n vertices, either concludes that the treewidth of G is at least k or (i) finds in an isomorphic-invariant way a graph c(G) that is isomorphic to G; (ii) finds an isomorphism-invariant construction term--an algebraic expression that encodes G together with a tree decomposition of G of width less than k. Hence, the isomorphism test reduces to verifying whether the computed isomorphic copies or the construction terms for G1 and G2 are equal. [ABSTRACT FROM AUTHOR]
- Published
- 2017
- Full Text
- View/download PDF
13. DESIGNING FPT ALGORITHMS FOR CUT PROBLEMS USING RANDOMIZED CONTRACTIONS.
- Author
-
CHITNIS, RAJESH, CYGAN, MAREK, HAJIAGHAYI, MOHAMMADTAGHI, PILIPCZUK, MARCIN, and PILIPCZUK, MICHAŁ
- Subjects
CONTRACTIONS (Topology) ,EXPONENTIAL functions ,PARAMETERIZATION ,POLYNOMIAL time algorithms ,MATHEMATICAL bounds - Abstract
We introduce a new technique for designing fixed-parameter algorithms for cut problems, called randomized contractions. We apply our framework to obtain the first fixed-parameter algorithms (FPT algorithms) with exponential speed up for the STEINER CUT and NODE MULTIWAY CUT-UNCUT problems. We prove that the parameterized version of the UNIQUE LABEL COVER problem, which is the base of the Unique Games Conjecture, can be solved in 2
O(k² log ∣Σ∣) n4 log n deterministic time (even in the stronger, vertex-deletion variant), where k is the number of unsatisfied edges and ∣Σ∣ is the size of the alphabet. As a consequence, we show that one can in polynomial time solve instances of UNIQUE GAMES where the number of edges allowed not to be satisfied is upper bounded by O(√log n) to optimality, which improves over the trivial O(1) upper bound. We prove that the Steiner Cut problem can be solved in 2O(k² log k) n4 log n deterministic time and Õ(2O(k² log k) n²) randomized time, where k is the size of the cutset. This result improves the double exponential running time of the recent work of Kawarabayashi and Thorup presented at FOCS'11. We show how to combine considering "cut" and "uncut" constraints at the same time. More precisely, we define a robust problem, NODE MULTIWAY CUT-UNCUT, that can serve as an abstraction of introducing uncut constraints and show that it admits an algorithm running in 2O(k² log k) n4 log n deterministic time, where k is the size of the cutset. To the best of our knowledge, the only known way of tackling uncut constraints was via the approach of Marx, O'Sullivan, and Razgon [ACM Trans. Algorithms, 9 (2013), 30], which yields algorithms with double exponential running time. An interesting aspect of our algorithms is that they can handle positive real weights. [ABSTRACT FROM AUTHOR]- Published
- 2016
- Full Text
- View/download PDF
14. A SUBEXPONENTIAL PARAMETERIZED ALGORITHM FOR PROPER INTERVAL COMPLETION.
- Author
-
BLIZNETS, IVAN, FOMIN, FEDOR V., PILIPCZUK, MARCIN, and PILIPCZUK, MICHAL
- Subjects
PARAMETERIZATION ,ALGORITHMS ,GRAPH theory ,INTERVAL analysis ,GEOMETRIC vertices - Abstract
In the PROPER INTERVAL COMPLETION problem we are given a graph G and an integer k, and the task is to turn G using at most k edge additions into a proper interval graph, i.e., a graph admitting an intersection model of equal-length intervals on a line. The study of PROPER INTERVAL COMPLETION from the viewpoint of parameterized complexity has been initiated by Kaplan, Shamir, and Tarjan [SIAM J. Comput., 28 (1999), pp. 1906-1922], who showed an algorithm for the problem working in O(16
k (n+m)) time. In this paper we present an algorithm with running time kO(k + O(nm(kn + m)), which is the first subexponential parameterized algorithm for PROPER INTERVAL COMPLETION. [ABSTRACT FROM AUTHOR]2/3 )- Published
- 2015
- Full Text
- View/download PDF
15. FIXED-PARAMETER TRACTABILITY OF MULTICUT IN DIRECTED ACYCLIC GRAPHS.
- Author
-
KRATSCH, STEFAN, PILIPCZUK, MARCIN, PILIPCZUK, MICHAŁ, and WAHLSTRÖM, MAGNUS
- Subjects
- *
GEOMETRIC vertices , *GRAPHIC methods , *ACYCLIC model , *PARAMETERIZATION , *GEOMETRY - Abstract
The Multicut problem, given a graph G, a set of terminal pairs T = {(si, ti) Ι 1 ≤ i ≤ r}, and an integer p, asks whether one can find a cutset consisting of at most p nonterminal vertices that separates all the terminal pairs, i.e., after removing the cutset, ti is not reachable from si for each 1 ≤ i ≤ r. The fixed-parameter tractability of Multicut in undirected graphs, parameterized by the size of the cutset only, has been recently proved by Marx and Razgon [SIAM J. Comput., 43 (2014), pp. 355--388] and, independently, by Bousquet, Daligault, and Thomassé [Proceedings of STOC, ACM, 2011, pp. 459-468], after resisting attacks as a long-standing open problem. In this paper we prove that Multicut is fixed-parameter tractable on directed acyclic graphs when parameterized both by the size of the cutset and the number of terminal pairs. We complement this result by showing that this is implausible for parameterization by the size of the cutset only, as this version of the problem remains W[1]-hard. [ABSTRACT FROM AUTHOR]
- Published
- 2015
- Full Text
- View/download PDF
16. SUBSET FEEDBACK VERTEX SET IS FIXED-PARAMETER TRACTABLE.
- Author
-
CYGAN, MAREK, PILIPCZUK, MARCIN, PILIPCZUK, MICHAŁ, and WOJTASZCZYK, JAKUB ONUFRY
- Subjects
- *
GRAPHIC methods , *GRAPH theory , *INTEGERS , *ALGORITHMS , *GENETICS - Abstract
The classical Feedback Vertex Set problem asks, for a given undirected graph G and an integer k, to find a set of at most k vertices that hits all the cycles in the graph G. Feedback Vertex SET has attracted a large amount of research in the parameterized setting, and subsequent fixed-parameter and kernelization algorithms have been a rich source of ideas in the field. In this paper we consider a more general and difficult version of the problem, named Subset Feedback Vertex SET (Subset-FVS), where an instance comes additionally with a set S ⊆ V of vertices, and we ask for a set of at most k vertices that hits all simple cycles passing through S. Because of its applications in circuit testing and genetic linkage analysis, Subset-FVS was studied from the approximation algorithm perspective by Even et al. [SIAM J. Discrete Math., 13 (2000), pp. 225-267; SIAM J. Comput., 30 (2000), pp. 1231-1252]. The question of whether the Subset-FVS problem is fixed-parameter tractable was posed independently by Kawarabayashi and Saurabh in 2009. We answer this question affirmatively. We begin by showing that this problem is fixed-parameter tractable when parameterized by |S|. Next we present an algorithm which reduces the given instance to 2knO(1) instances with the size of S bounded by O(k³), using kernelization techniques such as the 2-expansion lemma, Menger's theorem, and Gallai's theorem. These two facts allow us to give a 2O(k log k)nO(1) time algorithm solving the Subset-FVS problem, proving that it is indeed fixed-parameter tractable. [ABSTRACT FROM AUTHOR]
- Published
- 2013
- Full Text
- View/download PDF
17. Hitting forbidden subgraphs in graphs of bounded treewidth.
- Author
-
Cygan, Marek, Pilipczuk, Michał, Marx, Dániel, and Pilipczuk, Marcin
- Subjects
- *
SUBGRAPHS , *TREE graphs , *PARAMETERIZED family , *GEOMETRIC vertices , *EXPONENTIAL functions - Abstract
We study the complexity of a generic hitting problem H - Subgraph Hitting , where given a fixed pattern graph H and an input graph G , the task is to find a set X ⊆ V ( G ) of minimum size that hits all subgraphs of G isomorphic to H . In the colorful variant of the problem, each vertex of G is precolored with some color from V ( H ) and we require to hit only H -subgraphs with matching colors. Standard techniques shows that for every fixed H , the problem is fixed-parameter tractable parameterized by the treewidth of G ; however, it is not clear how exactly the running time should depend on treewidth. For the colorful variant, we demonstrate matching upper and lower bounds showing that the dependence of the running time on treewidth of G is tightly governed by μ ( H ) , the maximum size of a minimal vertex separator in H . That is, we show for every fixed H that, on a graph of treewidth t , the colorful problem can be solved in time 2 O ( t μ ( H ) ) ⋅ | V ( G ) | , but cannot be solved in time 2 o ( t μ ( H ) ) ⋅ | V ( G ) | O ( 1 ) , assuming the Exponential Time Hypothesis (ETH). Furthermore, we give some preliminary results showing that, in the absence of colors, the parameterized complexity landscape of H - Subgraph Hitting is much richer. [ABSTRACT FROM AUTHOR]
- Published
- 2017
- Full Text
- View/download PDF
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.