[PURRS-devel] purrs/src rr_solver.cc

Tatiana Zolo zolo at spartacus.cs.unipr.it
Fri Sep 13 13:36:59 CEST 2002


CVSROOT:	/cvs/purrs
Module name:	purrs
Changes by:	zolo at cs.unipr.it	2002-09-13 13:36:59

Modified files:
	src            : rr_solver.cc 

Log message:
	Fixed a bug in the function 'return_sum()' called by 'compute_symbolic_sum()':
	when we subtract to \p symbolic_sum the first terms in according to the order
	we must do
	q_k.subs(k == j) * pow(alpha, j)  * pow(lambda, -j)
	instead of
	q_k.subs(k == j) * alpha * pow(lambda, -1).

Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/rr_solver.cc.diff?cvsroot=purrs&r1=1.88&r2=1.89




More information about the PURRS-devel mailing list