mirror of https://github.com/CGAL/cgal
- validity check of solver removed (solver now does it itself)
This commit is contained in:
parent
71451b6e70
commit
ca5b136d24
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue