Skip to main content

Showing 1–5 of 5 results for author: Horvát, S

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

    cs.SI q-bio.MN

    igraph enables fast and robust network analysis across programming languages

    Authors: Michael Antonov, Gábor Csárdi, Szabolcs Horvát, Kirill Müller, Tamás Nepusz, Daniel Noom, Maëlle Salmon, Vincent Traag, Brooke Foucault Welles, Fabio Zanini

    Abstract: Networks or graphs are widely used across the sciences to represent relationships of many kinds. igraph (https://igraph.org) is a general-purpose software library for graph construction, analysis, and visualisation, combining fast and robust performance with a low entry barrier. igraph pairs a fast core written in C with beginner-friendly interfaces in Python, R, and Mathematica. Over the last two… ▽ More

    Submitted 16 November, 2023; originally announced November 2023.

    Comments: 5 pages, 4 figures

  2. arXiv:2304.12389  [pdf, other

    physics.soc-ph cs.SI physics.data-an

    Community Detection in Directed Weighted Networks using Voronoi Partitioning

    Authors: Botond Molnár, Ildikó-Beáta Márton, Szabolcs Horvát, Mária Ercsey-Ravasz

    Abstract: Community detection is a ubiquitous problem in applied network analysis, yet efficient techniques do not yet exist for all types of network data. Most techniques have been developed for undirected graphs, and very few exist that handle directed and weighted networks effectively. Here we present such an algorithm based on Voronoi partitionings. As an added benefit, this method can directly employ e… ▽ More

    Submitted 24 April, 2023; originally announced April 2023.

    Comments: 22 pages, 8 figures

  3. arXiv:2209.09145  [pdf, other

    physics.soc-ph cs.MS math.CO

    IGraph/M: graph theory and network analysis for Mathematica

    Authors: Szabolcs Horvát, Jakub Podkalicki, Gábor Csárdi, Tamás Nepusz, Vincent Traag, Fabio Zanini, Daniel Noom

    Abstract: IGraph/M is an efficient general purpose graph theory and network analysis package for Mathematica. IGraph/M serves as the Wolfram Language interfaces to the igraph C library, and also provides several unique pieces of functionality not yet present in igraph, but made possible by combining its capabilities with Mathematica's. The package is designed to support both graph theoretical research as we… ▽ More

    Submitted 19 September, 2022; originally announced September 2022.

    Comments: submitted to Journal of Open Source Software on August 30, 2022

  4. arXiv:2009.03747  [pdf, other

    physics.soc-ph cs.DM math.CO

    Connectedness matters: Construction and exact random sampling of connected graphs

    Authors: Szabolcs Horvát, Carl D. Modes

    Abstract: We describe a new method for the random sampling of connected networks with a specified degree sequence. We consider both the case of simple graphs and that of loopless multigraphs. The constraints of fixed degrees and of connectedness are two of the most commonly needed ones when constructing null models for the practical analysis of physical or biological networks. Yet handling these constraints… ▽ More

    Submitted 30 November, 2020; v1 submitted 8 September, 2020; originally announced September 2020.

  5. arXiv:2001.01440  [pdf, other

    cs.DM cs.DS

    Tight Localizations of Feedback Sets

    Authors: Michael Hecht, Krzysztof Gonciarz, Szabolcs Horvát

    Abstract: The classical NP-hard feedback arc set problem (FASP) and feedback vertex set problem (FVSP) ask for a minimum set of arcs $\varepsilon \subseteq E$ or vertices $ν\subseteq V$ whose removal $G\setminus \varepsilon$, $G\setminus ν$ makes a given multi-digraph $G=(V,E)$ acyclic, respectively. Though both problems are known to be APX-hard, approximation algorithms or proofs of inapproximability are u… ▽ More

    Submitted 16 June, 2020; v1 submitted 6 January, 2020; originally announced January 2020.

    Comments: manuscript submitted to ACM