Skip to content

Commit 098e373

Browse files
add dummy function
1 parent 2768ecb commit 098e373

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/AlgebraicSolving.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ include("interfaces/nemo.jl")
1212
include("algorithms/groebner-bases.jl")
1313
include("algorithms/normal-forms.jl")
1414
include("algorithms/solvers.jl")
15+
include("algorithms/other-algorithms.jl")
1516
#= siggb =#
1617
include("siggb/siggb.jl")
1718
#= examples =#

src/algorithms/other-algorithms.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
function dimension(I::Ideal{T}) where T <: MPolyRingElem
2+
3+
end

0 commit comments

Comments
 (0)