- Timestamp:
- 2015-06-11T15:44:04-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/division.lisp
r1255 r1256 113 113 (declare (fixnum division-count)) 114 114 ;; Check the loop invariant here 115 (format "Running loop-invariant check now.~%") 116 (assert (check-loop-invariant ring-and-order c f a fl r p)) 115 (unless (check-loop-invariant ring-and-order c f a fl r p) 117 116 (do ((fl fl (rest fl)) ;scan list of divisors 118 117 (b a (rest b)))
Note:
See TracChangeset
for help on using the changeset viewer.