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 2430


Ignore:
Timestamp:
2015-06-19T08:03:41-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/order.lisp

    r2429 r2430  
    9191  "Return T if P>Q with respect to graded reverse lexicographic order,
    9292NIL otherwise. The second returned value is T if P=Q, otherwise it is NIL."
    93   (declare (type monom p q) (type fixnum start end))
     93  (declare (type fixnum start end))
    9494  (let ((d1 (r-total-degree p start end))
    9595        (d2 (r-total-degree q start end)))
Note: See TracChangeset for help on using the changeset viewer.