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 4186


Ignore:
Timestamp:
2016-06-03T18:37: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

    r4185 r4186  
    8585
    8686(defparameter +min-total-degree-strategy+
    87   #.(make-instance
     87  (make-instance
    8888   'selection-strategy
    8989   :pair-key-fn #'(lambda (p q) (total-degree (universal-lcm (leading-monomial p) (leading-monomial q))))
     
    9393
    9494(defparameter +min-combined-length-strategy+
    95   #.(make-instance
     95  (make-instance
    9696   'selection-strategy
    9797   :pair-key-fn #'(lambda (p q) (+ (poly-length p) (poly-length q)))
Note: See TracChangeset for help on using the changeset viewer.