From ca5b136d24fcc90ab348dde0f5ebcc25c19e2a65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernd=20G=C3=A4rtner?= Date: Thu, 22 Mar 2007 09:49:59 +0000 Subject: [PATCH] - validity check of solver removed (solver now does it itself) --- Min_annulus_d/include/CGAL/Min_annulus_d.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Min_annulus_d/include/CGAL/Min_annulus_d.h b/Min_annulus_d/include/CGAL/Min_annulus_d.h index a00d9b80b97..56e398f22c4 100644 --- a/Min_annulus_d/include/CGAL/Min_annulus_d.h +++ b/Min_annulus_d/include/CGAL/Min_annulus_d.h @@ -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