- Timestamp:
- 2016-05-30T01:01:48-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/pair-queue.lisp
r3956 r3957 88 88 89 89 (defmethod initialize-instance :after ((self critical-pair-queue) &key (poly-list nil) (start 1)) 90 "Initializes the priority forcritical pairs. POLY-LIST is the initial list of polynomials.90 "Initializes the priority queue SELF of 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." … … 119 119 120 120 121 #| 121 122 (defun pair-queue-insert (b pair) 122 123 (priority-queue-insert b pair)) … … 134 135 135 136 137 |#
Note:
See TracChangeset
for help on using the changeset viewer.