Changeset 1424 for branches/f4grobner
- Timestamp:
- 2015-06-12T00:57:00-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-tests.lisp
r1423 r1424 312 312 (elim-1-fl (cdr (string->poly "[y]" '(x y))))) 313 313 (is (equalp (elimination-ideal ring-and-order fl 1) elim-1-fl)) 314 (is (equalp (print (elimination-ideal ring-and-order fl 2)) elim-1-fl))))314 (is (equalp (print (elimination-ideal ring-and-order fl 2)) nil)))) 315 315 316 316 (run! 'ngrobner-suite)
Note:
See TracChangeset
for help on using the changeset viewer.