中文
相关论文

相关论文: Computing the Integer Programming Gap

200 篇论文

We consider the NP-hard problem of minimizing a separable concave quadratic function over the integral points in a polyhedron, and we denote by D the largest absolute value of the subdeterminants of the constraint matrix. In this paper we…

最优化与控制 · 数学 2019-08-30 Alberto Del Pia

We present a novel modular approach to infer upper bounds on the expected runtime of probabilistic integer programs automatically. To this end, it computes bounds on the runtime of program parts and on the sizes of their variables in an…

计算机科学中的逻辑 · 计算机科学 2021-01-26 Fabian Meyer , Marcel Hark , Jürgen Giesl

Integer programming (IP), as the name suggests is an integer-variable-based approach commonly used to formulate real-world optimization problems with constraints. Currently, quantum algorithms reformulate the IP into an unconstrained form…

量子物理 · 物理学 2024-07-31 Kapil Goswami , Peter Schmelcher , Rick Mukherjee

This paper presents the first study of the complexity of the optimization problem for integer linear-exponential programs which extend classical integer linear programs with the exponential function $x \mapsto 2^x$ and the remainder…

计算机科学中的逻辑 · 计算机科学 2025-10-17 S Hitarth , Alessio Mansutti , Guruprerana Shabadi

The Maximally Diverse Grouping Problem (MDGP) is the problem of assigning a set of elements to mutually disjoint groups in order to maximise the overall diversity between the elements. Because the MDGP is NP-complete, most studies have…

最优化与控制 · 数学 2024-10-14 Kevin Fu Yuan Lam , Jiang Qian

We study the general integer programming problem where the number of variables $n$ is a variable part of the input. We consider two natural parameters of the constraint matrix $A$: its numeric measure $a$ and its sparsity measure $d$. We…

In semidefinite programming the dual may fail to attain its optimal value and there could be a duality gap, i.e., the primal and dual optimal values may differ. In a striking paper, Ramana proposed a polynomial size extended dual that does…

最优化与控制 · 数学 2022-09-08 Bruno F. Lourenço , Gábor Pataki

In the Integer Quadratic Programming problem input is an n*n integer matrix Q, an m*n integer matrix A and an m-dimensional integer vector b. The task is to find a vector x in Z^n, minimizing x^TQx, subject to Ax <= b. We give a fixed…

数据结构与算法 · 计算机科学 2017-04-11 Daniel Lokshtanov

Given a graphical model, one essential problem is MAP inference, that is, finding the most likely configuration of states according to the model. Although this problem is NP-hard, large instances can be solved in practice. A major open…

机器学习 · 统计学 2017-03-09 Erik M. Lindgren , Alexandros G. Dimakis , Adam Klivans

We introduce the integrality number of an integer program (IP) in inequality form. Roughly speaking, the integrality number is the smallest number of integer constraints needed to solve an IP via a mixed integer (MIP) relaxation. One…

最优化与控制 · 数学 2021-04-08 Joseph Paat , Miriam Schlöter , Robert Weismantel

A long-standing open question in Integer Programming is whether integer programs with constraint matrices with bounded subdeterminants are efficiently solvable. An important special case thereof are congruency-constrained integer programs…

最优化与控制 · 数学 2023-04-26 Martin Nägele , Richard Santiago , Rico Zenklusen

We consider partially observable Markov decision processes (POMDPs) with a set of target states and every transition is associated with an integer cost. The optimization objective we study asks to minimize the expected total cost till the…

人工智能 · 计算机科学 2014-11-17 Krishnendu Chatterjee , Martin Chmelík , Raghav Gupta , Ayush Kanodia

We establish the expressibility in fixed-point logic with counting (FPC) of a number of natural polynomial-time problems. In particular, we show that the size of a maximum matching in a graph is definable in FPC. This settles an open…

计算机科学中的逻辑 · 计算机科学 2013-04-26 Matthew Anderson , Anuj Dawar , Bjarki Holm

An ideal of a local polynomial ring can be described by calculating a standard basis with respect to a local monomial ordering. However standard basis algorithms are not numerically stable. Instead we can describe the ideal numerically by…

代数几何 · 数学 2012-11-22 Robert Krone

Integer programs with m constraints are solvable in pseudo-polynomial time in $\Delta$, the largest coefficient in a constraint, when m is a fixed constant. We give a new algorithm with a running time of $O(\sqrt{m}\Delta)^{2m} + O(nm)$,…

数据结构与算法 · 计算机科学 2022-07-27 Klaus Jansen , Lars Rohwedder

A covering integer program (CIP) is a mathematical program of the form: min {c^T x : Ax >= 1, 0 <= x <= u, x integer}, where A is an m x n matrix, and c and u are n-dimensional vectors, all having non-negative entries. In the online…

数据结构与算法 · 计算机科学 2012-05-02 Anupam Gupta , Viswanath Nagarajan

We study optimal decision policies for integer linear programs with a fixed feasible set and varying cost vectors, represented as linear decision trees. Once synthesized for a given feasible set, they return an optimal solution for any…

最优化与控制 · 数学 2026-05-05 Théo Guyard , Cleber Oliveira , Maximilian Schiffer , Eduardo Uchoa , Thibaut Vidal

We address the Interval Data Min-Max Regret 0-1 Integer Linear Programming problem (MMR-ILP), a variant of the 0-1 Integer Linear Programming problem where the objective function coefficients are uncertain. We solve MMR-ILP using a…

数据结构与算法 · 计算机科学 2019-08-15 Iago A. Carvalho , Thiago F. Noronha , Christophe Duhamel

We show that a circuit walk from a given feasible point of a given linear program to an optimal point can be computed in polynomial time using only linear algebra operations and the solution of the single given linear program. We also show…

最优化与控制 · 数学 2024-10-02 Shmuel Onn

This paper deals with exploiting symmetry for solving linear and integer programming problems. Basic properties of linear representations of finite groups can be used to reduce symmetric linear programming to solving linear programs of…

最优化与控制 · 数学 2015-07-31 Richard Bödi , Katrin Herr , Michael Joswig