- Timestamp:
- 2015-06-09T13:52:07-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/order.lisp
r901 r904 130 130 (monomial-order y x)) 131 131 132 (defvar *primary-elimination-order* #'lex>)133 134 (defvar *secondary-elimination-order* #'lex>)135 136 (defvar *elimination-order* nil137 "Default elimination order used in elimination-based functions.138 If not NIL, it is assumed to be a proper elimination order. If NIL,139 we will construct an elimination order using the values of140 *PRIMARY-ELIMINATION-ORDER* and *SECONDARY-ELIMINATION-ORDER*.")141 142 132 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 143 133 ;;
Note:
See TracChangeset
for help on using the changeset viewer.