Skip to main content

Showing 1–23 of 23 results for author: Philip, G

.
  1. arXiv:2403.04917  [pdf, ps, other

    cs.RO cs.AI cs.DS

    A Mixed-Integer Conic Program for the Moving-Target Traveling Salesman Problem based on a Graph of Convex Sets

    Authors: Allen George Philip, Zhongqiang Ren, Sivakumar Rathinam, Howie Choset

    Abstract: This paper introduces a new formulation that finds the optimum for the Moving-Target Traveling Salesman Problem (MT-TSP), which seeks to find a shortest path for an agent, that starts at a depot, visits a set of moving targets exactly once within their assigned time-windows, and returns to the depot. The formulation relies on the key idea that when the targets move along lines, their trajectories… ▽ More

    Submitted 10 March, 2024; v1 submitted 7 March, 2024; originally announced March 2024.

    Comments: 7 pages, 4 figures

  2. arXiv:2312.05499  [pdf, ps, other

    cs.RO cs.DS

    C*: A New Bounding Approach for the Moving-Target Traveling Salesman Problem

    Authors: Allen George Philip, Zhongqiang Ren, Sivakumar Rathinam, Howie Choset

    Abstract: We introduce a new bounding approach called Continuity* (C*) that provides optimality guarantees to the Moving-Target Traveling Salesman Problem (MT-TSP). Our approach relies on relaxing the continuity constraints on the agent's tour. This is done by partitioning the targets' trajectories into small sub-segments and allowing the agent to arrive at any point in one of the sub-segments and depart fr… ▽ More

    Submitted 9 December, 2023; originally announced December 2023.

    Comments: 17 pages, 12 figures

  3. arXiv:2106.14169  [pdf, other

    cs.DS

    $α$-approximate Reductions: a Novel Source of Heuristics for Better Approximation Algorithms

    Authors: Fredrik Manne, Geevarghese Philip, Saket Saurabh, Prafullkumar Tale

    Abstract: Lokshtanov et al.~[STOC 2017] introduced \emph{lossy kernelization} as a mathematical framework for quantifying the effectiveness of preprocessing algorithms in preserving approximation ratios. \emph{$α$-approximate reduction rules} are a central notion of this framework. We propose that carefully crafted $α$-approximate reduction rules can yield improved approximation ratios in practice, while be… ▽ More

    Submitted 27 June, 2021; originally announced June 2021.

  4. 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.

  5. arXiv:2011.13248  [pdf, ps, other

    cs.DS cs.GT

    Disjoint Stable Matchings in Linear Time

    Authors: Aadityan Ganesh, Vishwa Prakash HV, Prajakta Nimbhorkar, Geevarghese Philip

    Abstract: We show that given a SM instance G as input we can find a largest collection of pairwise edge-disjoint stable matchings of G in time linear in the input size. This extends two classical results: 1. The Gale-Shapley algorithm, which can find at most two ("extreme") pairwise edge-disjoint stable matchings of G in linear time, and 2. The polynomial-time algorithm for finding a largest collection… ▽ More

    Submitted 4 July, 2021; v1 submitted 26 November, 2020; originally announced November 2020.

    Comments: Conference: International Workshop on Graph-Theoretic Concepts in Computer Science 2021 (https://wg2021.mimuw.edu.pl)

  6. arXiv:2009.04567  [pdf, other

    cs.DS

    Diverse Pairs of Matchings

    Authors: Fedor V. Fomin, Petr A. Golovach, Lars Jaffke, Geevarghese Philip, Danil Sagunov

    Abstract: We initiate the study of the Diverse Pair of (Maximum/ Perfect) Matchings problems which given a graph $G$ and an integer $k$, ask whether $G$ has two (maximum/perfect) matchings whose symmetric difference is at least $k$. Diverse Pair of Matchings (asking for two not necessarily maximum or perfect matchings) is NP-complete on general graphs if $k$ is part of the input, and we consider two restric… ▽ More

    Submitted 9 September, 2020; originally announced September 2020.

    Comments: To appear at ISAAC 2020

    MSC Class: 05C85 ACM Class: F.2.2; G.2.2

  7. arXiv:2005.04733  [pdf, other

    cs.DS cs.CC math.CO

    Structural Parameterizations of Clique Coloring

    Authors: Lars Jaffke, Paloma T. Lima, Geevarghese Philip

    Abstract: A clique coloring of a graph is an assignment of colors to its vertices such that no maximal clique is monochromatic. We initiate the study of structural parameterizations of the Clique Coloring problem which asks whether a given graph has a clique coloring with $q$ colors. For fixed $q \ge 2$, we give an $\mathcal{O}^{\star}(q^{tw})$-time algorithm when the input graph is given together with one… ▽ More

    Submitted 10 May, 2020; originally announced May 2020.

    MSC Class: 05C85; 68Q25 ACM Class: F.2.2; G.2.2

  8. arXiv:1912.01990  [pdf, other

    cs.DS cs.DM

    On Computing the Hamiltonian Index of Graphs

    Authors: Geevarghese Philip, Rani M. R., Subashini R

    Abstract: The $r$-th iterated line graph $L^{r}(G)$ of a graph $G$ is defined by: (i) $L^{0}(G) = G$ and (ii) $L^{r}(G) = L(L^{(r- 1)}(G))$ for $r > 0$, where $L(G)$ denotes the line graph of $G$. The Hamiltonian Index $h(G)$ of $G$ is the smallest $r$ such that $L^{r}(G)$ has a Hamiltonian cycle. Checking if $h(G) = k$ is NP-hard for any fixed integer $k \geq 0$ even for subcubic graphs $G$. We study the p… ▽ More

    Submitted 4 December, 2019; originally announced December 2019.

    Comments: 46 pages

  9. FPT Algorithms for Diverse Collections of Hitting Sets

    Authors: Julien Baste, Lars Jaffke, Tomáš Masařík, Geevarghese Philip, Günter Rote

    Abstract: In this work, we study the $d$-Hitting Set and Feedback Vertex Set problems through the paradigm of finding diverse collections of $r$ solutions of size at most $k$ each, which has recently been introduced to the field of parameterized complexity [Baste et al., 2019]. This paradigm is aimed at addressing the loss of important side information which typically occurs during the abstraction process w… ▽ More

    Submitted 9 December, 2019; v1 submitted 12 November, 2019; originally announced November 2019.

    Comments: 17 pages, 3 figures

    Journal ref: Algorithms 12(12):254 (2019)

  10. Diversity of Solutions: An Exploration Through the Lens of Fixed-Parameter Tractability Theory

    Authors: Julien Baste, Michael R. Fellows, Lars Jaffke, Tomáš Masařík, Mateus de Oliveira Oliveira, Geevarghese Philip, Frances A. Rosamond

    Abstract: When modeling an application of practical relevance as an instance of a combinatorial problem X, we are often interested not merely in finding one optimal solution for that instance, but in finding a sufficiently diverse collection of good solutions. In this work we initiate a systematic study of diversity from the point of view of fixed-parameter tractability theory. First, we consider an intuiti… ▽ More

    Submitted 11 September, 2020; v1 submitted 18 March, 2019; originally announced March 2019.

    Comments: Accepted to Twenty-Ninth International Joint Conference on Artificial Intelligence, {IJCAI} 2020, 16 pages

    MSC Class: 05C85

    Journal ref: Artificial Intelligence 303, 103644:1-103644:15, 2022

  11. arXiv:1901.02209  [pdf, other

    cs.DS

    Subset Feedback Vertex Set in Chordal and Split Graphs

    Authors: Geevarghese Philip, Varun Rajan, Saket Saurabh, Prafullkumar Tale

    Abstract: In the \textsc{Subset Feedback Vertex Set (Subset-FVS)} problem the input is a graph $G$, a subset \(T\) of vertices of \(G\) called the `terminal' vertices, and an integer $k$. The task is to determine whether there exists a subset of vertices of cardinality at most $k$ which together intersect all cycles which pass through the terminals. \textsc{Subset-FVS} generalizes several well studied prob… ▽ More

    Submitted 8 January, 2019; originally announced January 2019.

  12. 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.

  13. arXiv:1509.03990  [pdf, ps, other

    cs.DS

    Raising The Bar For Vertex Cover: Fixed-parameter Tractability Above A Higher Guarantee

    Authors: Shivam Garg, Geevarghese Philip

    Abstract: We investigate the following above-guarantee parameterization of the classical Vertex Cover problem: Given a graph $G$ and $k\in\mathbb{N}$ as input, does $G$ have a vertex cover of size at most $(2LP-MM)+k$? Here $MM$ is the size of a maximum matching of $G$, $LP$ is the value of an optimum solution to the relaxed (standard) LP for Vertex Cover on $G$, and $k$ is the parameter. Since… ▽ More

    Submitted 14 September, 2015; originally announced September 2015.

  14. 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.

  15. arXiv:1310.2928  [pdf, other

    cs.DM math.CO

    Polynomial Kernels for λ-extendible Properties Parameterized Above the Poljak-Turzík Bound

    Authors: Robert Crowston, Mark Jones, Gabriele Muciaccia, Geevarghese Philip, Ashutosh Rai, Saket Saurabh

    Abstract: Poljak and Turzik (Discrete Mathematics 1986) introduced the notion of λ-extendible properties of graphs as a generalization of the property of being bipartite. They showed that for any 0 < λ < 1 and λ-extendible property Π, any connected graph G on n vertices and m edges contains a spanning subgraph H in Π with at least λm + (1-λ)(n-1)/2 edges. The property of being bipartite is λ-extendible for… ▽ More

    Submitted 10 October, 2013; originally announced October 2013.

  16. arXiv:1307.2521  [pdf, other

    cs.DS

    Point Line Cover: The Easy Kernel is Essentially Tight

    Authors: Stefan Kratsch, Geevarghese Philip, Saurabh Ray

    Abstract: The input to the NP-hard Point Line Cover problem (PLC) consists of a set $P$ of $n$ points on the plane and a positive integer $k$, and the question is whether there exists a set of at most $k$ lines which pass through all points in $P$. A simple polynomial-time reduction reduces any input to one with at most $k^2$ points. We show that this is essentially tight under standard assumptions. More pr… ▽ More

    Submitted 9 July, 2013; originally announced July 2013.

  17. arXiv:1207.5696  [pdf, other

    cs.DS cs.CC math.CO

    Beyond Max-Cut: λ-Extendible Properties Parameterized Above the Poljak-Turzík Bound

    Authors: Matthias Mnich, Geevarghese Philip, Saket Saurabh, Ondřej Suchý

    Abstract: Poljak and Turzík (Discrete Math. 1986) introduced the notion of λ-extendible properties of graphs as a generalization of the property of being bipartite. They showed that for any 0<λ<1 and λ-extendible property Π, any connected graph G on n vertices and m edges contains a subgraph H \in Π with at least λm+ (1-λ)/2 (n-1) edges. The property of being bipartite is 1/2-extendible, and thus this bound… ▽ More

    Submitted 24 July, 2012; originally announced July 2012.

    Comments: 23 pages, no figure

    MSC Class: 05C85 ACM Class: G.2.2

  18. arXiv:1204.1417  [pdf, other

    cs.DS cs.CC cs.DM

    A single-exponential FPT algorithm for the $K_4$-minor cover problem

    Authors: Eun Jung Kim, Christophe Paul, Geevarghese Philip

    Abstract: Given an input graph G and an integer k, the parameterized K_4-minor cover problem asks whether there is a set S of at most k vertices whose deletion results in a K_4-minor-free graph, or equivalently in a graph of treewidth at most 2. This problem is inspired by two well-studied parameterized vertex deletion problems, Vertex Cover and Feedback Vertex Set, which can also be expressed as Treewidth-… ▽ More

    Submitted 6 April, 2012; originally announced April 2012.

  19. arXiv:1011.6239  [pdf, other

    cs.DS cs.CC

    Dominating Set is Fixed Parameter Tractable in Claw-free Graphs

    Authors: Marek Cygan, Geevarghese Philip, Marcin Pilipczuk, Michał Pilipczuk, Jakub Onufry Wojtaszczyk

    Abstract: We show that the dominating set problem parameterized by solution size is fixed-parameter tractable (FPT) in graphs that do not contain the claw (K(1,3)), the complete bipartite graph on four vertices where the two parts have one and three vertices, respectively) as an induced subgraph. We present an algorithm that uses 2^O(k^2)n^O(1) time and polynomial space to decide whether a claw-free graph o… ▽ More

    Submitted 11 August, 2011; v1 submitted 29 November, 2010; originally announced November 2010.

    ACM Class: F.2.2

  20. arXiv:1010.1365  [pdf, other

    cs.DS cs.DM

    Hitting forbidden minors: Approximation and Kernelization

    Authors: Fedor V. Fomin, Daniel Lokshtanov, Neeldhara Misra, Geevarghese Philip, Saket Saurabh

    Abstract: We study a general class of problems called F-deletion problems. In an F-deletion problem, we are asked whether a subset of at most $k$ vertices can be deleted from a graph $G$ such that the resulting graph does not contain as a minor any graph from the family F of forbidden minors. We obtain a number of algorithmic results on the F-deletion problem when F contains a planar graph. We give (1) a… ▽ More

    Submitted 7 October, 2010; originally announced October 2010.

  21. arXiv:1009.0806  [pdf, ps, other

    cs.DS

    A Quartic Kernel for Pathwidth-One Vertex Deletion

    Authors: Geevarghese Philip, Venkatesh Raman, Yngve Villanger

    Abstract: The pathwidth of a graph is a measure of how path-like the graph is. Given a graph G and an integer k, the problem of finding whether there exist at most k vertices in G whose deletion results in a graph of pathwidth at most one is NP- complete. We initiate the study of the parameterized complexity of this problem, parameterized by k. We show that the problem has a quartic vertex-kernel: We show t… ▽ More

    Submitted 4 September, 2010; originally announced September 2010.

    Comments: Full version of an extended abstract accepted for publication in the proceedings of WG 2010. 18 pages, 1 figure

  22. arXiv:0909.3180  [pdf, ps, other

    cs.DS

    FPT Algorithms for Connected Feedback Vertex Set

    Authors: Neeldhara Misra, Geevarghese Philip, Venkatesh Raman, Saket Saurabh, Somnath Sikdar

    Abstract: We study the recently introduced Connected Feedback Vertex Set (CFVS) problem from the view-point of parameterized algorithms. CFVS is the connected variant of the classical Feedback Vertex Set problem and is defined as follows: given a graph G=(V,E) and an integer k, decide whether there exists a subset F of V, of size at most k, such that G[V F] is a forest and G[F] is connected. We show that… ▽ More

    Submitted 17 September, 2009; originally announced September 2009.

    Comments: 12 pages

  23. arXiv:0903.4521  [pdf, ps, other

    cs.DS

    Solving Dominating Set in Larger Classes of Graphs: FPT Algorithms and Polynomial Kernels

    Authors: Geevarghese Philip, Venkatesh Raman, Somnath Sikdar

    Abstract: We show that the k-Dominating Set problem is fixed parameter tractable (FPT) and has a polynomial kernel for any class of graphs that exclude K_{i,j} as a subgraph, for any fixed i, j >= 1. This strictly includes every class of graphs for which this problem has been previously shown to have FPT algorithms and/or polynomial kernels. In particular, our result implies that the problem restricted to… ▽ More

    Submitted 15 May, 2009; v1 submitted 26 March, 2009; originally announced March 2009.

    Comments: 12 pages, 1 figure, 1 table