opencv/modules/optim/test
Alex Leontiev 3013ad6624 Minor fixes
Request to comments on pull request for simplex method. In particular
*) while(1) is replaced with for(;;)
*) if(true){...} constructions in tests are replaced with #if 1 ...
 #endif
2013-07-30 04:14:36 +03:00
..
test_lpsolver.cpp Minor fixes 2013-07-30 04:14:36 +03:00
test_main.cpp The first draft of simplex algorithm, simple tests. 2013-06-28 15:28:57 +03:00
test_precomp.cpp The first draft of simplex algorithm, simple tests. 2013-06-28 15:28:57 +03:00
test_precomp.hpp Minor fixes 2013-07-19 03:09:39 +03:00