中文
相关论文

相关论文: Cardinality Maximum Flow Network Interdiction Prob…

200 篇论文

Maximum Flow Network Interdiction Problem (MFNIP) is known to be strongly NP-hard problem. We solve a simple form of MFNIP in polynomial time. We review the reduction of MFNIP from the clique problem. We propose a polynomial time solution…

数据结构与算法 · 计算机科学 2014-02-11 Pawan Tamta , Bhagwati Prasad Pande , H. S Dhami

The Clique Problem has a reduction to the Maximum Flow Network Interdiction Problem. We review the reduction to evolve a polynomial time algorithm for the Clique Problem. A computer program in C language has been written to validate the…

数据结构与算法 · 计算机科学 2020-01-01 Pawan Tamta , B. P. Pande , H. S. Dhami

Multiple interval graphs are variants of interval graphs where instead of a single interval, each vertex is assigned a set of intervals on the real line. We study the complexity of the MAXIMUM CLIQUE problem in several classes of multiple…

离散数学 · 计算机科学 2012-03-12 Mathew C. Francis , Daniel Gonçalves , Pascal Ochem

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

I present a single algorithm which solves the clique problems, "What is the largest size clique?", "What are all the maximal cliques?" and the decision problem, "Does a clique of size k exist?" for any given graph in polynomial time. The…

数据结构与算法 · 计算机科学 2015-03-17 Michael LaPlante

This article focuses on a biobjective extension of the maximum flow network interdiction problem, where each arc in the network is associated with two capacity values. Two maximum flows from a source to a sink are to be computed…

组合数学 · 数学 2020-10-09 Luca E. Schäfer , Stefan Ruzika , Sven O. Krumke , Carlos M. Fonseca

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

It is known that the maximum cardinality cut problem is NP-hard even in chordal graphs. In this paper, we consider the time complexity of the problem in proper interval graphs, a subclass of chordal graphs, and propose a dynamic programming…

离散数学 · 计算机科学 2015-12-23 Arman Boyacı , Tinaz Ekim , Mordechai Shalom

This papers considers the problem of maximizing the load that can be served by a power network. We use the commonly accepted Linear DC power network model and consider wo configuration options: switching lines and using FACTS devices. We…

计算复杂性 · 计算机科学 2015-07-20 Karsten Lehmann , Alban Grastien , Pascal Van Hentenryck

Although it has been claimed in two different papers that the maximum cardinality cut problem is polynomial-time solvable for proper interval graphs, both of them turned out to be erroneous. In this paper, we give FPT algorithms for the…

数据结构与算法 · 计算机科学 2020-06-09 Arman Boyacı , Tınaz Ekim , Mordechai Shalom

The support of a flow $x$ in a network is the subdigraph induced by the arcs $uv$ for which $x(uv)>0$. We discuss a number of results on flows in networks where we put certain restrictions on structure of the support of the flow. Many of…

离散数学 · 计算机科学 2024-05-16 Stéphane Bessy , Jørgen Bang-Jensen , Lucas Picasarri-Arrieta

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

A clique in an undirected graph G= (V, E) is a subset V' V of vertices, each pair of which is connected by an edge in E. The clique problem is an optimization problem of finding a clique of maximum size in graph. The clique problem is…

离散数学 · 计算机科学 2007-10-04 Murali Krishna P , Sabu . M Thampi

In this work, we critique two papers, "A Polynomial-Time Solution to the Clique Problem" by Tamta, Pande, and Dhami, and "A Polynomial-Time Algorithm For Solving Clique Problems" by LaPlante. We summarize and analyze both papers, noting…

计算复杂性 · 计算机科学 2015-04-28 Hector A. Cardenas , Chester Holtz , Maria Janczak , Philip Meyers , Nathaniel S. Potrepka

Many engineered systems, such as energy and transportation infrastructures, are networks governed by non-linear physical laws. A primary challenge for operators of these networks is to achieve optimal utilization while maintaining safety…

最优化与控制 · 数学 2018-03-08 Tillmann Weisser , Line Roald , Sidhant Misra

We study the following fundamental network optimization problem known as Maximum Robust Flow (MRF): A planner determines a flow on $s$-$t$-paths in a given capacitated network. Then, an adversary removes $k$ arcs from the network,…

离散数学 · 计算机科学 2025-11-11 Jannik Matuschke

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

Circuit lower bounds are important since it is believed that a super-polynomial circuit lower bound for a problem in NP implies that P!=NP. Razborov has proved superpolynomial lower bounds for monotone circuits by using method of…

计算复杂性 · 计算机科学 2020-06-29 Boyu Sima

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 Clique Interdiction Problem (CIP) aims to minimize the size of the largest clique in a given graph by removing a given number of vertices. The CIP models a special Stackelberg game and has important applications in fields such as…

数据结构与算法 · 计算机科学 2025-05-21 Chenghao Zhu , Yi Zhou , Haoyu Jiang
‹ 上一页 1 2 3 10 下一页 ›