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.

Ignore:
Timestamp:
2015-06-11T22:26:56-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/gb-postprocessing.lisp

    r1352 r1353  
    7272              #'(lambda (y)
    7373                  (find-if #'(lambda (p)
    74                                 (monom-divides-p
    75                                   (poly-lm p)
    76                                   (poly-lm y)))
    77                              (remove y q)))
     74                              (monom-divides-p
     75                                (poly-lm p)
     76                                (poly-lm y)))
     77                           (remove y q)))
    7878              q)))
    7979      (when (print x)
Note: See TracChangeset for help on using the changeset viewer.