• Alex Leontiev's avatar
    Minor fixes · 3013ad66
    Alex Leontiev authored
    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
    3013ad66
test_lpsolver.cpp 2.83 KB