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 1915


Ignore:
Timestamp:
2015-06-15T18:06:25-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r1914 r1915  
    495495(defun poly-set-equal-no-sugar-p (p q)
    496496  "Compare polynomial sets P and Q for equality, ignoring sugar."
    497   (declare (type poly p q))
    498497  (null (set-exclusive-or  p q :test #'poly-equal-no-sugar-p )))
    499498
Note: See TracChangeset for help on using the changeset viewer.