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 944


Ignore:
Timestamp:
2015-06-09T19:27:10-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/5am-tests.lisp

    r885 r944  
    8989  "order"
    9090  (let ((p (make-monom :initial-exponents '(1 3 2)))
    91         (q (make-monom :initial-exponents '(1 2 3))))
     91        (q (make-monom :initial-exponents '(1 2 3)))
     92        (factory (make-elimination-order-factory)))
    9293    (is-true (lex>  p q))
    9394    (is-true (grlex>  p q))
Note: See TracChangeset for help on using the changeset viewer.