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 29 for trunk


Ignore:
Timestamp:
2012-06-25T09:53:19-07:00 (12 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grobner.lisp

    r28 r29  
    21862186
    21872187(defmfun $poly_buchberger_criterion (g vars)
    2188   (with-parsed-polynomials ((vars) :poly-lists (g))
     2188  (with-parsed-polynomials ((vars) :poly-lists (g) :value-type :logical)
    21892189    (buchberger-criterion *maxima-ring* g)))
    21902190
Note: See TracChangeset for help on using the changeset viewer.