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.

Ignore:
Timestamp:
2015-06-09T13:52:07-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/order.lisp

    r901 r904  
    130130  (monomial-order y x))
    131131
    132 (defvar *primary-elimination-order* #'lex>)
    133 
    134 (defvar *secondary-elimination-order* #'lex>)
    135 
    136 (defvar *elimination-order* nil
    137   "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 of
    140 *PRIMARY-ELIMINATION-ORDER* and *SECONDARY-ELIMINATION-ORDER*.")
    141 
    142132;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    143133;;
Note: See TracChangeset for help on using the changeset viewer.