7

Linear Programming is in polynomial time weakly (when numbers are encoded in unary). AFAIK it remains open if it is possible to solve LP in polynomial time strongly (when numbers are encoded in binary).

My questions is about a special subclass of LP called Packing LP:

Packing LP
Variables: $\vec{x}$
Constraints:

  • $A\vec{x} \leq \vec{b}$
  • $\vec{x} \geq 0$

Objective: $\max \vec{c}^T \vec{x}$
where $\vec{c} > 0$, $\vec{b} > 0$, and $A \geq 0$ (component-wise)

Is there a strongly polynomial-time algorithms for Packing LP or is it "nearly as difficult" as solving LP in general?

I am interested in exact algorithms. For approximation, there is a strongly polynomial-time FPTAS for Packing LP according to [Garg and Könemann, 2007].

Kaveh
  • 22,661
  • 4
  • 53
  • 113
user1742364
  • 642
  • 4
  • 12

0 Answers0