Skip to content

Commit

Permalink
Undo the implementation for elements of quotient rings.
Browse files Browse the repository at this point in the history
  • Loading branch information
HechtiDerLachs committed Oct 4, 2024
1 parent d6ea035 commit ddb20cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Rings/mpolyquo-localizations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2805,7 +2805,6 @@ _exponents(x::MPolyLocRingElem) = AbstractAlgebra.exponent_vectors(numerator(x))
_exponents(x::MPolyQuoLocRingElem) = AbstractAlgebra.exponent_vectors(lifted_numerator(x))

# overwriting the comparison method to avoid computing saturations and groebner bases.
_cmp_reps(a::MPolyQuoRingElem) = y->(lift(y) == lift(a))
_cmp_reps(a::MPolyLocRingElem) = y->(fraction(y) == fraction(a))
_cmp_reps(a::MPolyQuoLocRingElem) = y->(fraction(y) == fraction(a))

0 comments on commit ddb20cb

Please sign in to comment.