[PPL-devel] ppl/src ConSys.cc GenSys.cc Row.cc Row.defs.hh

Elisa Ricci ericci at spartacus.cs.unipr.it
Thu Nov 1 15:36:55 CET 2001


CVSROOT:	/cvs/ppl
Module name:	ppl
Changes by:	ericci at cs.unipr.it	2001-11-01 15:36:55

Modified files:
	src            : ConSys.cc GenSys.cc Row.cc Row.defs.hh 

Log message:
	Erased the function projected_scalar_prod(x, y) and used instead of it
	the operator * that it is changed to support also the case of
	x.size() < y.size (operator * so can be used in the case x.size <= y.size).
	The functions GenSys::satisfy(Constraint) and
	ConSys::satisfies_all_constraints(Generator) are modified to use only
	the operator *.

Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/ConSys.cc.diff?cvsroot=ppl&r1=1.16&r2=1.17
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/GenSys.cc.diff?cvsroot=ppl&r1=1.17&r2=1.18
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Row.cc.diff?cvsroot=ppl&r1=1.8&r2=1.9
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Row.defs.hh.diff?cvsroot=ppl&r1=1.8&r2=1.9




More information about the PPL-devel mailing list