- Timestamp:
- 2016-06-04T12:58:06-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/division.lisp
r4209 r4210 228 228 (mapcar #'(lambda (x) (poly-normalize x)) plist)) 229 229 230 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;231 ;;232 ;; The function GROBNER-TEST is provided primarily for debugging purposes. To233 ;; enable verification of grobner bases with BUCHBERGER-CRITERION, do234 ;; (pushnew :grobner-check *features*) and compile/load this file.235 ;; With this feature, the calculations will slow down CONSIDERABLY.236 ;;237 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;238 239 230 (defun grobner-test (g f) 240 231 "Test whether G is a Grobner basis and F is contained in G. Return T 241 upon success and NIL otherwise." 232 upon success and NIL otherwise. 233 The function GROBNER-TEST is provided primarily for debugging purposes. To 234 enable verification of grobner bases with BUCHBERGER-CRITERION, do 235 (pushnew :grobner-check *features*) and compile/load this file. With 236 this feature, the calculations will slow down CONSIDERABLY." 242 237 (debug-cgb "~&GROBNER CHECK: ") 243 238 (let (($poly_grobner_debug nil)
Note:
See TracChangeset
for help on using the changeset viewer.