中文
相关论文

相关论文: An Improved Upper Bound on Maximal Clique Listing …

200 篇论文

The importance of classifying connections in large graphs has been the motivation for a rich line of work on distributed subgraph finding that has led to exciting recent breakthroughs. A crucial aspect that remained open was whether…

分布式、并行与集群计算 · 计算机科学 2022-09-27 Keren Censor-Hillel , Dean Leitersdorf , David Vulakh

The MaxClique problem, finding the largest complete subgraph in an Erd{\"o}s-R{\'e}nyi $G(N,p)$ random graph in the large $N$ limit, is a well-known example of a simple problem for which finding any approximate solution within a factor of…

数据结构与算法 · 计算机科学 2023-05-26 Raffaele Marino , Scott Kirkpatrick

The maximum bipartite matching problem is among the most fundamental and well-studied problems in combinatorial optimization. A beautiful and celebrated combinatorial algorithm of Hopcroft and Karp (1973) shows that maximum bipartite…

数据结构与算法 · 计算机科学 2023-12-21 Julia Chuzhoy , Sanjeev Khanna

Given a directed graph $G$ on $n$ vertices with a special vertex $s$, the directed minimum degree spanning tree problem requires computing a incoming spanning tree rooted at $s$ whose maximum tree in-degree is the smallest among all such…

数据结构与算法 · 计算机科学 2019-05-28 Ran Duan , Tianyi Zhang

We give a simple, greedy $O(n^{\omega+0.5})=O(n^{2.872})$-time algorithm to list-decode planted cliques in a semirandom model introduced in [CSV17] (following [FK01]) that succeeds whenever the size of the planted clique is $k\geq…

数据结构与算法 · 计算机科学 2024-10-10 Jarosław Błasiok , Rares-Darius Buhai , Pravesh K. Kothari , David Steurer

A \emph{disk graph} is the intersection graph of (closed) disks in the plane. We consider the classic problem of finding a maximum clique in a disk graph. For general disk graphs, the complexity of this problem is still open, but for unit…

We propose a strategy for the generation of fast and accurate versions of non-commutative recursive matrix multiplication algorithms. To generate these algorithms, we consider matrix and tensor norm bounds governing the stability and…

数值分析 · 数学 2025-06-25 Jean-Guillaume Dumas , Clément Pernet , Alexandre Sedoglavic

The maximum clique problem is a classical NP-complete problem in graph theory and has important applications in many domains. In this paper we show, in a partially non-constructive way, the existence of an exact polynomial-time algorithm…

数据结构与算法 · 计算机科学 2019-05-20 R. Dharmarajan , D. Ramachandran

A problem of practical and theoretical interest is to determine or estimate the diameter of various families of Cayley networks. The previously known estimate for the diameter of Cayley graphs generated by transposition trees is an upper…

离散数学 · 计算机科学 2015-12-11 Ashwin Ganesan

Based on the Breslauer-Italiano online suffix tree construction algorithm (2013) with double logarithmic worst-case guarantees on the update time per letter, we develop near-real-time algorithms for several classical problems on strings,…

数据结构与算法 · 计算机科学 2026-02-18 Dominik Köppl , Gregory Kucherov

In this article, we develop a clique-based method for social network clustering. We introduce a new index to evaluate the quality of clustering results, and propose an efficient algorithm based on recursive bipartition to maximize an…

社会与信息网络 · 计算机科学 2018-05-11 Guang Ouyang , Dipak K. Dey , Panpan Zhang

We take an existing implementation of an algorithm for the maximum clique problem and modify it so that we can distribute it over an ad-hoc cluster of machines. Our goal was to achieve a significant speedup in performance with minimal…

数据结构与算法 · 计算机科学 2013-03-22 Ciaran McCreesh , Patrick Prosser

Hypergraphs offer flexible and robust data representations for many applications, but methods that work directly on hypergraphs are not readily available and tend to be prohibitively expensive. Much of the current analysis of hypergraphs…

分布式、并行与集群计算 · 计算机科学 2022-01-28 Xu T. Liu , Jesun Firoz , Sinan Aksoy , Ilya Amburg , Andrew Lumsdaine , Cliff Joslyn , Assefaw H. Gebremedhin , Brenda Praggastis

The problem of constructing optimal factoring automata arises in the context of unification factoring for the efficient execution of logic programs. Given an ordered set of $n$ strings of length $m$, the problem is to construct a trie-like…

数据结构与算法 · 计算机科学 2024-04-04 Thomas Erlebach , Kleitos Papadopoulos

In this paper, we present an improved algorithm for the All Pairs Non-decreasing Paths (APNP) problem on weighted simple digraphs, which has running time $\tilde{O}(n^{\frac{3 + \omega}{2}}) = \tilde{O}(n^{2.686})$. Here $n$ is the number…

数据结构与算法 · 计算机科学 2019-04-25 Ran Duan , Ce Jin , Hongxun Wu

MAX CLIQUE problem (MCP) is an NPO problem, which asks to find the largest complete sub-graph in a graph $G, G = (V, E)$ (directed or undirected). MCP is well known to be $NP-Hard$ to approximate in polynomial time with an approximation…

数据结构与算法 · 计算机科学 2019-09-20 Tapani Toivonen , Janne Karttunen

An algorithm is developed for finding a close to optimal junction tree of a given graph G. The algorithm has a worst case complexity O(c^k n^a) where a and c are constants, n is the number of vertices, and k is the size of the largest…

数据结构与算法 · 计算机科学 2013-02-18 Ann Becker , Dan Geiger

We revisit the join ordering problem in query optimization. The standard exact algorithm, DPccp, has a worst-case running time of $O(3^n)$. This is prohibitively expensive for large queries, which are not that uncommon anymore. We develop a…

数据库 · 计算机科学 2024-09-13 Mihail Stoian , Andreas Kipf

We present CLIPPER+, an algorithm for finding maximal cliques in unweighted graphs for outlier-robust global registration. The registration problem can be formulated as a graph and solved by finding its maximum clique. This formulation…

机器人学 · 计算机科学 2024-02-26 Kaveh Fathian , Tyler Summers

The maximum clique problem (MCP) is to find the largest complete subgraph in an undirected graph, that is, the subgraph in which there are edges between every two different vertices. It is an NP-Hard problem with wide applications,…

量子物理 · 物理学 2025-09-03 Wenmin Han , Shiqi Zheng , Peian Chen , Yukun Wang