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 3943


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

* empty log message *

File:
1 edited

Legend:

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

    r3942 r3943  
    6565minimal LCM of leading monomials first."))
    6666
    67 #|
    6867(defmethod print-object ((self selection-strategy) stream)
    6968  (print-unreadable-object (self stream :type t :identity t)
     
    7372      (format stream "PAIR-KEY-FN=~A PAIR-ORDER-FN=~A"
    7473              pair-key-fn pair-order-fn))))
    75 |#
    7674
    7775(defclass min-total-degree-strategy (selection-strategy)
    7876  ((pair-key-fn :initform #'(lambda (p q) (total-degree (universal-lcm (leading-monomial p) (leading-monomial q)))))
    79    (pair-order :initform #'<))
     77   (pair-order-fn :initform #'<))
    8078  (:documentation "Make a selection strategy where a pair with a
    8179minimum total degree of LCM of leading monomials is selected."))
Note: See TracChangeset for help on using the changeset viewer.