opencv/modules/optim
Alex Leontiev a95650111f Cleaning the code of simplex method
In particular, the following things are done:
*) Consistent tabulation of 4 spaces is ensured
*) New function dprintf() is introduced, so now printing of the debug
information can be turned on/off via the ALEX_DEBUG macro
*) Removed solveLP_aux namespace
*) All auxiliary functions are declared as static
*) The return codes of solveLP() are encapsulated in enum.
2013-07-10 20:11:52 +03:00
..
doc Cleaning the code of simplex method 2013-07-10 20:11:52 +03:00
include/opencv2 Cleaning the code of simplex method 2013-07-10 20:11:52 +03:00
src Cleaning the code of simplex method 2013-07-10 20:11:52 +03:00
test Cleaning the code of simplex method 2013-07-10 20:11:52 +03:00
CMakeLists.txt Created skeleton for simplex method. 2013-06-24 20:27:11 +03:00