close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Ignore:
Timestamp:
2015-06-15T18:10:48-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/buchberger.lisp

    r1409 r1917  
    4747reduction will be preformed. This function assumes that all polynomials
    4848in F are non-zero."
    49   (declare (type fixnum start))
     49  (declare (type fixnum start) (type nil top-reduction-only))
    5050  (when (endp f) (return-from buchberger f)) ;cut startup costs
    5151  (debug-cgb "~&GROBNER BASIS - BUCHBERGER ALGORITHM")
Note: See TracChangeset for help on using the changeset viewer.