中文
相关论文

相关论文: Simpler Reductions from Exact Triangle

200 篇论文

Cyclic reduction is a method for the solution of (block-)tridiagonal linear systems. In this note we review the method tailored to hermitian positive definite banded linear systems. The reviewed method has the following advantages: It is…

数值分析 · 数学 2018-07-03 Martin Neuenhofen

Given an $n*n$ sparse symmetric matrix with $m$ nonzero entries, performing Gaussian elimination may turn some zeroes into nonzero values. To maintain the matrix sparse, we would like to minimize the number $k$ of these changes, hence…

计算复杂性 · 计算机科学 2016-06-28 Yixin Cao , R. B. Sandeep

We introduce innovative algorithms for computing exact or approximate (minimum-norm) solutions to $Ax=b$ or the {\it normal equation} $A^TAx=A^Tb$, where $A$ is an $m \times n$ real matrix of arbitrary rank. We present more efficient…

数值分析 · 数学 2023-11-30 Bahman Kalantari

How should we thread a single string through a set of tubes so that pulling the string taut self-assembles the tubes into a desired graph? While prior work [ITCS 2024] solves this problem with the goal of minimizing the length of string, we…

数据结构与算法 · 计算机科学 2024-05-29 Erik D. Demaine , Yael Kirkpatrick , Rebecca Lin

In this paper, we consider two fundamental cut approximation problems on large graphs. We prove new lower bounds for both problems that are optimal up to logarithmic factors. The first problem is to approximate cuts in balanced directed…

数据结构与算法 · 计算机科学 2024-06-21 Yu Cheng , Max Li , Honghao Lin , Zi-Yi Tai , David P. Woodruff , Jason Zhang

In this paper, we study the 3D strip packing problem in which we are given a list of 3-dimensional boxes and required to pack all of them into a 3-dimensional strip with length 1 and width 1 and unlimited height to minimize the height used.…

数据结构与算法 · 计算机科学 2007-05-23 Xin Han , Kazuo Iwama , Guochuan Zhang

At each iteration of a Block Coordinate Descent method one minimizes an approximation of the objective function with respect to a generally small set of variables subject to constraints in which these variables are involved. The…

最优化与控制 · 数学 2023-04-28 E. G. Birgin , J. M. Martínez

Given a set of $n$ real numbers, the 3SUM problem is to decide whether there are three of them that sum to zero. Until a recent breakthrough by Gr{\o}nlund and Pettie [FOCS'14], a simple $\Theta(n^2)$-time deterministic algorithm for this…

数据结构与算法 · 计算机科学 2017-03-07 Omer Gold , Micha Sharir

We study novel robust zero-order algorithms with acceleration for the solution of real-time optimization problems. In particular, we propose a family of extremum seeking dynamics that can be universally modeled as singularly perturbed…

最优化与控制 · 数学 2020-12-17 Jorge I. Poveda , Na Li

The Ensemble Kalman methodology in an inverse problems setting can be viewed as an iterative scheme, which is a weakly tamed discretization scheme for a certain stochastic differential equation (SDE). Assuming a suitable approximation…

概率论 · 数学 2018-06-19 Dirk Blömker , Claudia Schillings , Philipp Wacker

This PhD thesis summarizes research works on the design of exact algorithms that provide a worst-case (time or space) guarantee for NP-hard scheduling problems. Both theoretical and practical aspects are considered with three main results…

计算复杂性 · 计算机科学 2017-12-07 Lei Shang

The extended cyclic reduction algorithm developed by Swarztrauber in 1974 was used to solve the block-tridiagonal linear system. The paper fills in the gap of theoretical results concerning the zeros of matrix polynomial $B_{i}^{(r)}$ with…

数值分析 · 数学 2022-04-06 Xuhao Diao , Jun Hu , Suna Ma

We study the implications of the simplicity constraint in the spincube model of quantum gravity. By relating the edge-lengths to the integer areas of triangles, the simplicity constraint imposes very strong restrictions between them,…

广义相对论与量子宇宙学 · 物理学 2016-08-03 Marko Vojinovic

Solving the many-electron problem, even approximately, is one of the most challenging and simultaneously most important problems in contemporary condensed matter physics with various connections to other fields. The standard approach is to…

Motivated by the need to better understand the properties of sparse cutting-planes used in mixed integer programming solvers, the paper [2] studied the idealized problem of how well a polytope is approximated by the use of sparse valid…

最优化与控制 · 数学 2014-12-12 Santanu S. Dey , Andres Iroume , Marco Molinaro

We present subquadratic algorithms in the algebraic decision-tree model for several \textsc{3Sum}-hard geometric problems, all of which can be reduced to the following question: Given two sets $A$, $B$, each consisting of $n$ pairwise…

计算几何 · 计算机科学 2021-09-17 Boris Aronov , Mark de Berg , Jean Cardinal , Esther Ezra , John Iacono , Micha Sharir

We show how identification of absolutely flat directions allows the construction of a new class of compactified string theories with reduced gauge symmetry that may or may not be continuously connected to the original theory. We use this…

高能物理 - 唯象学 · 物理学 2014-11-17 Witold Pokorski , Graham G. Ross

The $2$-Edge-Connected Spanning Subgraph problem (2-ECSS) is one of the most fundamental and well-studied problems in the context of network design. In the problem, we are given an undirected graph $G$, and the objective is to find a…

数据结构与算法 · 计算机科学 2023-04-27 Yusuke Kobayashi , Takashi Noguchi

We describe a $\frac{4}{3}$-approximation algorithm for the traveling salesman problem in which the distances between points are induced by graph-theoretical distances in an unweighted graph. The algorithm is based on finding a minimum cost…

数据结构与算法 · 计算机科学 2024-11-05 Ali Çivril

In this article we consider the problem of testing, for two finite sets of points in the Euclidean space, if their convex hulls are disjoint and computing an optimal supporting hyperplane if so. This is a fundamental problem of…

计算几何 · 计算机科学 2016-11-15 Mayank Gupta , Bahman Kalantari