Changeset 1548 for branches/f4grobner
- Timestamp:
- 2015-06-12T15:41:14-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-tests.lisp
r1537 r1548 275 275 (is (every #'poly-equal-no-sugar-p (gebauer-moeller ring-and-order fl) gb)))) 276 276 277 (test gb-postprocessing278 " Grobner basis postprocessing"277 (test reduction 278 "Reduction algorithm" 279 279 (let* ((fl (cdr (string->poly "[x+y,x-2*y]" '(x y)))) 280 280 (ring *ring-of-integers*) … … 289 289 (is (equalp (minimization gb) minimal-gb)))) 290 290 291 (test minimization 292 "Minimization algorithm" 293 (let* ((gb (cdr (string->poly "[x,y,x-2*y,x^2]" '(x y)))) 294 (minimal-gb (cdr (string->poly "[y,x-2*y]" '(x y))))) 295 (is (equalp (minimization gb) minimal-gb)))) 296 291 297 (test grobner-wrap 292 298 "Grobner interface to many algorithms"
Note:
See TracChangeset
for help on using the changeset viewer.