On Tuesday 04 May 2010, Simon King wrote: > Hi! > > Singular has a parameter degBound. When it computes Groebner bases, it > will only compute it out to degree degBound (where degBound==0 means > complete computation). > > Is there an option for libsingular that does the same (searching > "degree bound" in the references gave no answer)? Or would it be easy > to implement (how?)?
John Perry at some point (16 months ago) started to implement this, but it got lost on the way: http://trac.sagemath.org/sage_trac/ticket/1396 For Singular via pexpect one can make it work already, for libSingular one would have to write a patch since the degBound is set through direct assignment of a value to a special variable (something we don't support yet in the libsingular interface) This would be a good project for someone to get started hacking libSingular it seems. I can answer questions etc. Martin -- name: Martin Albrecht _pgp: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x8EF0DC99 _otr: 47F43D1A 5D68C36F 468BAEBA 640E8856 D7951CCF _www: http://www.informatik.uni-bremen.de/~malb _jab: [email protected] -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
