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 1280


Ignore:
Timestamp:
2015-06-11T20:01:05-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r1279 r1280  
    9191              (reduce #'p-add (list prod r p))))))
    9292      (unless succeeded-p
    93           (error "Polynomial division Loop invariant failed:~%C=~A~%F=~A~%A=~A~%FL=~A~%R=~A~%P=~A~%"
     93          (error "#### Polynomial division Loop invariant failed ####:~%C=~A~%F=~A~%A=~A~%FL=~A~%R=~A~%P=~A~%"
    9494                 c f a fl r p))
    9595      succeeded-p)))
Note: See TracChangeset for help on using the changeset viewer.