Skip to main content

Showing 1–15 of 15 results for author: Bazgan, C

Searching in archive cs. Search in all archives.
.
  1. arXiv:2404.08599  [pdf, other

    cs.DS

    Destroying Densest Subgraphs is Hard

    Authors: Cristina Bazgan, André Nichterlein, Sofia Vazquez Alferez

    Abstract: We analyze the computational complexity of the following computational problems called Bounded-Density Edge Deletion and Bounded-Density Vertex Deletion: Given a graph $G$, a budget $k$ and a target density $τ_ρ$, are there $k$ edges ($k$ vertices) whose removal from $G$ results in a graph where the densest subgraph has density at most $τ_ρ$? Here, the density of a graph is the number of its edges… ▽ More

    Submitted 12 April, 2024; originally announced April 2024.

    Comments: To appear at SWAT 2024

  2. arXiv:2305.15142  [pdf, other

    math.OC cs.DS

    Approximating Multiobjective Optimization Problems: How exact can you be?

    Authors: Cristina Bazgan, Arne Herzel, Stefan Ruzika, Clemens Thielen, Daniel Vanderpooten

    Abstract: It is well known that, under very weak assumptions, multiobjective optimization problems admit $(1+\varepsilon,\dots,1+\varepsilon)$-approximation sets (also called $\varepsilon$-Pareto sets) of polynomial cardinality (in the size of the instance and in $\frac{1}{\varepsilon}$). While an approximation guarantee of $1+\varepsilon$ for any $\varepsilon>0$ is the best one can expect for singleobjecti… ▽ More

    Submitted 24 May, 2023; originally announced May 2023.

  3. arXiv:2204.06908  [pdf, other

    cs.AI

    Exact and approximate determination of the Pareto set using minimal correction subsets

    Authors: Andreia P. Guerreiro, João Cortes, Daniel Vanderpooten, Cristina Bazgan, Inês Lynce, Vasco Manquinho, José Rui Figueira

    Abstract: Recently, it has been shown that the enumeration of Minimal Correction Subsets (MCS) of Boolean formulas allows solving Multi-Objective Boolean Optimization (MOBO) formulations. However, a major drawback of this approach is that most MCSs do not correspond to Pareto-optimal solutions. In fact, one can only know that a given MCS corresponds to a Pareto-optimal solution when all MCSs are enumerated.… ▽ More

    Submitted 14 April, 2022; originally announced April 2022.

  4. arXiv:2107.13282  [pdf, other

    cs.CC

    Dense Graph Partitioning on sparse and dense graphs

    Authors: Cristina Bazgan, Katrin Casel, Pierre Cazals

    Abstract: We consider the problem of partitioning a graph into a non-fixed number of non-overlap** subgraphs of maximum density. The density of a partition is the sum of the densities of the subgraphs, where the density of a subgraph is its average degree, that is, the ratio of its number of edges and its number of vertices. This problem, called Dense Graph Partition, is known to be NP-hard on general gra… ▽ More

    Submitted 16 February, 2022; v1 submitted 28 July, 2021; originally announced July 2021.

  5. arXiv:1908.10561  [pdf, ps, other

    cs.DS

    One-Exact Approximate Pareto Sets

    Authors: Arne Herzel, Cristina Bazgan, Stefan Ruzika, Clemens Thielen, Daniel Vanderpooten

    Abstract: Papadimitriou and Yannakakis show that the polynomial-time solvability of a certain singleobjective problem determines the class of multiobjective optimization problems that admit a polynomial-time computable $(1+\varepsilon, \dots , 1+\varepsilon)$-approximate Pareto set (also called an $\varepsilon$-Pareto set). Similarly, in this article, we characterize the class of problems having a polynomia… ▽ More

    Submitted 28 August, 2019; originally announced August 2019.

  6. The Power of the Weighted Sum Scalarization for Approximating Multiobjective Optimization Problems

    Authors: Cristina Bazgan, Stefan Ruzika, Clemens Thielen, Daniel Vanderpooten

    Abstract: We determine the power of the weighted sum scalarization with respect to the computation of approximations for general multiobjective minimization and maximization problems. Additionally, we introduce a new multi-factor notion of approximation that is specifically tailored to the multiobjective case and its inherent trade-offs between different objectives. For minimization problems, we provide a… ▽ More

    Submitted 8 November, 2020; v1 submitted 3 August, 2019; originally announced August 2019.

    Journal ref: Theory of Computing Systems (2021)

  7. arXiv:1903.06579  [pdf, ps, other

    cs.CC cs.DM cs.DS

    Proportionally dense subgraph of maximum size: complexity and approximation

    Authors: Cristina Bazgan, Janka Chlebíková, Clément Dallard, Thomas Pontoizeau

    Abstract: We define a proportionally dense subgraph (PDS) as an induced subgraph of a graph with the property that each vertex in the PDS is adjacent to proportionally as many vertices in the subgraph as in the graph. We prove that the problem of finding a PDS of maximum size is APX-hard on split graphs, and NP-hard on bipartite graphs. We also show that deciding if a PDS is inclusion-wise maximal is co-NP-… ▽ More

    Submitted 3 July, 2019; v1 submitted 15 March, 2019; originally announced March 2019.

    Journal ref: Discrete Applied Mathematics, Volume 270, 2019, Pages 25-36

  8. Graphs without a partition into two proportionally dense subgraphs

    Authors: Cristina Bazgan, Janka Chlebíková, Clément Dallard

    Abstract: A \emph{proportionally dense subgraph} (PDS) is an induced subgraph of a graph with the property that each vertex in the PDS is adjacent to proportionally as many vertices in the subgraph as in the rest of the graph. In this paper, we study a partition of a graph into two proportionally dense subgraphs, namely a \emph{$2$-PDS partition}. The question whether all graphs (except stars) have $2$-PDS… ▽ More

    Submitted 10 April, 2019; v1 submitted 28 June, 2018; originally announced June 2018.

    Journal ref: Information Processing Letters, Volume 155, 2020, 105877

  9. arXiv:1804.09155  [pdf, ps, other

    cs.CC

    A More Fine-Grained Complexity Analysis of Finding the Most Vital Edges for Undirected Shortest Paths

    Authors: Cristina Bazgan, Till Fluschnik, André Nichterlein, Rolf Niedermeier, Maximilian Stahlberg

    Abstract: We study the NP-hard Shortest Path Most Vital Edges problem arising in the context of analyzing network robustness. For an undirected graph with positive integer edge lengths and two designated vertices $s$ and $t$, the goal is to delete as few edges as possible in order to increase the length of the (new) shortest $st$-path as much as possible. This scenario has been studied from the viewpoint of… ▽ More

    Submitted 24 April, 2018; originally announced April 2018.

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

  10. Parameterized and Approximation Complexity of Partial VC Dimension

    Authors: Cristina Bazgan, Florent Foucaud, Florian Sikora

    Abstract: We introduce the problem Partial VC Dimension that asks, given a hypergraph $H=(X,E)$ and integers $k$ and $\ell$, whether one can select a set $C\subseteq X$ of $k$ vertices of $H$ such that the set $\{e\cap C, e\in E\}$ of distinct hyperedge-intersections with $C$ has size at least $\ell$. The sets $e\cap C$ define equivalence classes over $E$. Partial VC Dimension is a generalization of VC Dime… ▽ More

    Submitted 28 May, 2019; v1 submitted 16 September, 2016; originally announced September 2016.

    Comments: 24 pages, 2 figures

    Journal ref: Theoretical Computer Science 766:1-15, 2019

  11. arXiv:1506.07260  [pdf, other

    cs.CC

    Algorithmic Aspects of Upper Domination

    Authors: Cristina Bazgan, Ljiljana Brankovic, Katrin Casel, Henning Fernau, Klaus Jansen, Michael Lampis, Mathieu Liedloff, Jérôme Monnot, Vangelis Th. Paschos

    Abstract: In this paper we study combinatorial and algorithmic resp. complexity questions of upper domination, i.e., the maximum cardinality of a minimal dominating set in a graph. We give a full classification of the related maximisation and minimisation problems, as well as the related parameterised problems, on general graphs and on graphs of bounded degree, and we also study planar graphs.

    Submitted 24 June, 2015; originally announced June 2015.

  12. arXiv:1409.3742  [pdf, other

    cs.DS

    Data Reductions and Combinatorial Bounds for Improved Approximation Algorithms

    Authors: Faisal N. Abu-Khzam, Cristina Bazgan, Morgan Chopin, Henning Fernau

    Abstract: Kernelization algorithms in the context of Parameterized Complexity are often based on a combination of reduction rules and combinatorial insights. We will expose in this paper a similar strategy for obtaining polynomial-time approximation algorithms. Our method features the use of approximation-preserving reductions, akin to the notion of parameterized reductions. We exemplify this method to obta… ▽ More

    Submitted 12 September, 2014; originally announced September 2014.

  13. Parameterized Inapproximability of Target Set Selection and Generalizations

    Authors: Cristina Bazgan, Morgan Chopin, André Nichterlein, Florian Sikora

    Abstract: In this paper, we consider the Target Set Selection problem: given a graph and a threshold value $thr(v)$ for any vertex $v$ of the graph, find a minimum size vertex-subset to "activate" s.t. all the vertices of the graph are activated at the end of the propagation process. A vertex $v$ is activated during the propagation process if at least $thr(v)$ of its neighbors are activated. This problem mo… ▽ More

    Submitted 10 June, 2015; v1 submitted 14 March, 2014; originally announced March 2014.

    Journal ref: Computability, vol. 3, no. 2, 2014

  14. Parameterized Approximability of Maximizing the Spread of Influence in Networks

    Authors: Cristina Bazgan, Morgan Chopin, André Nichterlein, Florian Sikora

    Abstract: In this paper, we consider the problem of maximizing the spread of influence through a social network. Given a graph with a threshold value~$thr(v)$ attached to each vertex~$v$, the spread of influence is modeled as follows: A vertex~$v$ becomes "active" (influenced) if at least $thr(v)$ of its neighbors are active. In the corresponding optimization problem the objective is then to find a fixed nu… ▽ More

    Submitted 17 August, 2014; v1 submitted 27 March, 2013; originally announced March 2013.

    Journal ref: Journal of Discrete Algorithms (27), 2014, 54--65

  15. arXiv:1110.0341  [pdf, ps, other

    cs.DM cs.DS

    The firefighter problem with more than one firefighter on trees

    Authors: Cristina Bazgan, Morgan Chopin, Bernard Ries

    Abstract: In this paper we study the complexity of the firefighter problem and related problems on trees when more than one firefighter is available at each time step, and answer several open questions of Finbow and MacGillivray 2009. More precisely, when $b \geq 2$ firefighters are allowed at each time step, the problem is NP-complete for trees of maximum degree $b+2$ and polynomial-time solvable for trees… ▽ More

    Submitted 3 October, 2011; originally announced October 2011.