Preparation for pull request

Additional cleaning for simplex method, removing the parts that are
currently unused. Removing developer's notes. Trying to reach production
level.
This commit is contained in:
Alex Leontiev
2013-07-11 09:31:10 +03:00
parent a95650111f
commit ba537a95db
3 changed files with 0 additions and 91 deletions
-20
View File
@@ -112,23 +112,3 @@ TEST(Optim_LpSolver, regression_cycling){
//ASSERT_EQ(res,1);
}
}
//TODO
// get optimal solution from initial (0,0,...,0) - DONE
// milestone: pass first test (wo initial solution) - DONE
//
// ??how_check_multiple_solutions & pass_test - DONE
// Blands_rule - DONE
// (assert, assign) - DONE
//
// (&1tests on cycling)
// make_more_clear
// wrap in OOP
//
// non-trivial tests
// pull-request
//
// study hill and other algos
//
// ??how to get smallest l2 norm
// FUTURE: compress&debug-> more_tests(Cormen) -> readNumRecipes-> fast&stable || hill_climbing