Update doc

This commit is contained in:
Michael Kerber 2008-11-04 08:53:29 +00:00
parent b388c950bc
commit 16b2a871d7
1 changed files with 2 additions and 2 deletions

View File

@ -97,8 +97,8 @@
* *
* This strategy only makes sense if computing resultants is faster than * This strategy only makes sense if computing resultants is faster than
* computing subresultants, otherwise, it wastes computation time. * computing subresultants, otherwise, it wastes computation time.
* Since the current resultant computation method is actually computed * Since resultant computation is done by interpolation,
* by a subresultant computation, the flag should not be set to one currently * it is faster than the pseudo-remainder based subresultant computation.
*/ */
#ifndef CGAL_ACK_RESULTANT_FIRST_STRATEGY #ifndef CGAL_ACK_RESULTANT_FIRST_STRATEGY
#define CGAL_ACK_RESULTANT_FIRST_STRATEGY 1 #define CGAL_ACK_RESULTANT_FIRST_STRATEGY 1