Skip to content

Commit 96ed67c

Browse files
committed
adds rational_solutions to documentation
1 parent 5d32d5e commit 96ed67c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/src/solvers.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,14 @@ The underlying engine is provided by msolve.
4444
info_level::Int=0,
4545
precision::Int=32
4646
)
47+
rational_solutions(
48+
I::Ideal{T} where T <: MPolyElem;
49+
initial_hts::Int=17,
50+
nr_thrds::Int=1,
51+
max_nr_pairs::Int=0,
52+
la_option::Int=2,
53+
info_level::Int=0,
54+
precision::Int=32
55+
)
4756
```
4857

0 commit comments

Comments
 (0)