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 236


Ignore:
Timestamp:
2015-06-05T16:02:32-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r233 r236  
    5656($load "gb-postprocessing")
    5757($load "ideal")
    58 
    59 #|
    60 (dolist (s '(buchberger buchberger-criterion coerce-coeff
    61              coerce-to-maxima colon-ideal elimination-ideal grobner
    62              grobner-equal grobner-member grobner-subsetp
    63              ideal-intersection ideal-polysaturation
    64              ideal-polysaturation-1 ideal-saturation
    65              ideal-saturation-1 make-poly-from-termlist make-poly-zero
    66              make-term make-variable minimization normal-form poly-add
    67              poly-content poly-depends-p poly-exact-divide poly-expt
    68              poly-lcm poly-lm poly-lt poly-mul poly-normalize
    69              poly-normalize-list poly-primitive-part
    70              poly-pseudo-divide poly-sub poly-uminus poly-zerop
    71              polysaturation-extension reduced-grobner reduction
    72              ring-unit saturation-extension spoly
    73              with-parsed-polynomial make-ring))
    74   (mtell "Importing ~M~%" s)
    75   (shadowing-import s :ngrobner))
    76 |#
    7758
    7859(use-package :ngrobner)
Note: See TracChangeset for help on using the changeset viewer.