Macaulay2 » Documentation
Packages » ThreadedGB :: tgb(...,Verbose=>...)
next | previous | forward | backward | up | index | toc

tgb(...,Verbose=>...) -- Option to specify whether additional output is wanted.

Synopsis

Description

Use Verbose=>True as an argument in the function tgb for additional output, including information about each new generated thread (i.e., each new S-polynomial reduction computation) as well as each new Gr\"obner basis element added to the current basis. Lineages are reported as well.

i1 : S = QQ[x,y,z,w];
i2 : allowableThreads= 2;
i3 : tgb({x*y-z^2,y*z-w^2},Verbose=>true);
Scheduling a task for lineage (0,1)
Scheduling task for lineage ((0,1),0)
Scheduling task for lineage ((0,1),1)
Adding the following remainder to GB: -z^3+x*w^2 from lineage (0,1)

Further information

Functions with optional argument named Verbose :