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-11T22:33:25-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r1201 r1360  
    4444    ((gebauer-moeller :gebauer_moeller $gebauer_moeller) #'gebauer-moeller)))
    4545
    46 (defun grobner (ring f &optional (start 0) (top-reduction-only nil))
     46(defun grobner (ring-and-order f &optional (start 0) (top-reduction-only nil))
    4747  ;;(setf F (sort F #'< :key #'sugar))
    4848  (funcall
    4949   (find-grobner-function $poly_grobner_algorithm)
    50    ring f start top-reduction-only))
     50   ring-and-order f start top-reduction-only))
    5151
    5252(defun reduced-grobner (ring f &optional (start 0) (top-reduction-only $poly_top_reduction_only))
Note: See TracChangeset for help on using the changeset viewer.