- validity check of solver removed (solver now does it itself)

This commit is contained in:
Bernd Gärtner 2007-03-22 09:49:59 +00:00
parent 71451b6e70
commit ca5b136d24
1 changed files with 0 additions and 1 deletions

View File

@ -647,7 +647,6 @@ private:
strategy = pricing_strategy(NT());
delete solver;
solver = new Solver(lp, strategy);
CGAL_optimisation_assertion(solver->is_valid());
CGAL_optimisation_assertion(solver->status() == QP_OPTIMAL);
// compute center and squared radius