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.

Changeset 1289


Ignore:
Timestamp:
2015-06-11T20:37:16-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/buchberger.lisp

    r1201 r1289  
    3535;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    3636
    37 (defun buchberger (ring f start &optional (top-reduction-only $poly_top_reduction_only))
     37(defun buchberger (ring-and-order f start
     38                   &optional
     39                     (top-reduction-only $poly_top_reduction_only)
     40                   &aux
     41                     (ring (ro-ring ring-and-order)))
    3842  "An implementation of the Buchberger algorithm. Return Grobner basis
    3943of the ideal generated by the polynomial list F.  Polynomials 0 to
Note: See TracChangeset for help on using the changeset viewer.