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 3972


Ignore:
Timestamp:
2016-05-30T11:22:47-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r3971 r3972  
    9191
    9292(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
     95of SELECTION-STRATEGY."))
    9496
    9597(defmethod initialize-instance :after ((self critical-pair-queue) &key (poly-list nil) (start 1))
Note: See TracChangeset for help on using the changeset viewer.