Changeset 4473 for branches/f4grobner
- Timestamp:
- 2016-06-14T20:32:38-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/buchberger.lisp
r4465 r4473 26 26 :ring 27 27 ) 28 (:export "BUCHBERGER" "PARALLEL-BUCHBERGER" "GROBNER-MEMBER" "GROBNER-SUBSETP" "GROBNER-EQUAL") 28 (:export "BUCHBERGER" 29 "PARALLEL-BUCHBERGER" 30 "GROBNER-MEMBER" 31 "GROBNER-SUBSETP" 32 "GROBNER-EQUAL") 29 33 (:documentation "Buchberger Algorithm Implementation.")) 30 34
Note:
See TracChangeset
for help on using the changeset viewer.