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 356


Ignore:
Timestamp:
2015-06-06T12:51: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

    r355 r356  
    8888    (is-false (ngrobner:invlex>  p q))))
    8989
    90  
     90(test order-mk
     91  (let ((p (make-monom 3 :initial-contents '(1 2 3)))
     92        (q (make-monom 3 :initial-contents '(4 5 6))))
     93    (is-false (ngrobner:elimination-order-1 p q)))) 
    9194
    9295(run! 'utils-suite)
Note: See TracChangeset for help on using the changeset viewer.