Macaulay2 » Documentation
Packages » SubalgebraBases :: sagbiLimit
next | previous | forward | backward | up | index | toc

sagbiLimit -- The current limit of the subalgebra bases computation

Synopsis

Description

Returns the current limit of the subalgebra bases computation. When the computation is resumed then this limit may be set to a new specified limit.

i1 : R = QQ[x,y];
i2 : S = subring{x+y,x*y,x*y^2,x*y^5+y};
i3 : T = sagbiBasis S;
i4 : sagbiLimit T

o4 = -1
i5 : sagbiLimit sagbi(S,Limit=>5)

o5 = 5
i6 : sagbiLimit sagbi(S,Limit=>30)

o6 = 30

See also

Ways to use sagbiLimit :

For the programmer

The object sagbiLimit is a method function.