You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for implementing monomial orderings, I think it is a nice feature.
A question: is it possible to query the ordering on existing monomials?
Currently, I have
using DynamicPolynomials
@polyvar x y z monomial_order=LexOrder
ordering(x)
ERROR: MethodError: no method matching ordering(::Variable{DynamicPolynomials.Commutative{DynamicPolynomials.CreationOrder}, LexOrder})
Stacktrace:
[1] top-level scope
@ REPL[26]:1
Hi,
Thanks for implementing monomial orderings, I think it is a nice feature.
A question: is it possible to query the ordering on existing monomials?
Currently, I have
with
Originally from sumiya11/Groebner.jl#116
The text was updated successfully, but these errors were encountered: