- Timestamp:
- 2015-06-11T15:52:00-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/division.lisp
r1259 r1260 120 120 (declare (fixnum division-count)) 121 121 ;; Check the loop invariant here 122 (check-loop-invariant ring-and-order c f a fl r p)122 #+grobner-check(check-loop-invariant ring-and-order c f a fl r p) 123 123 (do ((fl fl (rest fl)) ;scan list of divisors 124 124 (b a (rest b)))
Note:
See TracChangeset
for help on using the changeset viewer.