Minor fixes
authorAlex Leontiev <alozz1991@gmail.com>
Tue, 30 Jul 2013 01:14:36 +0000 (04:14 +0300)
committerAlex Leontiev <alozz1991@gmail.com>
Tue, 30 Jul 2013 01:14:36 +0000 (04:14 +0300)
commit3013ad6624cdf68046e58aa7679e8cfdb7333e7b
treec74b5fc6456f548c5c95a4f8d4df35967ff16773
parent52b250f4665160022b80eff604a4b2f20bdbebe3
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
modules/optim/src/lpsolver.cpp
modules/optim/test/test_lpsolver.cpp