- Timestamp:
- 2015-06-11T23:00:44-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/grobner-wrap.lisp
r1377 r1378 60 60 ring-and-order f start top-reduction-only)) 61 61 62 (defun reduced-grobner (ring-and-order f &optional (start 0) (top-reduction-only $poly_top_reduction_only)) 62 (defun reduced-grobner (ring-and-order f 63 &optional 64 (start 0) 65 (top-reduction-only $poly_top_reduction_only)) 63 66 (declare (type ring-and-order ring-and-order)) 64 67 (reduction ring-and-order (minimization (grobner ring-and-order f start top-reduction-only))))
Note:
See TracChangeset
for help on using the changeset viewer.