Error in cv::solveLP documentation (Bug #4345)
Description
In this paragraph in the documentation for cv::solveLP, "polynomial type" should probably be "polynomial time":
Simplex algorithm is one of many algorithms that are designed to handle this sort of problems efficiently. Although it is not optimal in theoretical sense (there exist algorithms that can solve any problem written as above in polynomial type, while simplex method degenerates to exponential time for some special cases), it is well-studied, easy to implement and is shown to work well for real-life purposes.
History
Updated by Vadim Pisarevsky almost 10 years ago
- Category set to documentation
Updated by Philipp Hasper almost 10 years ago
Fixed in https://github.com/Itseez/opencv/pull/4067. Thanks!
- Status changed from New to Done
- % Done changed from 0 to 100