English

Collapsing the Tower -- On the Complexity of Multistage Stochastic IPs

Data Structures and Algorithms 2021-10-27 v2 Discrete Mathematics

Abstract

In this paper we study the computational complexity of solving a class of block structured integer programs (IPs) - so called multistage stochastic IPs. A multistage stochastic IP is an IP of the form max{cTxAx=b,lxu,x integral}\max \{ c^T x \mid \mathcal{A} x = b, \,l \leq x \leq u,\, x\text{ integral} \} where the constraint matrix A\mathcal{A} consists of small block matrices ordered on the diagonal line and for each stage there are larger blocks with few columns connecting the blocks in a tree like fashion. Over the last years there was enormous progress in the area of block structured IPs. For many of the known block IP classes - such as nn-fold, tree-fold, and two-stage stochastic IPs, nearly matching upper and lower bounds are known concerning their computational complexity. One of the major gaps that remained however was the parameter dependency in the running time for an algorithm solving multistage stochastic IPs. Previous algorithms require a tower of tt exponentials, where tt is the number of stages, while only a double exponential lower bound was known. In this paper we show that the tower of tt exponentials is actually not necessary. We can show an improved running time for the algorithm solving multistage stochastic IPs with a running time of 2(dA)O(d3t+1)poly(d,n)2^{(d\||A||_\infty)^{\mathcal{O}(d^{3t+1})}} \cdot poly(d,n), where dd is the sum of columns in the connecting blocks and nn is the number of blocks on the lowest stage. In contrast to previous works, our algorithm has only a triple exponential dependency on the parameters and only doubly exponential for every constant tt. By this we come very close the known double exponential bound (based on the exponential time hypothesis) that holds already for two-stage stochastic IPs, i.e. multistage stochastic IPs with only two stages.

Keywords

Cite

@article{arxiv.2110.12743,
  title  = {Collapsing the Tower -- On the Complexity of Multistage Stochastic IPs},
  author = {Kim-Manuel Klein and Janina Reuter},
  journal= {arXiv preprint arXiv:2110.12743},
  year   = {2021}
}

Comments

17 pages, 3 figures