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 1404


Ignore:
Timestamp:
2015-06-11T23:48:20-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r1403 r1404  
    264264                 (makelist (normal-form ring-and-order (copy-tree (elt f i)) g nil)
    265265                           (i 0 (1- (length f)))))))
    266     (unless stat1 (error "~&Buchberger criterion failed."))
     266    (unless stat1 (error "~&Buchberger criterion failed, not a grobner basis: ~A" g))
    267267    (unless stat2
    268268      (error "~&Original polys not in ideal spanned by Grobner.")))
Note: See TracChangeset for help on using the changeset viewer.