Unary Integer Linear Programming with Structural Restrictions
Abstract
Recently a number of algorithmic results have appeared which show the tractability of Integer Linear Programming (ILP) instances under strong restrictions on variable domains and/or coefficients (AAAI 2016, AAAI 2017, IJCAI 2017). In this paper, we target ILPs where neither the variable domains nor the coefficients are restricted by a fixed constant or parameter; instead, we only require that our instances can be encoded in unary. We provide new algorithms and lower bounds for such ILPs by exploiting the structure of their variable interactions, represented as a graph. Our first set of results focuses on solving ILP instances through the use of a graph parameter called clique-width, which can be seen as an extension of treewidth which also captures well-structured dense graphs. In particular, we obtain a polynomial-time algorithm for instances of bounded clique-width whose domain and coefficients are polynomially bounded by the input size, and we complement this positive result by a number of algorithmic lower bounds. Afterwards, we turn our attention to ILPs with acyclic variable interactions. In this setting, we obtain a complexity map for the problem with respect to the graph representation used and restrictions on the encoding.
Cite
Text
Eiben et al. "Unary Integer Linear Programming with Structural Restrictions." International Joint Conference on Artificial Intelligence, 2018. doi:10.24963/IJCAI.2018/179Markdown
[Eiben et al. "Unary Integer Linear Programming with Structural Restrictions." International Joint Conference on Artificial Intelligence, 2018.](https://mlanthology.org/ijcai/2018/eiben2018ijcai-unary/) doi:10.24963/IJCAI.2018/179BibTeX
@inproceedings{eiben2018ijcai-unary,
title = {{Unary Integer Linear Programming with Structural Restrictions}},
author = {Eiben, Eduard and Ganian, Robert and Knop, Dusan and Ordyniak, Sebastian},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2018},
pages = {1284-1290},
doi = {10.24963/IJCAI.2018/179},
url = {https://mlanthology.org/ijcai/2018/eiben2018ijcai-unary/}
}