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 1271


Ignore:
Timestamp:
2015-06-11T19:49:32-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r1270 r1271  
    8989              (reduce #'p-add (list prod r p))))))
    9090      (unless succeeded-p
    91           (error "Division failed: C=~A~%F=~A~%A=~A~%FL=~A~%R=~A~%P=~A~%" c f a fl r p))
     91          (error "Polynomial division Loop invariant failed:~%C=~A~%F=~A~%A=~A~%FL=~A~%R=~A~%P=~A~%"
     92                 c f a fl r p))
    9293      succeeded-p)))
    9394 
Note: See TracChangeset for help on using the changeset viewer.