Changeset 4063 for branches/f4grobner
- Timestamp:
 - 2016-05-31T18:28:50-07:00 (9 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/f4grobner/division.lisp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/f4grobner/division.lisp
r4056 r4063 66 66 (defun check-loop-invariant (c f a fl r p 67 67 &aux 68 (p-zero 0)69 68 (a (mapcar #'poly-reverse a)) 70 69 (r (poly-reverse r))) … … 144 143 c (multiply c c1) 145 144 p (grobner-op c2 c1 m p (car fl))) 146 (push ( make-term :monomm :coeff c2) (poly-termlist (car b))))145 (push (change-class m 'term :coeff c2) (poly-termlist (car b)))) 147 146 t)))) 148 147 )))  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  