
CVSROOT: /cvs/ppl Module name: ppl Changes by: ericci@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... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/GenSys.cc.diff?cvsroot=ppl... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Row.cc.diff?cvsroot=ppl&am... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Row.defs.hh.diff?cvsroot=p...