Linear Programming

ILP Feasibility

Given: a system of linear inequalities E:Axb with integer coefficients
Return: Yes if E has a solution over N and no otherwise

ILP is in NPTime

Thus ILP-feasibility is in NP-Time since we have a polynomial time algorithm to verify a solution.


ILP is NPTime-Hard

We want to show that a system of linear equations has a solution if a set of clauses say Γ is satisfiable.