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 494


Ignore:
Timestamp:
2015-06-06T20:56:37-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/gebauer-moeller.lisp

    r192 r494  
    2020;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    2121
    22 (in-package :ngrobner)
    23 
    2422;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    2523;;
     
    2826;;
    2927;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
     28
     29(defpackage "GEBAUER-MOELLER"
     30  (:use :cl :division :ring :polynomial :order :grobner-debug)
     31  (:export "GEBAUER-MOELLER"))
     32
     33(in-package :gebauer-moeller)
    3034
    3135(defun gebauer-moeller (ring f start &optional (top-reduction-only $poly_top_reduction_only))
Note: See TracChangeset for help on using the changeset viewer.