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 1433


Ignore:
Timestamp:
2015-06-12T10:22:51-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r1432 r1433  
    200200  (values p r c division-count))
    201201
    202 ;; Merge it someday with POLY-PSEUDO-DIVIDE.
    203 ;;
    204 ;; TODO: It is hard to test normal form as there is no
    205 ;; loop invariant, like for POLY-PSEUDO-DIVIDE.
    206 ;; Is there a testing strategy?
     202;;
     203;; Merge NORMAL-FORM someday with POLY-PSEUDO-DIVIDE.
     204;;
     205;; TODO: It is hard to test normal form as there is no loop invariant,
     206;; like for POLY-PSEUDO-DIVIDE.  Is there a testing strategy? One
     207;; method would be to test NORMAL-FORM using POLY-PSEUDO-DIVIDE.
    207208;;
    208209(defun normal-form (ring-and-order f fl
Note: See TracChangeset for help on using the changeset viewer.