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 1560


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r1559 r1560  
    473473  "Compare polynomial sets P and Q for equality, ignoring sugar."
    474474  (null (set-exclusive-or  p q :test #'poly-equal-no-sugar-p )))
     475
     476(defun poly-list-equal-no-sugar-p (p q)
     477  "Compare polynomial lists P and Q for equality, ignoring sugar."
     478  (every #'poly-equal-no-sugar-p p q))
Note: See TracChangeset for help on using the changeset viewer.