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 f8a4cc7 commit bfa1bd9Copy full SHA for bfa1bd9
src/siggb/siggb.jl
@@ -228,8 +228,7 @@ end
228
# homogenize w.r.t. the last variable
229
function _homogenize(F::Vector{P}) where {P <: MPolyRingElem}
230
R = parent(first(F))
231
- S, vars = polynomial_ring(base_ring(R), ["x$i" for i in 1:nvars(R)+1],
232
- ordering = :degrevlex)
+ S, vars = polynomial_ring(base_ring(R), ["x$i" for i in 1:nvars(R)+1])
233
res = typeof(first(F))[]
234
for f in F
235
ctx = MPolyBuildCtx(S)
0 commit comments