CVSROOT: /cvs/purrs
Module name: purrs
Changes by: zolo(a)cs.unipr.it 2002-12-17 19:04:02
Modified files:
src : Expr.cc
Log message:
Improved `mod_eval()' with the property:
mod(x - h y, y) = mod(x, y),
when y and h are integers.
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/Expr.cc.diff?cvsroot=pu…
CVSROOT: /cvs/purrs
Module name: purrs
Changes by: zolo(a)cs.unipr.it 2002-12-17 16:52:14
Modified files:
src : rr_solver.cc
Log message:
Improved the part that execute the order reduction:
now the substitution of the simbolic function `mod(x, y)'
is made as late as possible.
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/rr_solver.cc.diff?cvsro…
CVSROOT: /cvs/purrs
Module name: purrs
Changes by: zolo(a)cs.unipr.it 2002-12-17 12:05:05
Modified files:
src : Recurrence.cc
Log message:
Improved `verify_solution()' so that it is possible to verify the solution of
recurrences solved applying the order reduction.
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/Recurrence.cc.diff?cvsr…
CVSROOT: /cvs/purrs
Module name: purrs
Changes by: zolo(a)cs.unipr.it 2002-12-17 11:30:07
Modified files:
src : Expr.cc
Log message:
Implemented the property of the symbolic function `mod':
mod(x - y, y) = mod(x, y),
where y is integer.
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/Expr.cc.diff?cvsroot=pu…