Changeset 3954 for branches/f4grobner
- Timestamp:
- 2016-05-30T00:51:49-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/pair-queue.lisp
r3952 r3954 104 104 (makelist (make-instance 'critical-pair :first (elt poly-list i) :second (elt poly-list j)) 105 105 (i start (1- s)) (j (1+ i) s))))) 106 (dolist (pair b pq)106 (dolist (pair b) 107 107 (priority-queue-insert pq pair))) 108 108 ))
Note:
See TracChangeset
for help on using the changeset viewer.