中文
相关论文

相关论文: A scaleable projection-based branch-and-cut algori…

200 篇论文

The p-median problem concerns the location of facilities so that the sum of distances between the demand points and their nearest facility is minimized. We study a variant of this classic location problem where minimum distance constraints…

最优化与控制 · 数学 2022-07-13 Nikolaos Ploskas , Kostas Stergiou

The pooling problem is an important industrial problem in the class of network flow problems for allocating gas flow in pipeline transportation networks. For P-formulation of the pooling problem with time discretization, we propose second…

最优化与控制 · 数学 2018-04-10 Masaki Kimizuka , Sunyoung Kim , Makoto Yamashita

Linear Programming (LP) is widely applied in industry and is a key component of various other mathematical problem-solving techniques. Recent work introduced an LP compiler translating polynomial-time, polynomial-space algorithms into…

编程语言 · 计算机科学 2025-09-17 Shermin Khosravi , David Bremner

The hitting set problem asks for a collection of sets over a universe $U$ to find a minimum subset of $U$ that intersects each of the given sets. It is NP-hard and equivalent to the problem set cover. We give a branch-and-bound algorithm to…

数据结构与算法 · 计算机科学 2023-09-28 Thomas Bläsius , Tobias Friedrich , David Stangl , Christopher Weyand

Iterative Closest Point (ICP) is a widely used method for performing scan-matching and registration. Being simple and robust method, it is still computationally expensive and may be challenging to use in real-time applications with limited…

机器人学 · 计算机科学 2017-09-19 A. L. Pavlov , G. V. Ovchinnikov , D. Yu. Derbyshev , D. Tsetserukou , I. V. Oseledets

The Discrete Ordered Median Problem (DOMP) is formulated as a set partitioning problem using an exponential number of variables. Each variable corresponds to a set of demand points allocated to the same facility with the information of the…

最优化与控制 · 数学 2018-02-12 Samuel Deleplanque , Martine Labbé , Diego Ponce , Justo Puerto

We study a general class of quadratic capacitated $p$-location problems facility location problems with single assignment where a non-separable, non-convex, quadratic term is introduced in the objective function to account for the…

最优化与控制 · 数学 2021-07-22 C. A. Zetina , I. Contreras , S. Jayaswal

In this paper we present two new approaches for finding good starting solutions to the planar p-median problem. Both methods rely on a discrete approximation of the continuous model that restricts the facility locations to the given set of…

最优化与控制 · 数学 2020-04-14 Jack Brimberg , Zvi Drezner

Most state-of-the-art branch-and-bound solvers for mixed-integer linear programming rely on limited-precision floating-point arithmetic and use numerical tolerances when reasoning about feasibility and optimality during their search. While…

最优化与控制 · 数学 2025-04-04 Alexander Hoen , Ambros Gleixner

Linear programming has played a key role in the study of algorithms for combinatorial optimization problems. In the field of approximation algorithms, this is well illustrated by the uncapacitated facility location problem. A variety of…

数据结构与算法 · 计算机科学 2014-09-16 Hyung-Chan An , Mohit Singh , Ola Svensson

The study of the fundamental limits of information systems is a central theme in information theory. Both the traditional analytical approach and the recently proposed computational approach have significant limitations, where the former is…

信息论 · 计算机科学 2022-05-04 Wenjing Chen , Chao Tian

The maximum covering location problem (MCLP) is a key problem in facility location, with many applications and variants. One such variant is the dynamic (or multi-period) MCLP, which considers the installation of facilities across multiple…

最优化与控制 · 数学 2023-10-27 Steven Lamontagne , Margarida Carvalho , Ribal Atallah

A new approach to solving a large class of factorable nonlinear programming (NLP) problems to global optimality is presented in this paper. Unlike the traditional strategy of partitioning the decision-variable space employed in many…

最优化与控制 · 数学 2015-04-28 Gene A. Bunin

Given a dataset $S$ of points in $\mathbb{R}^2$, the range closest-pair (RCP) problem aims to preprocess $S$ into a data structure such that when a query range $X$ is specified, the closest-pair in $S \cap X$ can be reported efficiently.…

计算几何 · 计算机科学 2018-04-03 Jie Xue , Yuan Li , Saladi Rahul , Ravi Janardan

Graph based semi-supervised learning is the problem of learning a labeling function for the graph nodes given a few example nodes, often called seeds, usually under the assumption that the graph's edges indicate similarity of labels. This…

社会与信息网络 · 计算机科学 2020-10-27 Meng Liu , David F. Gleich

The P-median facility location problem with user preferences (PUP) studies an operator that locates P facilities to serve customers/users in a cost-efficient manner, upon anticipating customer preferences and choices. The problem can be…

最优化与控制 · 数学 2021-09-21 Qingyun Tian , Yun Hui Lin , Dongdong He

This paper presents PIQP, a high-performance toolkit for solving generic sparse quadratic programs (QP). Combining an infeasible Interior Point Method (IPM) with the Proximal Method of Multipliers (PMM), the algorithm can handle…

最优化与控制 · 数学 2023-09-18 Roland Schwan , Yuning Jiang , Daniel Kuhn , Colin N. Jones

Linear programming (LP) decoding approximates maximum-likelihood (ML) decoding of a linear block code by relaxing the equivalent ML integer programming (IP) problem into a more easily solved LP problem. The LP problem is defined by a set of…

信息论 · 计算机科学 2013-01-01 Xiaojie Zhang , Paul H. Siegel

The problem of recovering a low-rank matrix from a set of observations corrupted with gross sparse error is known as the robust principal component analysis (RPCA) and has many applications in computer vision, image processing and web data…

最优化与控制 · 数学 2013-09-27 Necdet Serhat Aybat , Donald Goldfarb , Shiqian Ma

Electricity cost is a dominant and rapidly growing expense in data centers. Unfortunately, much of the consumed energy is wasted because servers are idle for extended periods of time. We study a capacity management problem that dynamically…

数据结构与算法 · 计算机科学 2021-08-02 Susanne Albers , Jens Quedenfeld