=
> hilb( Id[1],1,W );`
> expected intvec-expression. type 'help intvec;'
> leaving standard.lib::stdhilb (0)
>
> FWIW:
>
> sage: I.groebner_basis(algorithm="singular:std") # works as expected
>
>
> Cheers,
> Martin
>
> Vesselin Velichkov
Hi Martin,
Thank you for your reply!
By "name clash" do you mean that both mq and BooleanPolynomialRing use the
same name i.e. "variety" for two different functions?
Also, I didn't quite understand your solution -- the call to
G.ideal().variety() from your first example still fails on my side