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 1559


Ignore:
Timestamp:
2015-06-12T15:53:40-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r1497 r1559  
    469469  "Compare polynomials for equality, ignoring sugar."
    470470  (equalp (poly-termlist p) (poly-termlist q)))
     471
     472(defun poly-set-equal-no-sugar-p (p q)
     473  "Compare polynomial sets P and Q for equality, ignoring sugar."
     474  (null (set-exclusive-or  p q :test #'poly-equal-no-sugar-p )))
Note: See TracChangeset for help on using the changeset viewer.