- Timestamp:
- 2015-06-15T18:27:38-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/buchberger.lisp
r1921 r1922 104 104 critical pairs will not be examined. If TOP-REDUCTION-ONLY set, top 105 105 reduction will be preformed." 106 (declare (ignore top-reduction-only) 106 (declare (type ring-and-order ring-and-order) 107 (ignore top-reduction-only) 107 108 (type fixnum start)) 108 109 (when (endp f) (return-from parallel-buchberger f)) ;cut startup costs
Note:
See TracChangeset
for help on using the changeset viewer.