Changeset 1398 for branches/f4grobner
- Timestamp:
- 2015-06-11T23:13:02-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ideal.lisp
r1397 r1398 223 223 k))) 224 224 225 (defun ideal-polysaturation (ring-and-order f ideal-list start &optional (top-reduction-only $poly_top_reduction_only)) 225 (defun ideal-polysaturation (ring-and-order f ideal-list start 226 &optional 227 (top-reduction-only $poly_top_reduction_only)) 226 228 "Returns the reduced Grobner basis of the ideal obtained by a 227 229 successive applications of IDEAL-SATURATION to F and lists of
Note:
See TracChangeset
for help on using the changeset viewer.