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 1936


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/order.lisp

    r1935 r1936  
    7676not have a minimal element. This order is useful in constructing other
    7777orders."
     78  (declare (type monom p q) (type fixnum start end))
    7879  (do ((i (1- end) (1- i)))
    7980      ((< i start) (values nil t))
     81    (declare (type fixnum i))
    8082    (cond
    8183     ((< (monom-elt p i) (monom-elt q i))
Note: See TracChangeset for help on using the changeset viewer.