Re: [sage-support] SR: RuntimeError: error in Singular function call 'groebner': int overflow in hilb 1

2021-07-02 Thread Vesselin Velichkov
= > 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

Re: [sage-support] SR: RuntimeError: error in Singular function call 'groebner': int overflow in hilb 1

2021-07-01 Thread 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