中文
相关论文

相关论文: Reducing Maximum Weighted Matching to the Largest …

200 篇论文

The weighted set multi-cover problem is a fundamental generalization of set cover that arises in data-driven applications where one must select a small, low-cost subset from a large collection of candidates under coverage constraints. In…

数据库 · 计算机科学 2026-03-16 Nima Shahbazi , Aryan Esmailpour , Stavros Sintos

This paper studies the maximum cardinality matching problem in stochastically evolving graphs. We formally define the arrival-departure model with stochastic departures. There, a graph is sampled from a specific probability distribution and…

数据结构与算法 · 计算机科学 2020-05-19 Eleni C. Akrida , Argyrios Deligkas , George B. Mertzios , Paul G. Spirakis , Viktor Zamaraev

We propose a new greedy algorithm for the maximum cardinality matching problem. We give experimental evidence that this algorithm is likely to find a maximum matching in random graphs with constant expected degree c>0, independent of the…

数据结构与算法 · 计算机科学 2012-03-20 Martin Dietzfelbinger , Hendrik Peilke , Michael Rink

In 1900, as a part of his 18th problem, Hilbert proposed the question to determine the densest congruent (or translative) packings of a given solid, such as the unit ball or the regular tetrahedron of unit edges. Up to now, our knowledge…

度量几何 · 数学 2018-05-08 Chuanming Zong

We study the problem of finding a maximum matching in a graph given by an input stream listing its edges in some arbitrary order, where the quantity to be maximized is given by a monotone submodular function on subsets of edges. This…

数据结构与算法 · 计算机科学 2013-11-19 Amit Chakrabarti , Sagar Kale

A common approach for designing scalable algorithms for massive data sets is to distribute the computation across, say $k$, machines and process the data using limited communication between them. A particularly appealing framework here is…

数据结构与算法 · 计算机科学 2017-05-24 Sepehr Assadi , Sanjeev Khanna

Given a simple connected graph $G = (V, E)$, we seek to partition the vertex set $V$ into $k$ non-empty parts such that the subgraph induced by each part is connected, and the partition is maximally balanced in the way that the maximum…

数据结构与算法 · 计算机科学 2019-10-08 Yong Chen , Zhi-Zhong Chen , Guohui Lin , Yao Xu , An Zhang

Maximum Satisfiability (MaxSAT) is an optimization variant of the Boolean Satisfiability (SAT) problem. In general, MaxSAT algorithms perform a succession of SAT solver calls to reach an optimum solution making extensive use of cardinality…

计算机科学中的逻辑 · 计算机科学 2014-08-21 Ruben Martins , Saurabh Joshi , Vasco Manquinho , Ines Lynce

Max-product belief propagation is a local, iterative algorithm to find the mode/MAP estimate of a probability distribution. While it has been successfully employed in a wide variety of applications, there are relatively few theoretical…

信息论 · 计算机科学 2007-07-13 Sujay Sanghavi

We present an optimal strategy for the relative weighting of different data modes in inverse problems, and derive the maximum compatibility estimate (MCE) that corresponds to the maximum likelihood or maximum a posteriori estimates in the…

最优化与控制 · 数学 2011-02-23 Mikko Kaasalainen

This paper introduces a discrete relaxation for the class of combinatorial optimization problems which can be described by a set partitioning formulation under packing constraints. We present two combinatorial relaxations based on computing…

数据结构与算法 · 计算机科学 2022-08-30 Phillippe Samer , Evellyn Cavalcante , Sebastián Urrutia , Johan Oppen

The aim of this note is to provide a reduction of the Exact Matching problem to the Top-$k$ Perfect Matching Problem. Together with earlier work by El Maalouly, this shows that the two problems are polynomial-time equivalent. The Exact…

数据结构与算法 · 计算机科学 2022-09-21 Nicolas El Maalouly , Lasse Wulf

In a bounded max-coloring of a vertex/edge weighted graph, each color class is of cardinality at most $b$ and of weight equal to the weight of the heaviest vertex/edge in this class. The bounded max-vertex/edge-coloring problems ask for…

数据结构与算法 · 计算机科学 2009-04-13 Evripidis Bampis , Alexander Kononov , Giorgio Lucarelli , Ioannis Milis

We examine the possibility of approximating Maximum Vertex-Disjoint Shortest Paths. In this problem, the input is an edge-weighted (directed or undirected) $n$-vertex graph $G$ along with $k$ terminal pairs…

数据结构与算法 · 计算机科学 2025-04-23 Matthias Bentert , Fedor V. Fomin , Petr A. Golovach

In Path Set Packing, the input is an undirected graph $G$, a collection $\calp$ of simple paths in $G$, and a positive integer $k$. The problem is to decide whether there exist $k$ edge-disjoint paths in $\calp$. We study the parameterized…

数据结构与算法 · 计算机科学 2024-06-03 N. R. Aravind , Roopam Saxena

We revisit the classical problem of deriving convergence rates for the maximum likelihood estimator (MLE) in finite mixture models. The Wasserstein distance has become a standard loss function for the analysis of parameter estimation in…

统计理论 · 数学 2022-06-22 Tudor Manole , Nhat Ho

In rectangle packing problems we are given the task of placing axis-aligned rectangles in a given plane region, so that they do not overlap with each other. In Maximum Weight Independent Set of Rectangles (MWISR), their position is given…

数据结构与算法 · 计算机科学 2017-11-22 Salvatore Ingala

One powerful technique to solve NP-hard optimization problems in practice is branch-and-reduce search---which is branch-and-bound that intermixes branching with reductions to decrease the input size. While this technique is known to be very…

数据结构与算法 · 计算机科学 2018-10-26 Sebastian Lamm , Christian Schulz , Darren Strash , Robert Williger , Huashuo Zhang

We survey optimization problems that involve the cardinality of variable vectors in constraints or the objective function. We provide a unified viewpoint on the general problem classes and models, and give concrete examples from diverse…

最优化与控制 · 数学 2022-08-09 Andreas M. Tillmann , Daniel Bienstock , Andrea Lodi , Alexandra Schwartz

The phylogenetic tree construction is to infer the evolutionary relationship between species from the experimental data. However, the experimental data are often imperfect and conflicting each others. Therefore, it is important to extract…

人工智能 · 计算机科学 2007-05-23 Andy Auyeung , Ajith Abraham
‹ 上一页 1 8 9 10 下一页 ›