Changeset 1244 for branches/f4grobner
- Timestamp:
- 2015-06-11T15:19:27-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/division.lisp
r1242 r1244 122 122 (pop (poly-termlist p)) ;remove lt(p) from p 123 123 ;; Run the check here 124 (assert (check-loop-invariant ring-and-order c f a fl r p))124 ;;(assert (check-loop-invariant ring-and-order c f a fl r p)) 125 125 t) 126 126 ((monom-divides-p (poly-lm (car fl)) (poly-lm p)) ;division occurred
Note:
See TracChangeset
for help on using the changeset viewer.