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 3273


Ignore:
Timestamp:
2015-06-22T21:26:39-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/symbolic-polynomial.lisp

    r3269 r3273  
    4646              dimension termlist order vars))))
    4747
     48
     49(defmethod r-equalp ((self symbolic-poly) (other symbolic-poly))
     50  (and (call-next-method)
     51       (equal (symbolic-poly-vars self) (symbolic-poly-vars other))))
    4852
    4953#|
Note: See TracChangeset for help on using the changeset viewer.