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 3951


Ignore:
Timestamp:
2016-05-30T00:48:31-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r3950 r3951  
    8787  ((pq :initform nil :initarg :pq :accessor pq :type priority-queue)))
    8888
    89 (defmethod initialize-instance :after ((self critical-pair-queue) &key (f nil) (start 1))
    90   "Initializes the priority for critical pairs. F is 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.
    9191START is the first position beyond the elements which form a partial
    9292grobner basis, i.e. satisfy the Buchberger criterion."
Note: See TracChangeset for help on using the changeset viewer.