Skip to content

Commit 90763f0

Browse files
committed
starts documentation for rational_solutions
1 parent 5c432ed commit 90763f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/algorithms/solvers.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,9 @@ function rational_parametrization(
248248
return I.rat_param
249249
end
250250

251-
251+
@doc Markdown.doc"""
252+
rational_solutions(I::Ideal{T} where T <: MPolyElem, <keyword arguments>)
253+
"""
252254
function rational_solutions(
253255
I::Ideal{T} where T <: MPolyElem; # input generators
254256
initial_hts::Int=17, # hash table size, default 2^17

0 commit comments

Comments
 (0)