TL;DR
This paper introduces a practical, polynomial-time algorithm to determine the 2-admissibility of graphs, enabling analysis of large real-world networks with efficiency and low memory usage.
Contribution
The paper presents the first practical implementation of an algorithm to compute 2-admissibility, demonstrating its efficiency on large real-world networks.
Findings
Algorithm runs efficiently on networks with millions of edges.
Many real-world networks have small 2-admissibility.
The implementation has a low memory footprint.
Abstract
The -admissibility of a graph is a promising measure to identify real-world networks which have an algorithmically favourable structure. In contrast to other related measures, like the weak/strong -colouring numbers or the maximum density of graphs that appear as -subdivisions, the -admissibility can be computed in polynomial time. However, so far these results are theoretical only and no practical implementation to compute the -admissibility exists. Here we present an algorithm which decides whether the -admissibility of an input graph is at most in time and space . The simple structure of the algorithm makes it easy to implement. We evaluate our implementation on a corpus of 214 real-world networks and find that the algorithm runs efficiently even on networks with millions of edges, that it has a low memory footprint, and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
