We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da2586 commit bf15d78Copy full SHA for bf15d78
src/monomial_vector.jl
@@ -1,5 +1,5 @@
1
function monomials(v::AbstractVariable, degree, args...)
2
- return monomials((v,), degree, args...)
+ return monomials(variables(v), degree, args...)
3
end
4
5
"""
0 commit comments