File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ reverse lexicographical order. One can either directly add the number of
3333variables of the first block via the ` eliminate ` parameter in the
3434` groebner_basis ` call. We have also implemented an alias for this call:
3535
36- %% ```@docs
37- %% function eliminate(
38- %% I::Ideal{T} where T <: MPolyElem,
39- %% eliminate::Int,
40- %% initial_hts::Int=17,
41- %% nr_thrds::Int=1,
42- %% max_nr_pairs::Int=0,
43- %% la_option::Int=2,
44- %% complete_reduction::Bool=true,
45- %% info_level::Int=0
46- %% )
47- %% ```
36+ ``` @docs
37+ eliminate(
38+ I::Ideal{T} where T <: MPolyElem,
39+ eliminate::Int;
40+ initial_hts::Int=17,
41+ nr_thrds::Int=1,
42+ max_nr_pairs::Int=0,
43+ la_option::Int=2,
44+ complete_reduction::Bool=true,
45+ info_level::Int=0
46+ )
47+ ```
You can’t perform that action at this time.
0 commit comments