next | previous | forward | backward | up | top | index | toc | home

syz(..., StopBeforeComputation => ...) -- whether to stop the computation immediately

Description

StopBeforeComputation => true -- an optional argument used with gb.

Tells whether not to start the computation, with the default value being false. This can be useful when you want to obtain the partially computed Groebner basis contained in an interrupted computation.

Further information