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:19:46-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r1345 r1346  
    6969    (setf found nil)
    7070    (let ((x (find-if
    71               #'(lambda (x)
     71              #'(lambda (y)
    7272                  (member-if #'(lambda (p)
    7373                                 (monom-divides-p
    74                                   (poly-lm x)
     74                                  (poly-lm y)
    7575                                  (poly-lm p)))
    7676                             q))
    7777              q)))
    78       (when x
     78      (when (print x)
    7979        (setf found t
    8080              q (delete x q))))))
Note: See TracChangeset for help on using the changeset viewer.