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 4132


Ignore:
Timestamp:
2016-06-01T17:39:06-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/buchberger.lisp

    r4131 r4132  
    2222(defpackage "BUCHBERGER"
    2323  (:use :cl :grobner-debug
    24         :ring :polynomial :order :ring-and-order :division
     24        :polynomial :division
    2525        :criterion :pair-queue :priority-queue
    2626        )
     
    3434                   &optional
    3535                     (start 0)
    36                      (top-reduction-only $poly_top_reduction_only)
    37                    &aux
    38                      (ring (ro-ring ring-and-order)))
     36                     (top-reduction-only $poly_top_reduction_only))
    3937  "An implementation of the Buchberger algorithm. Return Grobner basis
    4038of the ideal generated by the polynomial list F.  Polynomials 0 to
Note: See TracChangeset for help on using the changeset viewer.