- Timestamp:
- 2016-06-03T18:19:39-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/pair-queue.lisp
r4183 r4184 76 76 pair-key-fn pair-order-fn)))) 77 77 78 (def parameter+normal-strategy+78 (defconstant +normal-strategy+ 79 79 (make-instance 80 80 'selection-strategy … … 84 84 leading monomials is selected.") 85 85 86 (def parameter+min-total-degree-strategy+86 (defconstant +min-total-degree-strategy+ 87 87 (make-instance 88 88 'selection-strategy … … 92 92 LCM of leading monomials is selected.") 93 93 94 (def parameter+min-combined-length-strategy+94 (defconstant +min-combined-length-strategy+ 95 95 (make-instance 96 96 'selection-strategy
Note:
See TracChangeset
for help on using the changeset viewer.