Changeset 1921 for branches/f4grobner
- Timestamp:
 - 2015-06-15T18:27:09-07:00 (10 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/f4grobner/buchberger.lisp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/f4grobner/buchberger.lisp
r1920 r1921 47 47 reduction will be preformed. This function assumes that all polynomials 48 48 in F are non-zero." 49 (declare (type fixnum start) (type ring-and-order ring-and-order))49 (declare (type ring-and-order ring-and-order) (type fixnum start)) 50 50 (when (endp f) (return-from buchberger f)) ;cut startup costs 51 51 (debug-cgb "~&GROBNER BASIS - BUCHBERGER ALGORITHM")  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  