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 931


Ignore:
Timestamp:
2015-06-09T18:56:08-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/order.lisp

    r930 r931  
    117117;; This returns a closure with the same signature
    118118;; as all orders such as #'LEX>.
    119 (defun make-elimination-order-1 (secondary-elimination-order)
     119(defun make-elimination-order-factory-1 (secondary-elimination-order)
    120120  "It constructs an elimination order used for the 1-st elimination ideal,
    121121i.e. for eliminating the first variable. Thus, the order compares the degrees of the
Note: See TracChangeset for help on using the changeset viewer.