[PURRS-devel] purrs/src rr_solver.cc

Tatiana Zolo zolo at spartacus.cs.unipr.it
Thu Sep 12 18:26:52 CEST 2002


CVSROOT:	/cvs/purrs
Module name:	purrs
Changes by:	zolo at cs.unipr.it	2002-09-12 18:26:52

Modified files:
	src            : rr_solver.cc 

Log message:
	Fixed a bug:
	
	if (decrement >= LONG_MAX || decrement >= coefficients.max_size())
	return HAS_HUGE_DECREMENT;
	
	instead of
	
	if (decrement <= LONG_MAX || decrement >= coefficients.max_size())
	return HAS_HUGE_DECREMENT;

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




More information about the PURRS-devel mailing list