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:07:56-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring-and-order.lisp

    r891 r892  
    3232             ;;(:conc-name ro-)
    3333             )
    34   (order #'lex> :type function)
    35   (primary-elimination-order #'lex> :type function)
    36   (secondary-elimination-order #'lex> :type function))
     34  (order *monomial-order* :type function)
     35  (primary-elimination-order *primary-elimination-order* :type function)
     36  (secondary-elimination-order *secondary-elimination-order* :type function)
     37  (elimination-order *elimination-order* :type function))
Note: See TracChangeset for help on using the changeset viewer.