Top
Back: 5.3 System variables
Forward: 5.3.2 echo
FastBack: 5. Functions and system variables
FastForward: 6. Tricks and pitfalls
Up: 5.3 System variables
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: F. Index
About: About This Document

5.3.1 degBound

Type:

int

Purpose:

The standard basis computation is stopped if the total (weighted) degree exceeds degBound.
degBound should not be used for a global ordering with inhomogeneous input.
Reset this bound by setting degBound to 0.

Example:
 
degBound = 7;
option();
→ //options for 'std'-command: degBound
ideal j=std(i);
degBound;
→ 7
degBound = 0; //resets degree bound to infinity

See deg; int; option; std.


Top Back: 5.3 System variables Forward: 5.3.2 echo FastBack: 5. Functions and system variables FastForward: 6. Tricks and pitfalls Up: 5.3 System variables Top: Singular 2-0-4 Manual Contents: Table of Contents Index: F. Index About: About This Document
            User manual for Singular version 2-0-4, October 2002, generated by texi2html.