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 531


Ignore:
Timestamp:
2015-06-06T21:43:09-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ideal.lisp

    r530 r531  
    2828(defpackage "IDEAL"
    2929  (:use :cl :ring :monomial :order :term :polynomial :division :grobner-wrap)
    30   (:export
    31      "RING-INTERSECTION"
    32      "ELIMINATION-IDEAL"
    33      "COLON-IDEAL"
    34      "COLON-IDEAL-1"
    35      "IDEAL-INTERSECTION"
    36      "POLY-LCM"
    37      "GROBNER-EQUAL"
    38      "GROBNER-SUBSETP"
    39      "GROBNER-MEMBER"
    40      "IDEAL-SATURATION-1"
    41      "IDEAL-SATURATION"
    42      "IDEAL-POLYSATURATION-1"
    43      "IDEAL-POLYSATURATION"
    44    ))
     30  (:export "POLY-DEPENDS-P"
     31           "RING-INTERSECTION"
     32           "ELIMINATION-IDEAL"
     33           "COLON-IDEAL"
     34           "COLON-IDEAL-1"
     35           "IDEAL-INTERSECTION"
     36           "POLY-LCM"
     37           "GROBNER-EQUAL"
     38           "GROBNER-SUBSETP"
     39           "GROBNER-MEMBER"
     40           "IDEAL-SATURATION-1"
     41           "IDEAL-SATURATION"
     42           "IDEAL-POLYSATURATION-1"
     43           "IDEAL-POLYSATURATION"
     44           ))
    4545
    4646(in-package :ideal)
Note: See TracChangeset for help on using the changeset viewer.