Content deleted Content added
Add info Tags: Reverted Visual edit |
Undid revision 1156085824 by 59.124.27.50 (talk) WP:REFSPAM |
||
Line 1:
{{Short description|A mathematical optimization problem restricted to integers}}
An '''integer programming''' problem is a [[mathematical optimization]] or [[Constraint satisfaction problem|feasibility]] program in which some or all of the variables are restricted to be [[integer]]s. In many settings the term refers to '''integer [[linear programming]]''' (ILP), in which the objective function and the constraints (other than the integer constraints) are [[Linear function (calculus)|linear]].
Integer programming is [[NP-complete]]. In particular, the special case of 0-1 integer linear programming, in which unknowns are binary, and only the restrictions must be satisfied, is one of [[Karp's 21 NP-complete problems]].
|