Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Jun 12, 2024
1 parent 36f091c commit d6c0c44
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/comp.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import Base.==

#Base.iszero(t::Term) = iszero(MP.coefficient(t))
Base.iszero(p::Polynomial) = isempty(p)

# TODO This should be in Base with T instead of Variable{V,M}.
# See https://github.com/blegat/MultivariatePolynomials.jl/issues/3
function (==)(x::Vector{Variable{V,M}}, y::Vector{Variable{V,M}}) where {V,M}
Expand Down

0 comments on commit d6c0c44

Please sign in to comment.