Changeset 3934
- Timestamp:
- 2016-05-29T23:33:40-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/pair-queue.lisp
r3933 r3934 78 78 (defclass min-total-degree-strategy (selection-strategy) 79 79 ((pair-key-fn :initform #'(lambda (p q) (total-degree (universal-lcm (leading-monomial p) (leading-monomial q))))) 80 (pair-order *#'<))80 (pair-order #'<)) 81 81 (:documentation "Make a selection strategy where a pair with a 82 82 minimum total degree of LCM of leading monomials is selected."))
Note:
See TracChangeset
for help on using the changeset viewer.