Changeset 931 for branches/f4grobner
- Timestamp:
- 2015-06-09T18:56:08-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/order.lisp
r930 r931 117 117 ;; This returns a closure with the same signature 118 118 ;; 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) 120 120 "It constructs an elimination order used for the 1-st elimination ideal, 121 121 i.e. for eliminating the first variable. Thus, the order compares the degrees of the
Note:
See TracChangeset
for help on using the changeset viewer.