- Timestamp:
- 2015-06-12T12:37:02-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-tests.lisp
r1488 r1489 361 361 ;; Calculate [F, U1*P1-1,U2*P2-1,...,UK*PK-1], where PLIST=[P1,P2,...,PK]. 362 362 (test saturation-extension 363 "Saturation extension "363 "Saturation extension with 1 polynomial" 364 364 (let* ((F-str "[x^3,x^2*y]") 365 365 (F (cdr (string->poly F-str '(x y)))) … … 370 370 (is (every #'poly-equal-no-sugar-p 371 371 (saturation-extension-1 ring F p) 372 F-sat)) 373 (is (every #'poly-equal-no-sugar-p 374 (saturation-extension ring F (list p)) 372 375 F-sat)))) 373 376
Note:
See TracChangeset
for help on using the changeset viewer.