2
$\begingroup$

It is well-known that Lenstra's famous algorithm (presented in the paper Integer programming with a fixed number of variables) can solve an ILP problem in $O^*(f(k))$ time where k is the number of variables occur in the ILP.

My question is that whether the algorithm or any of its improved versions can output all feasible solutions in $O^*(f(k))$ time?

mhum
3,4521 gold badge23 silver badges22 bronze badges
asked Mar 22, 2013 at 10:48
$\endgroup$
2
  • $\begingroup$ What does $O^*$ mean? See also this answer to a related question. $\endgroup$ Commented Mar 22, 2013 at 18:16
  • 3
    $\begingroup$ The $O^*$ notation usually ignores polynomial factors in the instance size. $\endgroup$ Commented Mar 22, 2013 at 22:10

1 Answer 1

7
$\begingroup$

No. The number of feasible solutions cannot be upper bounded by $f(k)n^{O(1)}$.

Consider the integer program $I_n: 1 \le x\le 2^n$ with the integer variable $x$. So, $k=1$ and the program can be described with $O(n)$ bits. But it has 2ドル^n$ solutions, which is exponential in the instance size.

answered Mar 22, 2013 at 22:07
$\endgroup$

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.