Jump to content

Combinatorial optimization

From Simple English Wikipedia, the free encyclopedia
Revision as of 10:05, 14 June 2013 by Eptalon (talk | changes) (Created page with "'''Combinatorial optimization''' is a branch of discrete mathematics. All porblems revolve around finding an optimal object from a set of objects, or finding an orderi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Combinatorial optimization is a branch of discrete mathematics. All porblems revolve around finding an optimal object from a set of objects, or finding an ordering of the objects that is optimal according to some criteria. Examples are finding the Minimum spanning tree in a graph or the Travelling Salesman Problem. Many of the problems can also be solved using Linear programming.