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 3958


Ignore:
Timestamp:
2016-05-30T01:02:20-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r3957 r3958  
    8888
    8989(defmethod initialize-instance :after ((self critical-pair-queue) &key (poly-list nil) (start 1))
    90   "Initializes the priority queue SELF of critical pairs. POLY-LIST is the initial list of polynomials.
    91 START is the first position beyond the elements which form a partial
    92 grobner basis, i.e. satisfy the Buchberger criterion."
     90  "Initializes the priority queue SELF of critical pairs, where POLY-LIST is the initial list of polynomials.
     91and START is the first position beyond the elements which form a
     92partial Grobner basis, i.e. satisfy the Buchberger criterion."
    9393  (with-accessors ((pair-key-fn pair-key-fn)
    9494                   (pair-order-fn pair-order-fn)
Note: See TracChangeset for help on using the changeset viewer.