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 1248


Ignore:
Timestamp:
2015-06-11T15:21:43-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r1247 r1248  
    121121            (setf (poly-sugar r) (max (poly-sugar r) (term-sugar (poly-lt p))))
    122122            (pop (poly-termlist p))     ;remove lt(p) from p
    123             ;; Check the loop invariant here
    124             (check-loop-invariant ring-and-order c f a fl r p)
    125123            t)
    126124           ((monom-divides-p (poly-lm (car fl)) (poly-lm p)) ;division occurred
     
    138136                      p (grobner-op ring-and-order c2 c1 m p (car fl)))
    139137                (push (make-term m c2) (poly-termlist (car b))))
    140               t)))))))
     138              t))))
     139      ;; Check the loop invariant here
     140      (check-loop-invariant ring-and-order c f a fl r p)
     141      )))
    141142
    142143(defun poly-exact-divide (ring f g)
Note: See TracChangeset for help on using the changeset viewer.