- Timestamp:
- 2015-06-11T14:59:37-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/division.lisp
r1238 r1239 192 192 (do ((r (make-poly-zero)) 193 193 (c (funcall (ring-unit ring))) 194 (division-count 0)) 194 (division-count 0) 195 #+grobner-check(f0 f)) 195 196 ((or (poly-zerop f) 196 197 ;;(endp fl) 197 198 (and top-reduction-only (not (poly-zerop r)))) 198 199 (progn 199 (debug-cgb "~&~3T~ d reduction~:p" division-count)200 (debug-cgb "~&~3T~D reduction~:P" division-count) 200 201 (when (poly-zerop r) 201 202 (debug-cgb " ---> 0")))
Note:
See TracChangeset
for help on using the changeset viewer.