Changeset 4139 for branches/f4grobner
- Timestamp:
- 2016-06-01T21:11:21-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/pair-queue.lisp
r4138 r4139 103 103 (:documentation "Implements critical pair priority queue.")) 104 104 105 (defmethod allocate-instance((self critical-pair-queue) &key strategy poly-list start)105 (defmethod initialize-instance :after ((self critical-pair-queue) &key strategy poly-list start) 106 106 "Allocates a priority queue SELF for critical pairs from strategy SELF." 107 107 (declare (ignore poly-list start))
Note:
See TracChangeset
for help on using the changeset viewer.