Skip to content

Commit 77ddfa8

Browse files
committed
caches rational solutions in I
1 parent c0393ac commit 77ddfa8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/algorithms/solvers.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,9 @@ function rational_solutions(
336336

337337
end
338338

339-
return rat_sols
339+
I.rat_sols = rat_sols
340340

341+
return I.rat_sols
341342
end
342343

343344

0 commit comments

Comments
 (0)