Skip to content

Commit c77c2cf

Browse files
author
Remi Prebet
committed
Do not need to perform real root isolation for rational solutions
1 parent b96a497 commit c77c2cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/algorithms/solvers.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ function rational_solutions(
320320
max_nr_pairs = max_nr_pairs,
321321
la_option = la_option,
322322
info_level = info_level,
323+
get_param = 2, # only rational parametrization, no solutions are computed
323324
precision = precision)
324325
param_t = I.rat_param
325326

0 commit comments

Comments
 (0)