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 a87b70a commit f8a4cc7Copy full SHA for f8a4cc7
src/siggb/siggb.jl
@@ -229,7 +229,7 @@ end
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
- internal_ordering = :degrevlex)
+ ordering = :degrevlex)
233
res = typeof(first(F))[]
234
for f in F
235
ctx = MPolyBuildCtx(S)
0 commit comments