- Timestamp:
- 2015-06-05T16:02:32-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/mx-grobner.lisp
r233 r236 56 56 ($load "gb-postprocessing") 57 57 ($load "ideal") 58 59 #|60 (dolist (s '(buchberger buchberger-criterion coerce-coeff61 coerce-to-maxima colon-ideal elimination-ideal grobner62 grobner-equal grobner-member grobner-subsetp63 ideal-intersection ideal-polysaturation64 ideal-polysaturation-1 ideal-saturation65 ideal-saturation-1 make-poly-from-termlist make-poly-zero66 make-term make-variable minimization normal-form poly-add67 poly-content poly-depends-p poly-exact-divide poly-expt68 poly-lcm poly-lm poly-lt poly-mul poly-normalize69 poly-normalize-list poly-primitive-part70 poly-pseudo-divide poly-sub poly-uminus poly-zerop71 polysaturation-extension reduced-grobner reduction72 ring-unit saturation-extension spoly73 with-parsed-polynomial make-ring))74 (mtell "Importing ~M~%" s)75 (shadowing-import s :ngrobner))76 |#77 58 78 59 (use-package :ngrobner)
Note:
See TracChangeset
for help on using the changeset viewer.