Changeset 469 for branches/f4grobner
- Timestamp:
- 2015-06-06T20:31:30-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/division.lisp
r465 r469 21 21 22 22 (defpackage "DIVISION" 23 (:use :cl :ring :monomial :polynomial :grobner-debug )23 (:use :cl :ring :monomial :polynomial :grobner-debug :term) 24 24 (:export "POLY-PSEUDO-DIVIDE" 25 25 "POLY-EXACT-DIVIDE" … … 29 29 30 30 (in-package :division) 31 32 (defvar $poly_top_reduction_only nil 33 "If not FALSE, use top reduction only whenever possible. 34 Top reduction means that division algorithm stops after the first reduction.") 31 35 32 36 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Note:
See TracChangeset
for help on using the changeset viewer.