SearcharxivSearch

arXiv subjects

Alina Wittmann

Publications and source records attributed to Alina Wittmann.

4 recordsLinked to original sources

An Adaptive Algorithm for the Approximation of General Linear-Parametric Optimization Problems

Linear-multi-parametric optimization problems are a widely studied class of optimization problems. The objective function in such a problem is affine linear dependent on a parameter vector, and the goal is to compute a set of solutions that contains an optimal solution for every fixed parameter vector. However, this is known to be computationally challenging: The underlying non-parametric problem might be NP-hard, and, in addition, optimal solution sets might have exponential cardinality. Parametric approximation aims at providing polynomial-time algorithms that overcome these challenges. Instead of computing an optimal solution set, the goal is to compute an approximation set that contains only an approximate solution for every fixed parameter vector. Several new parametric approximation algorithms have been developed in recent literature. However, all of these share a common set of assumptions, which limits the class of parametric optimization problems that can be approximated. Namely, they do not allow negative parameter dependencies and have their parameter sets fixed to the positive orthant. We present a new adaptive approximation (and, also, exact) algorithm that can be applied to a wider class of linear-multi-parametric optimization problems. Our algorithm builds upon existing algorithms from both the fields of parametric and multi-objective optimization and generalizes these algorithms. In addition, we provide structural results for the transformation of parameter sets, and demonstrate that, for linear-multi-parametric maximization problems, the assumption of non-negative optimal objective values over the whole parameter set is not sufficient to ensure approximability.

math.OC

Label Correcting Algorithms for the Multiobjective Temporal Shortest Path Problem

Given a directed, discrete-time temporal graph $G=(V,R)$, a start node $s\in V$, and $p\geq1$ objectives, the single-source multiobjective temporal shortest path problem asks, for each $v\in V$, for the set of nondominated images of temporal $s$-$v$-paths together with a corresponding efficient path for each image. A recent general label setting algorithm for this problem relies on two properties of the objectives - monotonicity and isotonicity. Monotonicity generalizes the nonnegativity assumption required by label setting methods for the classical additive single-objective shortest path problem on static graphs, while isotonicity ensures that the order of the objective values of two paths is preserved when both are extended by the same arc. In this paper, we study the problem without assuming monotonicity and/or isotonicity. A key difficulty in this setting is that zero-duration temporal cycles may need to be traversed an arbitrary finite number of times to generate all nondominated images. This motivates the study of a restricted problem variant in which a maximum admissible path length $K$ is imposed, and only paths containing at most $K$ arcs are considered. We develop general label correcting algorithms for this setting and establish several sufficient conditions under which such a bound is not required, implying that the algorithms compute all nondominated images.

cs.DS

A Polynomial-Time Inner Approximation Algorithm for Multi-Objective and Parametric Optimization

In multi-objective optimization, computing the entire non-dominated set (also known as the Pareto front or the Pareto frontier) is often intractable. However, for any multiplicative factor greater than one, an approximation set can be constructed in polynomial time for many problems. In this paper, we use the concept of convex approximation sets: Each point in the non-dominated set is approximated by a convex combination of images of solutions in such a set. Convex approximation sets can be used to efficiently approximate multi-objective optimization problems as well as parametric optimization problems. Recently, Helfrich et al. (2024) presented a convex approximation algorithm that works in an adaptive fashion and runs faster than all previously existing algorithms. We use a different approach for constructing an even more efficient adaptive algorithm for computing convex approximation sets of multi-objective mixed-integer linear programs. Our algorithm is based on the skeleton algorithm for polyhedral inner approximation by Csirmaz (2021). If the weighted sum scalarization can be solved exactly or approximately in polynomial time, our algorithm can find a convex approximation set for an approximation factor arbitrarily close to this solution quality. We demonstrate that our new algorithm runs faster than the current state-of-the-art algorithm from Helfrich et al. (2024) on instances of the multi-objective variants of the assignment problem, the knapsack problem, and the symmetric metric travelling salesman problem.

math.OC

A Survey of Exact and Approximation Algorithms for Linear-Parametric Optimization Problems

Linear-parametric optimization, where multiple objectives are combined into a single objective using linear combinations with parameters as coefficients, has numerous links to other fields in optimization and a wide range of application areas. In this survey, we provide a comprehensive overview of structural results and algorithmic strategies for solving linear-parametric optimization problems exactly and approximately. Transferring concepts from related areas such as multi-objective optimization provides further relevant results. The survey consists of two parts: First, we list strategies that work in a general fashion and do not rely on specific problem structures. Second, we look at well-studied parametric optimization problems and cover both important theoretical results and specialized algorithmic approaches for these problems. Among these problems are parametric variants of shortest path problems, minimum cost flow and maximum flow problems, spanning tree problems, the knapsack problem, and matching problems. Overall, we cover the results from 128 publications (and refer to 33 supplemental works) published between 1963 and 2024.

math.OC