中文
相关论文

相关论文: On the convex hull of integer points above the hyp…

200 篇论文

Number Decision Diagrams (NDD) provide a natural finite symbolic representation for regular set of integer vectors encoded as strings of digit vectors (least or most significant digit first). The convex hull of the set of vectors…

计算几何 · 计算机科学 2008-12-13 Alain Finkel , Jérôme Leroux

We study the following range searching problem: Preprocess a set $P$ of $n$ points in the plane with respect to a set $\mathcal{O}$ of $k$ orientations % , for a constant, in the plane so that given an $\mathcal{O}$-oriented convex polygon…

计算几何 · 计算机科学 2019-10-22 Eunjin Oh , Hee-Kap Ahn

We study the convex hull of $SO(n)$, thought of as the set of $n\times n$ orthogonal matrices with unit determinant, from the point of view of semidefinite programming. We show that the convex hull of $SO(n)$ is doubly spectrahedral, i.e.…

最优化与控制 · 数学 2015-07-17 James Saunderson , Pablo A. Parrilo , Alan S. Willsky

This article describes a method to compute successive convex approximations of the convex hull of a set of points in R^n that are the solutions to a system of polynomial equations over the reals. The method relies on sums of squares of…

最优化与控制 · 数学 2010-07-27 João Gouveia , Rekha R. Thomas

We consider bounded integer knapsacks where the weights and variable upper bounds together form a superincreasing sequence. The elements of this superincreasing knapsack are exactly those vectors that are lexicographically smaller than the…

最优化与控制 · 数学 2016-04-21 Akshay Gupte

We present a simple algorithm for determining the extremal points in Euclidean space whose convex hull is the nth polytope in the sequence known as the multiplihedra. This answers the open question of whether the multiplihedra could be…

代数拓扑 · 数学 2008-06-10 Stefan Forcey

A convex polygon is defined as a sequence (V_0,...,V_{n-1}) of points on a plane such that the union of the edges [V_0,V_1],..., [V_{n-2},V_{n-1}], [V_{n-1},V_0] coincides with the boundary of the convex hull of the set of vertices…

综合数学 · 数学 2007-05-23 Iosif Pinelis

$\def\DD{{{\bf \delta}}}\def\CH{{\mathop{\mathrm{ConvexHull}}}}\newcommand{\LL}{{\cal {L}}} \newcommand{\ZZ}{\mathbb{Z}} $ Given a convex body $C$ in the plane, its discrete hull is $C^0 = \CH( C \cap \LL )$, where $\LL = \ZZ \times \ZZ$ is…

计算几何 · 计算机科学 2026-01-05 Sariel Har-Peled

Let $P$ be a set of $n$ points in the plane. We consider a variation of the classical Erd\H{o}s-Szekeres problem, presenting efficient algorithms with $O(n^3)$ running time and $O(n^2)$ space complexity that compute: (1) A subset $S$ of $P$…

The convex hull of N independent random points chosen on the boundary of a simple polytope in R^n is investigated. Asymptotic formulas for the expected number of vertices and facets, and for the expectation of the volume difference are…

概率论 · 数学 2022-01-11 M. Reitzner , C. Schuett , E. M. Werner

We give a survey of work on the number of vertices of the convex hull of integer points defined by the system of linear inequalities. Also, we present our improvement of some of these.

组合数学 · 数学 2007-05-23 Nikolai Yu. Zolotykh

A programming tactic involving polyhedra is reported that has been widely applied in the polyhedral analysis of (constraint) logic programs. The method enables the computations of convex hulls that are required for polyhedral analysis to be…

编程语言 · 计算机科学 2007-05-23 Florence Benoy , Andy King , Fred Mesnard

Arithmetic automata recognize infinite words of digits denoting decompositions of real and integer vectors. These automata are known expressive and efficient enough to represent the whole set of solutions of complex linear constraints…

数据结构与算法 · 计算机科学 2008-12-11 Jérôme Leroux

A novel 2-D method for computing the convex hull of a sufficiently dense set of n integer points is introduced. The approach employs a ranking function that avoids sorting the points directly thus reducing the overall time complexity. The…

计算几何 · 计算机科学 2013-01-22 G. M. Megson , J. Cadenas

The infinite models in integer programming can be described as the convex hull of some points or as the intersection of halfspaces derived from valid functions. In this paper we study the relationships between these two descriptions. Our…

最优化与控制 · 数学 2018-10-03 Amitabh Basu , Michele Conforti , Marco Di Summa , Joseph Paat

In this paper, we continue the study of three close factorizations of an integer and correct a mistake of a previous result. This turns out to be related to lattice points close to the center point $(\sqrt{N}, \sqrt{N})$ of the hyperbola $x…

数论 · 数学 2025-07-10 Tsz Ho Chan

This is a case study of the algebraic boundary of convex hulls of varieties. We focus on surfaces in fourspace to showcase new geometric phenomena that neither curves nor hypersurfaces do. Our method is a detailed analysis of a general…

代数几何 · 数学 2025-06-02 Chiara Meroni , Kristian Ranestad , Rainer Sinn

The main purpose of this paper is to report on the state of the art of computing integer hulls and their facets as well as counting lattice points in convex polytopes. Using the polymake system we explore various algorithms and…

Divide-and-conquer is a central paradigm for the design of algorithms, through which some fundamental computational problems, such as sorting arrays and computing convex hulls, are solved in optimal time within $\Theta(n\log{n})$ in the…

数据结构与算法 · 计算机科学 2015-09-28 Jeremy Barbay , Carlos Ochoa , Pablo Perez-Lantero

The vertices of the integer hull are the integral equivalent to the well-studied basic feasible solutions of linear programs. In this paper we give new bounds on the number of non-zero components -- their support -- of these vertices…

数据结构与算法 · 计算机科学 2020-06-22 Sebastian Berndt , Klaus Jansen , Kim-Manuel Klein