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-14T19:05:05-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r1625 r1626  
    3636
    3737(defun choose-grobner-algorithm (algorithm)
    38   "Return a function which calculates Grobner basis, based on its
    39 names. Names currently used are either Lisp symbols, Maxima symbols or
    40 keywords."
     38  "Translates symbol ALGORITHM, which names the algorithm, and should
     39be either a keyword, an uninterne symbol or symbol in package
     40GROBNER-WRAP, or a Maxima-style symbols starting with the dollar. It
     41returns a function which calculates Grobner basis."
    4142  (ecase algorithm
    4243    ((buchberger :buchberger $buchberger)
Note: See TracChangeset for help on using the changeset viewer.