- Timestamp:
- 2016-06-02T23:52:04-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/pair-queue.lisp
r4159 r4160 102 102 (defclass critical-pair-queue (priority-queue) 103 103 () 104 (:documentation "Specializes class PRIORITY-QUEUE to element-typeCRITICAL-PAIR."))104 (:documentation "Specializes class PRIORITY-QUEUE to ELEMENT-TYPE set to CRITICAL-PAIR.")) 105 105 106 106 (defmethod initialize-instance :before ((self critical-pair-queue) &key)
Note:
See TracChangeset
for help on using the changeset viewer.