logoalt Hacker News

whatever1yesterday at 11:48 PM1 replyview on HN

Perfect example is the simplex algorithm.

We do have a polynomial algorithm for linear programming yet simplex (with exponential worst case performance) is our tool of choice.


Replies

senshantoday at 3:48 AM

Mostly as a subproblem solver for mixed-integer programs, due to ease of warm-start. MIP itself is NP (B&B), so NP*NP=NP