Jump to content

User:Bmears11/mysandbox/Integer Linear Programming

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Bmears11 (talk | contribs) at 00:10, 10 December 2012 (Created page with 'An '''integer programming''' problem is a mathematical optimization or feasibility program in which...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

An integer programming problem is a mathematical optimization or feasibility program in which some or all of the variables are restricted to be integers. In many settings the term refers to integer linear programming, which is also known as mixed integer programming when some but not all the variables are restricted to be integers.

Integer programming is NP-hard. A special case, 0-1 integer linear programming, in which unknowns are binary, is one of Karp's 21 NP-complete problems. However, integer programs with a constant number of variables may be solved in linear time as an LP-type problem.