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 3771


Ignore:
Timestamp:
2016-05-27T18:46:21-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ngrobner-package.lisp

    r1941 r3771  
    2727
    2828(defpackage "NGROBNER"
    29   (:use :cl :ring :monom :order :ring-and-order :term :infix :infix-printer :polynomial :grobner-debug
    30         :division :buchberger :gebauer-moeller :gb-postprocessing :ideal
    31         :utils :grobner-wrap)
     29  (:use :cl
     30        :copy
     31        ;;:ring
     32        :monom
     33        ;;:order
     34        ;;:ring-and-order
     35        ;;:term
     36        :infix
     37        :infix-printer
     38        :polynomial
     39        ;;:grobner-debug
     40        ;;:division
     41        ;;:buchberger
     42        ;;:gebauer-moeller
     43        ;;:gb-postprocessing
     44        ;;:ideal
     45        ;;:utils
     46        ;;:grobner-wrap
     47        )
    3248  (:export
    3349   ;;
Note: See TracChangeset for help on using the changeset viewer.