Skip to content

Commit a47f995

Browse files
authored
Merge pull request #71 from rprebet/rational_noreal
Do not need to perform real root isolation for rational solutions
2 parents b96a497 + c77c2cf commit a47f995

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)