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:27:38-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/buchberger.lisp

    r1921 r1922  
    104104critical pairs will not be examined. If TOP-REDUCTION-ONLY set, top
    105105reduction will be preformed."
    106   (declare (ignore top-reduction-only)
     106  (declare (type ring-and-order ring-and-order)
     107           (ignore top-reduction-only)
    107108           (type fixnum start))
    108109  (when (endp f) (return-from parallel-buchberger f)) ;cut startup costs
Note: See TracChangeset for help on using the changeset viewer.