- Timestamp:
- 2016-05-30T00:48:31-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/pair-queue.lisp
r3950 r3951 87 87 ((pq :initform nil :initarg :pq :accessor pq :type priority-queue))) 88 88 89 (defmethod initialize-instance :after ((self critical-pair-queue) &key ( fnil) (start 1))90 "Initializes the priority for critical pairs. Fis the initial list of polynomials.89 (defmethod initialize-instance :after ((self critical-pair-queue) &key (poly-list nil) (start 1)) 90 "Initializes the priority for critical pairs. POLY-LIST is the initial list of polynomials. 91 91 START is the first position beyond the elements which form a partial 92 92 grobner basis, i.e. satisfy the Buchberger criterion."
Note:
See TracChangeset
for help on using the changeset viewer.