- Timestamp:
- 2016-05-29T23:07:36-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/pair-queue.lisp
r3927 r3930 42 42 ((first :initform nil :initarg :first :accessor critical-pair-first :type poly) 43 43 (second :initform nil :initarg :second :accessor critical-pair-second :type poly)) 44 (:documentation "Represents a critical pair.")) 44 (:documentation "Represents a critical pair, i.e. a pair of two polynomials. The derived 45 classes may add extra data used in computing the order of critical pairs.")) 45 46 46 47 (defmethod print-object ((self critical-pair) stream)
Note:
See TracChangeset
for help on using the changeset viewer.