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