- Timestamp:
- 2016-06-03T18:38:37-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-pair-queue.lisp
r4163 r4188 62 62 (q (string->poly "5*x+7*y*z^2" '(x y z))) 63 63 (r (string->poly "13*x^2*y+19*z" '(x y z))) 64 (queue (make-critical-pair-queue +normal-strategy+(list p q r))))64 (queue (make-critical-pair-queue *normal-strategy* (list p q r)))) 65 65 (&body))) 66 66
Note:
See TracChangeset
for help on using the changeset viewer.