Changeset 1245 for branches/f4grobner
- Timestamp:
- 2015-06-11T15:20:15-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/division.lisp
r1244 r1245 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 (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.