Skip to main content

Showing 1–43 of 43 results for author: Panolan, F

.
  1. arXiv:2407.09356  [pdf, other

    cs.DS cs.CG

    Bipartizing (Pseudo-)Disk Graphs: Approximation with a Ratio Better than 3

    Authors: Daniel Lokshtanov, Fahad Panolan, Saket Saurabh, Jie Xue, Meirav Zehavi

    Abstract: In a disk graph, every vertex corresponds to a disk in $\mathbb{R}^2$ and two vertices are connected by an edge whenever the two corresponding disks intersect. Disk graphs form an important class of geometric intersection graphs, which generalizes both planar graphs and unit-disk graphs. We study a fundamental optimization problem in algorithmic graph theory, Bipartization (also known as Odd Cycle… ▽ More

    Submitted 12 July, 2024; originally announced July 2024.

    Comments: In APPROX'24

  2. arXiv:2405.15372  [pdf, other

    cs.DS cs.GT

    When far is better: The Chamberlin-Courant approach to obnoxious committee selection

    Authors: Sushmita Gupta, Tanmay Inamdar, Pallavi Jain, Daniel Lokshtanov, Fahad Panolan, Saket Saurabh

    Abstract: Classical work on metric space based committee selection problem interprets distance as ``near is better''. In this work, motivated by real-life situations, we interpret distance as ``far is better''. Formally stated, we initiate the study of ``obnoxious'' committee scoring rules when the voters' preferences are expressed via a metric space. To this end, we propose a model where large distances im… ▽ More

    Submitted 24 May, 2024; originally announced May 2024.

  3. arXiv:2405.06485  [pdf, ps, other

    cs.CC cs.AI

    Solving Quantified Boolean Formulas with Few Existential Variables

    Authors: Leif Eriksson, Victor Lagerkvist, George Osipov, Sebastian Ordyniak, Fahad Panolan, Mateusz Rychlicki

    Abstract: The quantified Boolean formula (QBF) problem is an important decision problem generally viewed as the archetype for PSPACE-completeness. Many problems of central interest in AI are in general not included in NP, e.g., planning, model checking, and non-monotonic reasoning, and for such problems QBF has successfully been used as a modelling tool. However, solvers for QBF are not as advanced as state… ▽ More

    Submitted 10 May, 2024; originally announced May 2024.

  4. arXiv:2401.05085  [pdf, other

    cs.DS

    Parameterized Algorithms for Minimum Sum Vertex Cover

    Authors: Shubhada Aute, Fahad Panolan

    Abstract: Minimum sum vertex cover of an $n$-vertex graph $G$ is a bijection $φ: V(G) \to [n]$ that minimizes the cost $\sum_{\{u,v\} \in E(G)} \min \{φ(u), φ(v) \}$. Finding a minimum sum vertex cover of a graph (the MSVC problem) is NP-hard. MSVC is studied well in the realm of approximation algorithms. The best-known approximation factor in polynomial time for the problem is $16/9$ [Bansal, Batra, Farhad… ▽ More

    Submitted 10 January, 2024; originally announced January 2024.

    Comments: 18 pages, 7 figures, accepted to LATIN 2024

  5. arXiv:2309.04346  [pdf, ps, other

    cs.DM cs.DS

    Shortest Path with Positive Disjunctive Constraints -- a Parameterized Perspective

    Authors: Susobhan Bandopadhyay, Suman Banerjee, Diptapriyo Majumdar, Fahad Panolan

    Abstract: We study the SHORTEST PATH problem with positive disjunctive constraints from the perspective of parameterized complexity. For positive disjunctive constraints, there are certain pair of edges such that any feasible solution must contain at least one edge from every such pair. In this paper, we initiate the study of SHORTEST PATH problem subject to some positive disjunctive constraints the classic… ▽ More

    Submitted 8 September, 2023; originally announced September 2023.

    Comments: 14 pages

  6. arXiv:2308.01598  [pdf, other

    cs.DS cs.DM

    Meta-theorems for Parameterized Streaming Algorithms

    Authors: Daniel Lokshtanov, Pranabendu Misra, Fahad Panolan, M. S. Ramanujan, Saket Saurabh, Meirav Zehavi

    Abstract: The streaming model was introduced to parameterized complexity independently by Fafianie and Kratsch [MFCS14] and by Chitnis, Cormode, Hajiaghayi and Monemizadeh [SODA15]. Subsequently, it was broadened by Chitnis, Cormode, Esfandiari, Hajiaghayi and Monemizadeh [SPAA15] and by Chitnis, Cormode, Esfandiari, Hajiaghayi, McGregor, Monemizadeh and Vorotnikova [SODA16]. Despite its strong motivation,… ▽ More

    Submitted 3 August, 2023; originally announced August 2023.

  7. arXiv:2304.13695  [pdf, other

    cs.DS

    Efficient Approximation for Subgraph-Hitting Problems in Sparse Graphs and Geometric Intersection Graphs

    Authors: Zdeněk Dvořák, Daniel Lokshtanov, Fahad Panolan, Saket Saurabh, Jie Xue, Meirav Zehavi

    Abstract: We investigate a fundamental vertex-deletion problem called (Induced) Subgraph Hitting: given a graph $G$ and a set $\mathcal{F}$ of forbidden graphs, the goal is to compute a minimum-sized set $S$ of vertices of $G$ such that $G-S$ does not contain any graph in $\mathcal{F}$ as an (induced) subgraph. This is a generic problem that encompasses many well-known problems that were extensively studied… ▽ More

    Submitted 3 December, 2023; v1 submitted 26 April, 2023; originally announced April 2023.

    Comments: 52 pages, subsuming the article arXiv:2304.12789

  8. arXiv:2211.02717  [pdf, other

    cs.CG cs.DS

    A Framework for Approximation Schemes on Disk Graphs

    Authors: Daniel Lokshtanov, Fahad Panolan, Saket Saurabh, Jie Xue, Meirav Zehavi

    Abstract: We initiate a systematic study of approximation schemes for fundamental optimization problems on disk graphs, a common generalization of both planar graphs and unit-disk graphs. Our main contribution is a general framework for designing efficient polynomial-time approximation schemes (EPTASes) for vertex-deletion problems on disk graphs, which results in EPTASes for many problems including Vertex… ▽ More

    Submitted 4 November, 2022; originally announced November 2022.

  9. arXiv:2207.11917  [pdf, other

    cs.LG cs.AI cs.IR

    Boolean and $\mathbb{F}_p$-Matrix Factorization: From Theory to Practice

    Authors: Fedor Fomin, Fahad Panolan, Anurag Patil, Adil Tanveer

    Abstract: Boolean Matrix Factorization (BMF) aims to find an approximation of a given binary matrix as the Boolean product of two low-rank binary matrices. Binary data is ubiquitous in many fields, and representing data by binary matrices is common in medicine, natural language processing, bioinformatics, computer graphics, among many others. Unfortunately, BMF is computationally hard and heuristic algorith… ▽ More

    Submitted 25 July, 2022; originally announced July 2022.

    Comments: Appeared in IJCNN 2022

  10. arXiv:2201.03876  [pdf, ps, other

    cs.DS

    Partial Vertex Cover on Graphs of Bounded Degeneracy

    Authors: Fahad Panolan, Hannane Yaghoubizade

    Abstract: In the Partial Vertex Cover (PVC) problem, we are given an $n$-vertex graph $G$ and a positive integer $k$, and the objective is to find a vertex subset $S$ of size $k$ maximizing the number of edges with at least one end-point in $S$. This problem is W[1]-hard on general graphs, but admits a parameterized subexponential time algorithm with running time $2^{O(\sqrt{k})}n^{O(1)}$ on planar and apex… ▽ More

    Submitted 11 January, 2022; originally announced January 2022.

  11. arXiv:2104.09950  [pdf, other

    cs.DS

    Deleting, Eliminating and Decomposing to Hereditary Classes Are All FPT-Equivalent

    Authors: Akanksha Agrawal, Lawqueen Kanesh, Daniel Lokshtanov, Fahad Panolan, M. S. Ramanujan, Saket Saurabh, Meirav Zehavi

    Abstract: For a graph class ${\cal H}$, the graph parameters elimination distance to ${\cal H}$ (denoted by ${\bf ed}_{\cal H}$) [Bulian and Dawar, Algorithmica, 2016], and ${\cal H}$-treewidth (denoted by ${\bf tw}_{\cal H}$) [Eiben et al. JCSS, 2021] aim to minimize the treedepth and treewidth, respectively, of the "torso" of the graph induced on a modulator to the graph class ${\cal H}$. Here, the torso… ▽ More

    Submitted 6 January, 2022; v1 submitted 20 April, 2021; originally announced April 2021.

    Comments: 70 pages, To appear in SODA 2022. arXiv admin note: text overlap with arXiv:2103.09715, arXiv:2105.04660 by other authors

  12. arXiv:2102.09889  [pdf, other

    cs.DS cs.GT

    Gerrymandering on graphs: Computational complexity and parameterized algorithms

    Authors: Sushmita Gupta, Pallavi Jain, Fahad Panolan, Sanjukta Roy, Saket Saurabh

    Abstract: Partitioning a region into districts to favor a particular candidate or a party is commonly known as gerrymandering. In this paper, we investigate the gerrymandering problem in graph theoretic setting as proposed by Cohen-Zemach et al. [AAMAS 2018]. Our contributions in this article are two-fold, conceptual and computational. We first resolve the open question posed by Ito et al. [AAMAS 2019] abou… ▽ More

    Submitted 25 May, 2021; v1 submitted 19 February, 2021; originally announced February 2021.

  13. arXiv:2101.04633  [pdf, other

    cs.DS

    Diverse Collections in Matroids and Graphs

    Authors: Fedor V. Fomin, Petr A. Golovach, Fahad Panolan, Geevarghese Philip, Saket Saurabh

    Abstract: We investigate the parameterized complexity of finding diverse sets of solutions to three fundamental combinatorial problems, two from the theory of matroids and the third from graph theory. The input to the Weighted Diverse Bases problem consists of a matroid $M$, a weight function $ω:E(M)\to\mathbb{N}$, and integers $k\geq 1, d\geq 0$. The task is to decide if there is a collection of $k$ bases… ▽ More

    Submitted 12 January, 2021; originally announced January 2021.

  14. arXiv:2010.09580  [pdf, other

    cs.DS cs.CG cs.LG

    EPTAS for $k$-means Clustering of Affine Subspaces

    Authors: Eduard Eiben, Fedor V. Fomin, Petr A. Golovach, William Lochet, Fahad Panolan, Kirill Simonov

    Abstract: We consider a generalization of the fundamental $k$-means clustering for data with incomplete or corrupted entries. When data objects are represented by points in $\mathbb{R}^d$, a data point is said to be incomplete when some of its entries are missing or unspecified. An incomplete data point with at most $Δ$ unspecified entries corresponds to an axis-parallel affine subspace of dimension at most… ▽ More

    Submitted 19 October, 2020; originally announced October 2020.

    Comments: To be published in Symposium on Discrete Algorithms (SODA) 2021

  15. arXiv:2009.13949  [pdf, other

    cs.DS cs.CC

    Improved FPT Algorithms for Deletion to Forest-like Structures

    Authors: Kishen N. Gowda, Aditya Lonkar, Fahad Panolan, Vraj Patel, Saket Saurabh

    Abstract: The Feedback Vertex Set problem is undoubtedly one of the most well-studied problems in Parameterized Complexity. In this problem, given an undirected graph $G$ and a non-negative integer $k$, the objective is to test whether there exists a subset $S\subseteq V(G)$ of size at most $k$ such that $G-S$ is a forest. After a long line of improvement, recently, Li and Nederlof [SODA, 2020] designed a r… ▽ More

    Submitted 26 September, 2020; originally announced September 2020.

    Comments: ISAAC 2020, 36 pages. arXiv admin note: text overlap with arXiv:1906.12298, arXiv:1103.0534 by other authors

  16. arXiv:2003.00938  [pdf, other

    cs.DS cs.CG

    ETH-Tight Algorithms for Long Path and Cycle on Unit Disk Graphs

    Authors: Fedor V. Fomin, Daniel Lokshtanov, Fahad Panolan, Saket Saurabh, Meirav Zehavi

    Abstract: We present an algorithm for the extensively studied Long Path and Long Cycle problems on unit disk graphs that runs in time $2^{O(\sqrt{k})}(n+m)$. Under the Exponential Time Hypothesis, Long Path and Long Cycle on unit disk graphs cannot be solved in time $2^{o(\sqrt{k})}(n+m)^{O(1)}$ [de Berg et al., STOC 2018], hence our algorithm is optimal. Besides the $2^{O(\sqrt{k})}(n+m)^{O(1)}$-time algor… ▽ More

    Submitted 2 March, 2020; originally announced March 2020.

    Comments: Extended version to appear in SoCG'20

  17. arXiv:2002.09972  [pdf, other

    cs.DS

    Structural Parameterizations with Modulator Oblivion

    Authors: Ashwin Jacob, Fahad Panolan, Venkatesh Raman, Vibha Sahlot

    Abstract: It is known that problems like Vertex Cover, Feedback Vertex Set and Odd Cycle Transversal are polynomial time solvable in the class of chordal graphs. We consider these problems in a graph that has at most $k$ vertices whose deletion results in a chordal graph, when parameterized by $k$. While this investigation fits naturally into the recent trend of what are called `structural parameterizations… ▽ More

    Submitted 23 February, 2020; originally announced February 2020.

  18. arXiv:2002.07607  [pdf, other

    cs.DS

    Manipulating Districts to Win Elections: Fine-Grained Complexity

    Authors: Eduard Eiben, Fedor V. Fomin, Fahad Panolan, Kirill Simonov

    Abstract: Gerrymandering is a practice of manipulating district boundaries and locations in order to achieve a political advantage for a particular party. Lewenberg, Lev, and Rosenschein [AAMAS 2017] initiated the algorithmic study of a geographically-based manipulation problem, where voters must vote at the ballot box closest to them. In this variant of gerrymandering, for a given set of possible locations… ▽ More

    Submitted 18 February, 2020; originally announced February 2020.

    Comments: Presented at AAAI-20

  19. arXiv:1910.00581  [pdf, other

    cs.DS cs.CC cs.DM math.CO

    On the Parameterized Complexity of Reconfiguration of Connected Dominating Sets

    Authors: Daniel Lokshtanov, Amer E. Mouawad, Fahad Panolan, Sebastian Siebertz

    Abstract: In a reconfiguration version of an optimization problem $\mathcal{Q}$ the input is an instance of $\mathcal{Q}$ and two feasible solutions $S$ and $T$. The objective is to determine whether there exists a step-by-step transformation between $S$ and $T$ such that all intermediate steps also constitute feasible solutions. In this work, we study the parameterized complexity of the \textsc{Connected D… ▽ More

    Submitted 1 October, 2019; originally announced October 2019.

  20. arXiv:1905.04124  [pdf, other

    cs.DS cs.LG

    Refined Complexity of PCA with Outliers

    Authors: Fedor V. Fomin, Petr A. Golovach, Fahad Panolan, Kirill Simonov

    Abstract: Principal component analysis (PCA) is one of the most fundamental procedures in exploratory data analysis and is the basic step in applications ranging from quantitative finance and bioinformatics to image analysis and neuroscience. However, it is well-documented that the applicability of PCA in many real scenarios could be constrained by an "immune deficiency" to outliers such as corrupted observ… ▽ More

    Submitted 10 May, 2019; originally announced May 2019.

    Comments: To be presented at ICML 2019

  21. arXiv:1904.06141  [pdf, other

    cs.DS

    Low-rank binary matrix approximation in column-sum norm

    Authors: Fedor V. Fomin, Petr A. Golovach, Fahad Panolan, Kirill Simonov

    Abstract: We consider $\ell_1$-Rank-$r$ Approximation over GF(2), where for a binary $m\times n$ matrix ${\bf A}$ and a positive integer $r$, one seeks a binary matrix ${\bf B}$ of rank at most $r$, minimizing the column-sum norm $||{\bf A} -{\bf B}||_1$. We show that for every $\varepsilon\in (0, 1)$, there is a randomized $(1+\varepsilon)$-approximation algorithm for $\ell_1$-Rank-$r$ Approximation over G… ▽ More

    Submitted 12 April, 2019; originally announced April 2019.

  22. arXiv:1904.02944  [pdf, other

    cs.DS cs.DM

    Hitting Topological Minors is FPT

    Authors: Fedor V. Fomin, Daniel Lokshtanov, Fahad Panolan, Saket Saurabh, Meirav Zehavi

    Abstract: In the Topological Minor Deletion (TM-Deletion) problem input consists of an undirected graph $G$, a family of undirected graphs ${\cal F}$ and an integer $k$. The task is to determine whether $G$ contains a set of vertices $S$ of size at most $k$, such that the graph $G\setminus S$ obtained from $G$ by removing the vertices of $S$, contains no graph from ${\cal F}$ as a topological minor. We give… ▽ More

    Submitted 7 January, 2020; v1 submitted 5 April, 2019; originally announced April 2019.

  23. arXiv:1903.01291  [pdf, other

    cs.DS cs.CG

    Decomposition of Map Graphs with Applications

    Authors: Fedor V. Fomin, Daniel Lokshtanov, Fahad Panolan, Saket Saurabh, Meirav Zehavi

    Abstract: Bidimensionality is the most common technique to design subexponential-time parameterized algorithms on special classes of graphs, particularly planar graphs. The core engine behind it is a combinatorial lemma of Robertson, Seymour and Thomas that states that every planar graph either has a $\sqrt{k}\times \sqrt{k}$-grid as a minor, or its treewidth is $O(\sqrt{k})$. However, bidimensionality theo… ▽ More

    Submitted 4 March, 2019; originally announced March 2019.

  24. arXiv:1902.02526  [pdf, other

    cs.DS cs.DM

    Going Far From Degeneracy

    Authors: Fedor V. Fomin, Petr A. Golovach, Daniel Lokshtanov, Fahad Panolan, Saket Saurabh, Meirav Zehavi

    Abstract: An undirected graph G is d-degenerate if every subgraph of G has a vertex of degree at most d. By the classical theorem of Erdős and Gallai from 1959, every graph of degeneracy d>1 contains a cycle of length at least d+1. The proof of Erdős and Gallai is constructive and can be turned into a polynomial time algorithm constructing a cycle of length at least d+1. But can we decide in polynomial time… ▽ More

    Submitted 14 February, 2019; v1 submitted 7 February, 2019; originally announced February 2019.

  25. arXiv:1812.01482  [pdf, ps, other

    cs.CC cs.DS cs.SI

    Target Set Selection parameterized by vertex cover and more

    Authors: Suman Banerjee, Rogers Mathew, Fahad Panolan

    Abstract: Given a simple, undirected graph $G$ with a threshold function $τ:V(G) \rightarrow \mathbb{N}$, the \textsc{Target Set Selection} (TSS) problem is about choosing a minimum cardinality set, say $S \subseteq V(G)$, such that starting a diffusion process with $S$ as its seed set will eventually result in activating all the nodes in $G$. For any non-negative integer $i$, we say a set… ▽ More

    Submitted 16 May, 2021; v1 submitted 4 December, 2018; originally announced December 2018.

    Comments: 21 pages

    MSC Class: 68W25; 68Q17; 68R10;

  26. arXiv:1809.08437  [pdf, ps, other

    cs.DS

    A 2-Approximation Algorithm for Feedback Vertex Set in Tournaments

    Authors: Daniel Lokshtanov, Pranabendu Misra, Joydeep Mukherjee, Geevarghese Philip, Fahad Panolan, Saket Saurabh

    Abstract: A {\em tournament} is a directed graph $T$ such that every pair of vertices is connected by an arc. A {\em feedback vertex set} is a set $S$ of vertices in $T$ such that $T - S$ is acyclic. We consider the {\sc Feedback Vertex Set} problem in tournaments. Here the input is a tournament $T$ and a weight function $w : V(T) \rightarrow \mathbb{N}$ and the task is to find a feedback vertex set $S$ in… ▽ More

    Submitted 22 September, 2018; originally announced September 2018.

  27. arXiv:1807.07156  [pdf, other

    cs.DS cs.CC cs.LG

    Approximation Schemes for Low-Rank Binary Matrix Approximation Problems

    Authors: Fedor V. Fomin, Petr A. Golovach, Daniel Lokshtanov, Fahad Panolan, Saket Saurabh

    Abstract: We provide a randomized linear time approximation scheme for a generic problem about clustering of binary vectors subject to additional constrains. The new constrained clustering problem encompasses a number of problems and by solving it, we obtain the first linear time-approximation schemes for a number of well-studied fundamental problems concerning clustering of binary vectors and low-rank appr… ▽ More

    Submitted 18 July, 2018; originally announced July 2018.

    Comments: 38 pages

  28. arXiv:1803.06102  [pdf, other

    cs.DS cs.DM

    Parameterized Low-Rank Binary Matrix Approximation

    Authors: Fedor V. Fomin, Petr A. Golovach, Fahad Panolan

    Abstract: We provide a number of algorithmic results for the following family of problems: For a given binary m\times n matrix A and integer k, decide whether there is a "simple" binary matrix B which differs from A in at most k entries. For an integer r, the "simplicity" of B is characterized as follows. - Binary r-Means: Matrix B has at most r different columns. This problem is known to be NP-complete a… ▽ More

    Submitted 16 March, 2018; originally announced March 2018.

  29. arXiv:1802.08189  [pdf, ps, other

    cs.DM

    Complexity of the Steiner Network Problem with Respect to the Number of Terminals

    Authors: Eduard Eiben, Dušan Knop, Fahad Panolan, Ondřej Suchý

    Abstract: In the Directed Steiner Network problem we are given an arc-weighted digraph $G$, a set of terminals $T \subseteq V(G)$, and an (unweighted) directed request graph $R$ with $V(R)=T$. Our task is to output a subgraph $G' \subseteq G$ of the minimum cost such that there is a directed path from $s$ to $t$ in $G'$ for all $st \in A(R)$. It is known that the problem can be solved in time… ▽ More

    Submitted 22 February, 2018; originally announced February 2018.

  30. arXiv:1706.09339  [pdf, other

    cs.DS cs.CC cs.DM

    Lossy Kernels for Connected Dominating Set on Sparse Graphs

    Authors: Eduard Eiben, Mithilesh Kumar, Amer E. Mouawad, Fahad Panolan, Sebastian Siebertz

    Abstract: For $α> 1$, an $α$-approximate (bi-)kernel is a polynomial-time algorithm that takes as input an instance $(I, k)$ of a problem $\mathcal{Q}$ and outputs an instance $(I',k')$ (of a problem $\mathcal{Q}'$) of size bounded by a function of $k$ such that, for every $c\geq 1$, a $c$-approximate solution for the new instance can be turned into a $(c\cdotα)$-approximate solution of the original instanc… ▽ More

    Submitted 22 February, 2018; v1 submitted 28 June, 2017; originally announced June 2017.

  31. arXiv:1705.02822  [pdf, ps, other

    cs.DS

    Rank Vertex Cover as a Natural Problem for Algebraic Compression

    Authors: Syed Mohammad Meesum, Fahad Panolan, Saket Saurabh, Meirav Zehavi

    Abstract: The question of the existence of a polynomial kernelization of the Vertex Cover Above LP problem has been a longstanding, notorious open problem in Parameterized Complexity. Five years ago, the breakthrough work by Kratsch and Wahlstrom on representative sets has finally answered this question in the affirmative [FOCS 2012]. In this paper, we present an alternative, algebraic compression of the Ve… ▽ More

    Submitted 10 May, 2017; v1 submitted 8 May, 2017; originally announced May 2017.

  32. arXiv:1705.01414  [pdf, ps, other

    cs.DS

    Covering Small Independent Sets and Separators with Applications to Parameterized Algorithms

    Authors: Daniel Lokshtanov, Fahad Panolan, Saket Saurabh, Roohani Sharma, Meirav Zehavi

    Abstract: We present two new combinatorial tools for the design of parameterized algorithms. The first is a simple linear time randomized algorithm that given as input a $d$-degenerate graph $G$ and an integer $k$, outputs an independent set $Y$, such that for every independent set $X$ in $G$ of size at most $k$, the probability that $X$ is a subset of $Y$ is at least… ▽ More

    Submitted 3 May, 2017; originally announced May 2017.

    Comments: 35 pages

  33. arXiv:1704.07279  [pdf, ps, other

    cs.DS cs.CG

    Finding, Hitting and Packing Cycles in Subexponential Time on Unit Disk Graphs

    Authors: Fedor V. Fomin, Daniel Lokshtanov, Fahad Panolan, Saket Saurabh, Meirav Zehavi

    Abstract: We give algorithms with running time $2^{O({\sqrt{k}\log{k}})} \cdot n^{O(1)}$ for the following problems. Given an $n$-vertex unit disk graph $G$ and an integer $k$, decide whether $G$ contains (1) a path on exactly/at least $k$ vertices, (2) a cycle on exactly $k$ vertices, (3) a cycle on at least $k$ vertices, (4) a feedback vertex set of size at most $k$, and (5) a set of $k$ pairwise vertex-d… ▽ More

    Submitted 24 April, 2017; originally announced April 2017.

    Comments: 30 pages. To appear in ICALP 2017

  34. arXiv:1611.07701  [pdf, other

    cs.DS

    Simultaneous Feedback Edge Set: A Parameterized Perspective

    Authors: Akanksha Agrawal, Fahad Panolan, Saket Saurabh, Meirav Zehavi

    Abstract: In this paper we consider Simultaneous Feedback Edge Set (Sim-FES) problem. In this problem, the input is an $n$-vertex graph $G$, an integer $k$ and a coloring function ${\sf col}: E(G) \rightarrow 2^{[α]}$ and the objective is to check whether there is an edge subset $S$ of cardinality at most $k$ in $G$ such that for all $i \in [α]$, $G_i - S$ is acyclic. Here,… ▽ More

    Submitted 23 November, 2016; originally announced November 2016.

    Comments: A preliminary version of this paper will appear in the proceedings of ISAAC 2016

  35. arXiv:1607.05342  [pdf, other

    cs.DS

    On the Optimality of Pseudo-polynomial Algorithms for Integer Programming

    Authors: Fedor V. Fomin, Fahad Panolan, M. S. Ramanujan, Saket Saurabh

    Abstract: In the classic Integer Programming (IP) problem, the objective is to decide whether, for a given $m \times n$ matrix $A$ and an $m$-vector $b=(b_1,\dots, b_m)$, there is a non-negative integer $n$-vector $x$ such that $Ax=b$. Solving (IP) is an important step in numerous algorithms and it is important to obtain an understanding of the precise complexity of this problem as a function of natural par… ▽ More

    Submitted 17 July, 2018; v1 submitted 18 July, 2016; originally announced July 2016.

    Comments: 29 pages, To appear in ESA 2018

  36. arXiv:1604.04111  [pdf, other

    cs.DS

    Lossy Kernelization

    Authors: Daniel Lokshtanov, Fahad Panolan, M. S. Ramanujan, Saket Saurabh

    Abstract: In this paper we propose a new framework for analyzing the performance of preprocessing algorithms. Our framework builds on the notion of kernelization from parameterized complexity. However, as opposed to the original notion of kernelization, our definitions combine well with approximation algorithms and heuristics. The key new definition is that of a polynomial size $α$-approximate kernel. Loose… ▽ More

    Submitted 4 November, 2016; v1 submitted 14 April, 2016; originally announced April 2016.

    Comments: 58 pages. Version 2 contain new results: PSAKS for Cycle Packing and approximate kernel lower bounds for Set Cover and Hitting Set parameterized by universe size

  37. arXiv:1512.04200  [pdf, ps, other

    cs.DS

    Parameterized Algorithms on Perfect Graphs for deletion to $(r,\ell)$-graphs

    Authors: Sudeshna Kolay, Fahad Panolan, Venkatesh Raman, Saket Saurabh

    Abstract: For fixed integers $r,\ell \geq 0$, a graph $G$ is called an {\em $(r,\ell)$-graph} if the vertex set $V(G)$ can be partitioned into $r$ independent sets and $\ell$ cliques. The class of $(r, \ell)$ graphs generalizes $r$-colourable graphs (when $\ell =0)$ and hence not surprisingly, determining whether a given graph is an $(r, \ell)$-graph is \NP-hard even when $r \geq 3$ or $\ell \geq 3$ in gene… ▽ More

    Submitted 14 December, 2015; originally announced December 2015.

  38. arXiv:1504.08120  [pdf, ps, other

    cs.CC cs.DS

    Parameterized Algorithms for Deletion to (r,l)-graphs

    Authors: Sudeshna Kolay, Fahad Panolan

    Abstract: For fixed integers $r,\ell \geq 0$, a graph $G$ is called an {\em $(r,\ell)$-graph} if the vertex set $V(G)$ can be partitioned into $r$ independent sets and $\ell$ cliques. This brings us to the following natural parameterized questions: {\sc Vertex $(r,\ell)$-Partization} and {\sc Edge $(r,\ell)$-Partization}. An input to these problems consist of a graph $G$ and a positive integer $k$ and the o… ▽ More

    Submitted 30 April, 2015; originally announced April 2015.

  39. arXiv:1502.04803  [pdf, ps, other

    cs.CC cs.DS

    Reconfiguration on sparse graphs

    Authors: Daniel Lokshtanov, Amer E. Mouawad, Fahad Panolan, M. S. Ramanujan, Saket Saurabh

    Abstract: A vertex-subset graph problem Q defines which subsets of the vertices of an input graph are feasible solutions. A reconfiguration variant of a vertex-subset problem asks, given two feasible solutions S and T of size k, whether it is possible to transform S into T by a sequence of vertex additions and deletions such that each intermediate set is also a feasible solution of size bounded by k. We stu… ▽ More

    Submitted 17 February, 2015; originally announced February 2015.

  40. arXiv:1409.4935  [pdf, ps, other

    cs.DS math.CO

    Finding Even Subgraphs Even Faster

    Authors: Prachi Goyal, Pranabendu Misra, Fahad Panolan, Geevarghese Philip, Saket Saurabh

    Abstract: Problems of the following kind have been the focus of much recent research in the realm of parameterized complexity: Given an input graph (digraph) on $n$ vertices and a positive integer parameter $k$, find if there exist $k$ edges (arcs) whose deletion results in a graph that satisfies some specified parity constraints. In particular, when the objective is to obtain a connected graph in which all… ▽ More

    Submitted 17 September, 2014; originally announced September 2014.

  41. arXiv:1404.4506  [pdf, ps, other

    cs.DS cs.DM

    Deterministic Truncation of Linear Matroids

    Authors: Daniel Lokshtanov, Pranabendu Misra, Fahad Panolan, Saket Saurabh

    Abstract: Let $M=(E,{\cal I})$ be a matroid. A {\em $k$-truncation} of $M$ is a matroid {$M'=(E,{\cal I}')$} such that for any $A\subseteq E$, $A\in {\cal I}'$ if and only if $|A|\leq k$ and $A\in {\cal I}$. Given a linear representation of $M$ we consider the problem of finding a linear representation of the $k$-truncation of this matroid. This problem can be abstracted out to the following problem on matr… ▽ More

    Submitted 17 April, 2014; originally announced April 2014.

    Comments: 23 pages

  42. arXiv:1402.3909  [pdf, ps, other

    cs.DS

    Representative Sets of Product Families

    Authors: Fedor V. Fomin, Daniel Lokshtanov, Fahad Panolan, Saket Saurabh

    Abstract: A subfamily ${\cal F}'$ of a set family ${\cal F}$ is said to $q$-{\em represent} ${\cal F}$ if for every $A \in {\cal F}$ and $B$ of size $q$ such that $A \cap B = \emptyset$ there exists a set $A' \in {\cal F}'$ such that $A' \cap B = \emptyset$. In this paper, we consider the efficient computation of $q$-representative sets for {\em product} families ${\cal F}$. A family ${\cal F}$ is a product… ▽ More

    Submitted 17 February, 2014; originally announced February 2014.

    Comments: arXiv admin note: substantial text overlap with arXiv:1304.4626

  43. arXiv:1304.4626  [pdf, other

    cs.DS cs.DM math.CO

    Efficient Computation of Representative Sets with Applications in Parameterized and Exact Algorithms

    Authors: Fedor V. Fomin, Daniel Lokshtanov, Fahad Panolan, Saket Saurabh

    Abstract: We give two algorithms computing representative families of linear and uniform matroids and demonstrate how to use representative families for designing single-exponential parameterized and exact exponential time algorithms. The applications of our approach include - LONGEST DIRECTED CYCLE - MINIMUM EQUIVALENT GRAPH (MEG) - Algorithms on graphs of bounded treewidth -k-PATH, k-TREE, and mor… ▽ More

    Submitted 22 February, 2016; v1 submitted 16 April, 2013; originally announced April 2013.

    Comments: 61 pages

    MSC Class: 68R01 ACM Class: F.2.2