CVSROOT: /cvs/ppl
Module name: ppl
Changes by: ericci(a)cs.unipr.it 2002-10-24 15:45:26
Modified files:
src : LinExpression.cc
Log message:
Corrected the bug in operator-=(LinExpression& e1, const LinExpression& e2):
if e1.size() < e2.size(), we compute a copy e of e1 with the dimension
of e2 and then we compute e - e2.
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/LinExpression.cc.diff?cvs…
CVSROOT: /cvs/ppl
Module name: ppl
Branch: alt_nnc
Changes by: ericci(a)cs.unipr.it 2002-10-23 12:19:19
Modified files:
src : Polyhedron.cc
Log message:
Corrected a problem in Polyhedron::is_BBRZ02_stabilizing(x, y): the vector
`x_num_rays' must have `x.gen_sys.num_columns() - 1' elements and
not `x.space_dimension()'. We have done the same change for the vector
`y_num_rays'.
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Polyhedron.cc.diff?cvsroo…
CVSROOT: /cvs/ppl
Module name: ppl
Branch: alt_nnc
Changes by: ericci(a)cs.unipr.it 2002-10-23 10:09:10
Modified files:
src : Polyhedron.cc
Log message:
Modified Polyhedron::is_BBRZ02_stabilizing(x, y) so that if `x' and `y'
are not necessarily closed we compute the number of their points and
closure points and not only the number of their closure points.
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Polyhedron.cc.diff?cvsroo…