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 4470 for branches


Ignore:
Timestamp:
2016-06-14T20:25:20-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4469 r4470  
    103103  (with-fixture buchberger-advanced-context ()
    104104    (is-true (grobner-test gb fl))
     105    ;; NOTE: Cannot compare using SET-EXCLUSIVE-OR, as the Grobner basis
     106    ;; FL was computed using "sugar" strategy and is different from
     107    ;; the one obtained with BUCHBERGER, which uses the "normal" strategy.
    105108    (is (grobner-equal (buchberger fl) gb))
    106109    ;;(is (every #'universal-equalp (parallel-buchberger fl) gb))
Note: See TracChangeset for help on using the changeset viewer.