中文
相关论文

相关论文: Exact Algorithms for Maximum Clique: a computation…

200 篇论文

Maximum Clique Problem(MCP) is one of the 21 original NP--complete problems enumerated by Karp in 1972. In recent years a large number of exact methods to solve MCP have been appeared(Babel, Wood, Kumlander, Fahle, Li, Tomita and etc). Most…

数据结构与算法 · 计算机科学 2013-03-12 Nikolay Lavnikevich

The maximum clique problem is a well known NP-Hard problem with applications in data mining, network analysis, informatics, and many other areas. Although there exist several algorithms with acceptable runtimes for certain classes of…

数据结构与算法 · 计算机科学 2012-11-15 Bharath Pattabiraman , Md. Mostofa Ali Patwary , Assefaw H. Gebremedhin , Wei-keng Liao , Alok Choudhary

The maximum clique (MC) problem is a challenging graph mining problem which, due to its NP-hard nature, can take a substantial amount of execution time. The MC problem is dominated by set intersection operations similar to Maximal Clique…

数据结构与算法 · 计算机科学 2025-09-29 Hans Vandierendonck

We propose improved exact and heuristic algorithms for solving the maximum weight clique problem, a well-known problem in graph theory with many applications. Our algorithms interleave successful techniques from related work with novel data…

数据结构与算法 · 计算机科学 2023-02-02 Roman Erhardt , Kathrin Hanauer , Nils Kriege , Christian Schulz , Darren Strash

We study the construction of $d$-deletion-correcting binary codes by formulating the problem as a Maximum Clique Problem (MCP). In this formulation, vertices represent candidate codewords and edges connect pairs whose longest common…

信息论 · 计算机科学 2026-02-10 Aniruddh Pandav , Rajshekhar V Bhat

The maximum clique problem is a well known NP-Hard problem with applications in data mining, network analysis, information retrieval and many other areas related to the World Wide Web. There exist several algorithms for the problem with…

数据结构与算法 · 计算机科学 2014-12-01 Bharath Pattabiraman , Md. Mostofa Ali Patwary , Assefaw H. Gebremedhin , Wei-keng Liao , Alok Choudhary

In this paper we introduce a new algorithm to study some NP-complete problems. This algorithm is a Markov Chain Monte Carlo (MCMC) inspired by the cavity method developed in the study of spin glass. We will focus on the maximum clique…

统计力学 · 物理学 2015-06-25 Antonio Iovanella , Benedetto Scoppola , Elisabetta Scoppola

The Edge Interdiction Clique Problem (EICP) aims to remove at most $k$ edges from a graph so as to minimize the size of the largest clique in the remaining graph. This problem captures a fundamental question in graph manipulation: which…

数据结构与算法 · 计算机科学 2026-01-06 Yi Zhou , Haoyu Jiang , Chenghao Zhu , André Rossi

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

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

The maximal clique enumeration (MCE) problem has numerous applications in biology, chemistry, sociology, and graph modeling. Though this problem is well studied, most current research focuses on finding solutions in large sparse graphs or…

数据结构与算法 · 计算机科学 2018-01-03 Pablo San Segundo , Jorge Artieda , Darren Strash

Semidefinite Programming (SDP) provides tight lower bounds for Optimal Power Flow problems. However, solving large-scale SDP problems requires exploiting sparsity. In this paper, we experiment several clique decomposition algorithms that…

最优化与控制 · 数学 2019-12-20 Julie Sliwak , Miguel Anjos , Lucas Létocart , Jean Maeght , Emiliano Traversi

The maximum vertex weight clique problem (MVWCP) is an important generalization of the maximum clique problem (MCP) that has a wide range of real-world applications. In situations where rigorous guarantees regarding the optimality of…

人工智能 · 计算机科学 2020-02-28 Yi Chu , Chuan Luo , Holger H. Hoos , QIngwei Lin , Haihang You

Clique is one of the most fundamental models for cohesive subgraph mining in network analysis. Existing clique model mainly focuses on unsigned networks. However, in real world, many applications are modeled as signed networks with positive…

数据结构与算法 · 计算机科学 2022-04-04 Zi Chen , Long Yuan , Xuemin Lin , Lu Qin , Wenjie Zhang

The maximum clique problem (MCP) is a fundamental problem in graph theory and in computational complexity. Given a graph G, the problem is that of finding the largest clique (complete subgraph) in G. The MCP has many important applications…

神经与进化计算 · 计算机科学 2024-09-30 Michael Vella , John Abela , Kristian Guillaumier

Finding complete subgraphs in a graph, that is, cliques, is a key problem and has many real-world applications, e.g., finding communities in social networks, clustering gene expression data, modeling ecological niches in food webs, and…

最优化与控制 · 数学 2017-05-01 Melisew Tefera Belachew , Nicolas Gillis

The maximum labelled clique problem is a variant of the maximum clique problem where edges in the graph are given labels, and we are not allowed to use more than a certain number of distinct labels in a solution. We introduce a new…

数据结构与算法 · 计算机科学 2014-11-18 Ciaran McCreesh , Patrick Prosser

We tackle the problem of counting the number of $k$-cliques in large-scale graphs, for any constant $k \ge 3$. Clique counting is essential in a variety of applications, among which social network analysis. Due to its computationally…

分布式、并行与集群计算 · 计算机科学 2018-04-13 Irene Finocchi , Marco Finocchi , Emanuele G. Fusco

The Maximum Balanced Biclique Problem (MBBP) is a prominent model with numerous applications. Yet, the problem is NP-hard and thus computationally challenging. We propose novel ideas for designing effective exact algorithms for MBBP.…

离散数学 · 计算机科学 2017-05-23 Yi Zhou , André Rossi , Jin-Kao Hao

Given simple undirected graph G = (V, E), the Maximum Clique Problem(MCP) is that of finding a maximum-cardinality subset Q of V such that any two vertices in Q are adjacent. We present a modified local search algorithm for this problem.…

最优化与控制 · 数学 2017-04-05 Lavnikevich Nikolay
‹ 上一页 1 2 3 10 下一页 ›