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 1378


Ignore:
Timestamp:
2015-06-11T23:00:44-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/grobner-wrap.lisp

    r1377 r1378  
    6060   ring-and-order f start top-reduction-only))
    6161
    62 (defun reduced-grobner (ring-and-order f &optional (start 0) (top-reduction-only $poly_top_reduction_only))
     62(defun reduced-grobner (ring-and-order f
     63                        &optional
     64                          (start 0)
     65                          (top-reduction-only $poly_top_reduction_only))
    6366  (declare (type ring-and-order ring-and-order))
    6467  (reduction ring-and-order (minimization (grobner ring-and-order f start top-reduction-only))))
Note: See TracChangeset for help on using the changeset viewer.