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-12T12:02:54-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ideal.lisp

    r1470 r1471  
    170170                           &optional
    171171                             (start 0)
    172                              (top-reduction-only $poly_top_reduction_only))
     172                             (top-reduction-only $poly_top_reduction_only)
     173                           &aux
     174                             (ring (ro-ring ring-and-order)))
    173175  "Returns the reduced Grobner basis of the saturation of the ideal
    174176generated by a polynomial list F in the ideal generated by a single
     
    184186    (reduced-grobner
    185187     ring-and-order
    186      (saturation-extension-1 ring-and-order f p)
     188     (saturation-extension-1 ring f p)
    187189     start top-reduction-only)
    188190    1)))
Note: See TracChangeset for help on using the changeset viewer.