opencv/modules/optim/src
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
..
lpsolver.cpp Minor fixes 2013-07-30 04:14:36 +03:00
precomp.cpp Blank module and first draft of solver API. 2013-06-20 14:54:09 +03:00
precomp.hpp Minor fixes 2013-07-19 03:09:39 +03:00