close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 3930


Ignore:
Timestamp:
2016-05-29T23:07:36-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/pair-queue.lisp

    r3927 r3930  
    4242  ((first :initform nil  :initarg :first :accessor critical-pair-first :type poly)
    4343   (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
     45classes may add extra data used in computing the order of critical pairs."))
    4546
    4647(defmethod print-object ((self critical-pair) stream)
Note: See TracChangeset for help on using the changeset viewer.