中文
相关论文

相关论文: Solving the undirected feedback vertex set problem…

200 篇论文

Given a multi-input, nonlinear, time-invariant, control-affine system and a controlled invariant, closed, embedded submanifold $\mathsf{N}$, the local transverse feedback linearization (TFL) problem seeks a coordinate and feedback…

最优化与控制 · 数学 2022-04-29 Rollen S. D'Souza , Christopher Nielsen

Feedback Vertex Set is a classic combinatorial optimization problem that asks for a minimum set of vertices in a given graph whose deletion makes the graph acyclic. From the point of view of parameterized algorithms and fixed-parameter…

数据结构与算法 · 计算机科学 2018-11-14 Krzysztof Kiljan , Marcin Pilipczuk

This work concerns the analysis and design of distributed first-order optimization algorithms over time-varying graphs. The goal of such algorithms is to optimize a global function that is the average of local functions using only local…

最优化与控制 · 数学 2020-02-17 Akhil Sundararajan , Bryan Van Scoy , Laurent Lessard

The Directed Feedback Vertex Set problem (DFVS) asks whether it is possible to remove at most $k$ vertices from a directed graph to make it acyclic. Whether DFVS is fixed-parameter tractable was a long-standing open problem in parameterized…

数据结构与算法 · 计算机科学 2024-10-22 Ziliang Xiong , Mingyu Xiao

Given a directed graph, the Minimal Feedback Arc Set (FAS) problem asks for a minimal set of arcs which, when removed, results in an acyclic graph. Equivalently, the FAS problem asks to find an ordering of the vertices that minimizes the…

组合数学 · 数学 2024-01-10 Harvey Diamond , Mark Kon , Louise Raphael

The classical Feedback Vertex Set problem asks, for a given undirected graph G and an integer k, to find a set of at most k vertices that hits all the cycles in the graph G. Feedback Vertex Set has attracted a large amount of research in…

数据结构与算法 · 计算机科学 2011-08-02 Marek Cygan , Marcin Pilipczuk , Michal Pilipczuk , Jakub Onufry Wojtaszczyk

The Vortex Search (VS) algorithm is one of the recently proposed metaheuristic algorithms which was inspired from the vortical flow of the stirred fluids. Although the VS algorithm is shown to be a good candidate for the solution of certain…

人工智能 · 计算机科学 2016-06-10 Berat Doğan

In graph theory, the minimum directed feedback vertex set (FVS) problem consists in identifying the smallest subsets of vertices in a directed graph whose deletion renders the directed graph acyclic. Although being known as NP-hard since…

离散数学 · 计算机科学 2024-06-25 Moussa Abdenbi , Alexandre Blondin Massé , Alain Goupil , Odile Marcotte

This paper proposes a local search algorithm for a specific combinatorial optimisation problem in graph theory: the Hamiltonian Completion Problem (HCP) on undirected graphs. In this problem, the objective is to add as few edges as possible…

离散数学 · 计算机科学 2020-07-03 Jorik Jooken , Pieter Leyman , Patrick De Causmaecker

The study of fault-tolerant data structures for various network design problems is a prominent area of research in computer science. Likewise, the study of NP-Complete problems lies at the heart of computer science with numerous results in…

数据结构与算法 · 计算机科学 2020-09-15 Pranabendu Misra

We consider directed graph algorithms in a streaming setting, focusing on problems concerning orderings of the vertices. This includes such fundamental problems as topological sorting and acyclicity testing. We also study the related…

数据结构与算法 · 计算机科学 2021-05-19 Amit Chakrabarti , Prantar Ghosh , Andrew McGregor , Sofya Vorotnikova

Local graph clustering is an important algorithmic technique for analysing massive graphs, and has been widely applied in many research fields of data science. While the objective of most (local) graph clustering algorithms is to find a…

数据结构与算法 · 计算机科学 2021-06-10 Peter Macgregor , He Sun

Dominating set is a set of vertices of a graph such that all other vertices have a neighbour in the dominating set. We propose a new order-based randomised local search (RLS$_o$) algorithm to solve minimum dominating set problem in large…

社会与信息网络 · 计算机科学 2017-11-06 David Chalupa

We solve a problem of non-convex stochastic optimisation with help of simulated annealing of Levy flights of a variable stability index. The search of the ground state of an unknown potential is non-local due to big jumps of the Levy…

统计力学 · 物理学 2009-11-13 I. Pavlyukevich

We present new refinement heuristics for the balanced graph partitioning problem that break with an age-old rule. Traditionally, local search only permits moves that keep the block sizes balanced (below a size constraint). In this work, we…

社会与信息网络 · 计算机科学 2025-05-13 Nikolai Maas , Lars Gottesbüren , Daniel Seemaier

The locality of a graph problem is the smallest distance $T$ such that each node can choose its own part of the solution based on its radius-$T$ neighborhood. In many settings, a graph problem can be solved efficiently with a distributed or…

分布式、并行与集群计算 · 计算机科学 2021-12-14 Yi-Jun Chang , Jan Studený , Jukka Suomela

Consider the following generalization of the classic binary search problem: A searcher is required to find a hidden target vertex $x$ in a graph $G$. To do so, they iteratively perform queries to an oracle, each about a chosen vertex $v$.…

数据结构与算法 · 计算机科学 2026-03-17 Michał Szyfelbein

The Generalized Independent Set (GIS) problem extends the classical maximum independent set problem by incorporating profits for vertices and penalties for edges. This generalized problem has been identified in diverse applications in…

信息检索 · 计算机科学 2026-04-06 Yiping Liu , Yi Zhou , Zhenxiang Xu , Mingyu Xiao , Jin-Kao Hao

The feedback set problems are about removing the minimum number of vertices or edges from a graph to break all its cycles. Much effort has gone into understanding their complexity on planar graphs as well as on graphs of bounded degree. We…

计算复杂性 · 计算机科学 2026-05-13 Tian Bai , Yixin Cao , Mingyu Xiao

Dominating Set is a well-known combinatorial optimization problem which finds application in computational biology or mobile communication. Because of its $\mathrm{NP}$-hardness, one often turns to heuristics for good solutions. Many such…

数据结构与算法 · 计算机科学 2026-01-21 Hendrik Higl