I am using AbstractAlgebra.jl to create polynomials in a Julia code. I would like to use HomotopyContinuation.jl package and I should pass to this package polynomial created bt MultivariatePolynomial.jl. I am wondering if there exists an easy way to convert polynomial created by AbstractAlgebra.jl to MutivariatePolynomial.jl.