close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 4063


Ignore:
Timestamp:
2016-05-31T18:28:50-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r4056 r4063  
    6666(defun check-loop-invariant (c f a fl r p
    6767                             &aux
    68                                (p-zero 0)
    6968                               (a (mapcar #'poly-reverse a))
    7069                               (r (poly-reverse r)))
     
    144143                      c (multiply c c1)
    145144                      p (grobner-op c2 c1 m p (car fl)))
    146                 (push (make-term :monom m :coeff c2) (poly-termlist (car b))))
     145                (push (change-class m 'term :coeff c2) (poly-termlist (car b))))
    147146              t))))
    148147      )))
Note: See TracChangeset for help on using the changeset viewer.