Changeset 3972 for branches/f4grobner
- Timestamp:
- 2016-05-30T11:22:47-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/pair-queue.lisp
r3971 r3972 91 91 92 92 (defclass critical-pair-queue (selection-strategy) 93 ((pq :initform nil :initarg :pq :accessor pq :type priority-queue))) 93 ((pq :initform nil :initarg :pq :accessor pq :type priority-queue)) 94 (:documentation "Represents the priority queue of critical pairs. It is a subclass 95 of SELECTION-STRATEGY.")) 94 96 95 97 (defmethod initialize-instance :after ((self critical-pair-queue) &key (poly-list nil) (start 1))
Note:
See TracChangeset
for help on using the changeset viewer.