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 1334


Ignore:
Timestamp:
2015-06-11T21:56:19-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/gb-postprocessing.lisp

    r1333 r1334  
    3434(in-package :gb-postprocessing)
    3535
    36 (defun reduction (ring-and-order plist)
     36(defun reduction (ring-and-order plist
     37                  &aux
     38                    (ring (ro-ring ring-and-order)))
    3739  "Reduce a list of polynomials PLIST, so that non of the terms in any of
    3840the polynomials is divisible by a leading monomial of another
Note: See TracChangeset for help on using the changeset viewer.