On Mar 30, 2016, at 9:48 PM, saad khalid <[email protected]> wrote: > > Also, I was wondering, does Sage use Singular for all groebner basis > calculations? I was reading that FGb has a much faster implementation: > http://www-salsa.lip6.fr/~jcf/FGb/index.html > > I can't seem to find out anywhere if we have any implementation of the F4/F5 > algorithms through FGb. If we don't, it might be interesting to look into(for > me personally or for others).
Try I.groebner_basis? to see the documentation which enumerates the possible algorithms. There are several choices from singular, and then choices from macaulay2, magma, giac and ginv. So no fgb available. I doubt anyone would complain if you created an optional spkg for fgb. Especially if it’s a lot faster. -Ivan -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
