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 3964


Ignore:
Timestamp:
2016-05-30T11:05: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

    r3963 r3964  
    2626           "CRITICAL-PAIR-SECOND"
    2727           "CRITICAL-PAIR-QUEUE"
     28           "SELECTION-STRATEGY"
     29           "MIN-TOTAL-DEGREE-STRATEGY"
    2830           "ENQUEUE"
    2931           "DEQUEUE"
     
    8183minimum total degree of LCM of leading monomials is selected."))
    8284
    83 (defclass minimal-length-strategy (selection-strategy)
     85(defclass min-combined-length-strategy (selection-strategy)
    8486  ((pair-key-fn :initform #'(lambda (p q) (+ (poly-length p) (poly-length q))))
    8587   (pair-order-fn :initform #'<))
Note: See TracChangeset for help on using the changeset viewer.