Read-only forum archive

Can I view a list of S-pairs Singular uses?

Can I view a list of S-pairs Singular uses?

guest · Mon Sep 10, 2007 6:33 pm

Hello.

I would like to know if there is a command in Singular that lists the S-pairs that are being used for a certain Grobner basis computation. I know there is an option(prot) command which gives some info on what the algorithm does along the way, but I would actually like to see a list of the S-pairs not just how many are computed.

Thanks.


Alex

Re: Can I view a list of S-pairs Singular uses?

hannes · Mon Sep 17, 2007 4:00 pm

This can only be done with the debug version of Singular:
Singularg has an additional option: option(teach)
which will display the first 2 monomial of all s-pairs,
the reduction process etc.