File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ AlgebraicSolving allows to compute Gröbner bases for input generators over fini
2121fields of characteristic smaller $2^{31}$ w.r.t. the degree reverse
2222lexicographical monomial order.
2323
24- At the moment different variants of Faugère's F4 Algorithm are implemented.
24+ At the moment different variants of Faugère's F4 Algorithm are implemented as
25+ well as a signature based algorithm to compute Gröbner bases.
2526
2627## Functionality
2728
@@ -56,3 +57,13 @@ variables of the first block via the `eliminate` parameter in the
5657 info_level::Int=0
5758 )
5859```
60+
61+ To compute signature Gröbner bases use
62+
63+ ``` @docs
64+ sig_groebner_basis(
65+ sys::Vector{T} where T <: MPolyElem,
66+ info_level::Int=0,
67+ degbound::Int=0
68+ )
69+ ```
You can’t perform that action at this time.
0 commit comments