Jump to content

Discrete optimization

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by RHaworth (talk | contribs) at 16:10, 1 August 2009 (Reverted edits by Mark.ziegelmann (talk) to last version by Erik9bot). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Discrete optimization is a branch of optimization in applied mathematics and computer science.

As opposed to continuous optimization, the variables used in the mathematical program (or some of them) are restricted to assume only discrete values, such as the integers.

Two notable branches of discrete optimization are:

These branches are closely intertwined however since many combinatorial optimization problems can be modeled as integer programs (e.g. shortest path) and conversely, integer programs can often be given a combinatorial interpretation.