- Timestamp:
- 2016-06-03T16:57:26-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/pair-queue.lisp
r4181 r4182 135 135 (:documentation "Creates a CRITICAL-PAIR-QUEUE from an object OBJECT.") 136 136 (:method ((object selection-strategy) &optional (poly-lst nil) (start 0)) 137 "Creates a CRITICAL-PAIR-QUEUE from a selection strategy OBJECT." )137 "Creates a CRITICAL-PAIR-QUEUE from a selection strategy OBJECT." 138 138 (with-slots (pair-key-fn pair-order-fn) 139 139 object
Note:
See TracChangeset
for help on using the changeset viewer.