中文
相关论文

相关论文: k-Disjunctive cuts and a finite cutting plane algo…

200 篇论文

The lift-and-project closure is the relaxation obtained by computing all lift-and-project cuts from the initial formulation of a mixed integer linear program or equivalently by computing all mixed integer Gomory cuts read from all tableau's…

机器人学 · 计算机科学 2010-10-29 Pierre Bonami

Generalized M\"obius-Listing bodies and surfaces are generalizations of the classic M\"obius band. The original motivation is that for solutions of boundary value problems the knowledge of the domain is essential. In previous papers cutting…

综合数学 · 数学 2019-04-03 Johan Gielis , Ilia Tavkhelidze

An essential component in modern solvers for mixed-integer (linear) programs (MIPs) is the separation of additional inequalities (cutting planes) to tighten the linear programming relaxation. Various algorithmic decisions are necessary when…

最优化与控制 · 数学 2022-06-24 Timo Berthold , Matteo Francobaldi , Gregor Hendel

A natural and important generalization of submodularity -- $k$-submodularity -- applies to set functions with $k$ arguments and appears in a broad range of applications, such as infrastructure design, machine learning, and healthcare. In…

最优化与控制 · 数学 2021-06-29 Qimeng Yu , Simge Küçükyavuz

In recent years, there has been considerable interest in the transformative potential of additive manufacturing (AM) since it allows for producing highly customizable and complex components while reducing lead times and costs. The rise of…

离散数学 · 计算机科学 2023-08-21 Benedikt Zipfel , Felix Tamke , Leopold Kuttner

It is well-known that by adding integrality constraints to the semidefinite programming (SDP) relaxation of the max-cut problem, the resulting integer semidefinite program is an exact formulation of the problem. In this paper we show…

最优化与控制 · 数学 2023-11-09 Frank de Meijer , Renata Sotirov

We provide a framework for the design and analysis of dynamic programming algorithms for surface-embedded graphs on n vertices and branchwidth at most k. Our technique applies to general families of problems where standard dynamic…

数据结构与算法 · 计算机科学 2015-03-19 Juanjo Rué , Ignasi Sau , Dimitrios M. Thilikos

Global minimum cut is a fundamental combinatorial optimization problem with wide-ranging applications. Often in practice, these problems are solved repeatedly on families of similar or related instances. However, the de facto algorithmic…

数据结构与算法 · 计算机科学 2025-03-10 Benjamin Moseley , Helia Niaparast , Karan Singh

This article presents a validation of a recently proposed strongly polynomial-time algorithm for the general linear programming problem. The proposed algorithm is an implicit reduction procedure that combines primal and dual linear…

最优化与控制 · 数学 2026-04-28 Samuel Awoniyi

Current algorithms for large-scale industrial optimization problems typically face a trade-off: they either require exponential time to reach optimal solutions, or employ problem-specific heuristics. To overcome these limitations, we…

量子物理 · 物理学 2025-10-16 Matteo Vandelli , Francesco Ferrari , Daniele Dragoni

When samples have internal structure, we often see a mismatch between the objective optimized during training and the model's goal during inference. For example, in sequence-to-sequence modeling we are interested in high-quality translated…

机器学习 · 计算机科学 2020-10-05 Xi Gao , Han Zhang , Aliakbar Panahi , Tom Arodz

Recutting is an operation on planar polygons defined by cutting a polygon along a diagonal to remove a triangle, and then reattaching the triangle along the same diagonal but with opposite orientation. Recuttings along different diagonals…

可精确求解与可积系统 · 物理学 2022-11-22 Anton Izosimov

In this paper, we present efficient pseudodeterministic algorithms for both the global minimum cut and minimum s-t cut problems. The running time of our algorithm for the global minimum cut problem is asymptotically better than the fastest…

数据结构与算法 · 计算机科学 2025-12-30 Aryan Agarwala , Nithin Varma

We give algorithms for computing with divisors on projective curves over finite fields, and with their Jacobians, using the algorithmic representation of projective curves developed by Khuri-Makdisi. We show that many desirable operations…

代数几何 · 数学 2015-03-13 Peter Bruin

We show that an idea, originating initially with a fundamental recursive iteration scheme (usually referred as "the" Kaczmarz algorithm), admits important applications in such infinite-dimensional, and non-commutative, settings as are…

泛函分析 · 数学 2019-04-10 Palle Jorgensen , Myung-Sin Song , Feng Tian

Cutting a polytope is a very natural way to produce new classes of interesting polytopes. Moreover, it has been very enlightening to explore which algebraic and combinatorial properties of the orignial polytope are hereditary to its…

组合数学 · 数学 2014-02-18 Takayuki Hibi , Nan Li

I illustrate a general formalism based upon the subtraction method for the calculation of next-to-leading order QCD cross sections for any number of jets in any type of hard collisions. I discuss the implementation of this formalism in a…

高能物理 - 唯象学 · 物理学 2009-10-30 S. Frixione

Balanced partitioning is often a crucial first step in solving large-scale graph optimization problems, e.g., in some cases, a big graph can be chopped into pieces that fit on one machine to be processed independently before stitching the…

分布式、并行与集群计算 · 计算机科学 2015-12-10 Kevin Aydin , MohammadHossein Bateni , Vahab Mirrokni

Li and Panigrahi, in recent work, obtained the first deterministic algorithm for the global minimum cut of a weighted undirected graph that runs in time $o(mn)$. They introduced an elegant and powerful technique to find isolating cuts for a…

数据结构与算法 · 计算机科学 2021-03-25 Chandra Chekuri , Kent Quanrud

We present an Integer Linear Programming based approach to finding the optimal fusion strategy for combinator-based parallel programs. While combinator-based languages or libraries provide a convenient interface for programming parallel…

编程语言 · 计算机科学 2024-07-19 David van Balen , Gabriele Keller , Ivo Gabede Wolff , Trevor L. McDonell