We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b2b73d commit 5cb9790Copy full SHA for 5cb9790
src/AlgebraicSolving.jl
@@ -12,7 +12,7 @@ include("interfaces/nemo.jl")
12
include("algorithms/groebner-bases.jl")
13
include("algorithms/normal-forms.jl")
14
include("algorithms/solvers.jl")
15
-include("algorithms/other-algorithms.jl")
+include("algorithms/dimension.jl")
16
#= siggb =#
17
include("siggb/siggb.jl")
18
#= examples =#
src/algorithms/other-algorithms.jl renamed to src/algorithms/dimension.jl
test/algorithms/other-algorithms.jl renamed to test/algorithms/dimension.jl
test/runtests.jl
@@ -6,6 +6,6 @@ include("interfaces/nemo.jl")
6
7
8
9
10
include("examples/katsura.jl")
11
end
0 commit comments