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-06T21:22:54-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r512 r514  
    2929(defpackage "GROBNER-WRAP"
    3030  (:use :cl :buchberger :gebauer-moeller :gb-postprocessing :division)
    31   (:export "GROBNER" "REDUCED-GROBNER"))
     31  (:export "$POLY_GROBNER_ALGORITHM" "GROBNER" "REDUCED-GROBNER"))
    3232
    3333(in-package :grobner-wrap)
     34
     35(defvar $poly_grobner_algorithm '$buchberger
     36  "The name of the algorithm used to find grobner bases.")
     37
     38
    3439
    3540(defun find-grobner-function (algorithm)
Note: See TracChangeset for help on using the changeset viewer.