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 1574


Ignore:
Timestamp:
2015-06-12T16:14:34-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/5am-tests.lisp

    r1573 r1574  
    392392         (ring *ring-of-integers*)
    393393         (order #'lex>)
    394          (ring-and-order (make-ring-and-order :ring ring :order order)))
    395     (print (colon-ideal ring-and-order F (list p)))
    396     (print (colon-ideal ring-and-order F (list (poly-expt ring-and-order p 2))))
    397     (print (colon-ideal ring-and-order F (list (poly-expt ring-and-order p 3))))
    398     (is-true (print (ideal-saturation-1 ring-and-order F p)))
    399     ))
     394         (ring-and-order (make-ring-and-order :ring ring :order order))
     395         (G (cdr (string->poly "[y,z]" '(x y z)))))
     396    (is (poly-set-equal-no-sugar-p (ideal-saturation-1 ring-and-order F p) G))))
    400397
    401398(run! 'ngrobner-suite)
Note: See TracChangeset for help on using the changeset viewer.