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 945


Ignore:
Timestamp:
2015-06-09T19:27:46-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/order.lisp

    r933 r945  
    133133;; The result is *another closure* with the same signature as all
    134134;; orders such as #'LEX>.
    135 (defun make-elimination-order-factory (primary-elimination-order secondary-elimination-order)
     135(defun make-elimination-order-factory (&optional
     136                                         (primary-elimination-order #'lex>)
     137                                         (secondary-elimination-order #'lex>))
    136138  "Return a function with a single integer argument K. This should be
    137139the number of initial K variables X[0],X[1],...,X[K-1], which precede
Note: See TracChangeset for help on using the changeset viewer.