CVSROOT: /cvs/ppl
Module name: ppl
Changes by: ericci(a)cs.unipr.it 2001-10-30 14:54:12
Modified files:
src : Polyhedron.defs.hh
Log message:
We do not have any exception if we use the function Polyhedron::constraints()
with an empty polyhedron of the function Polyhedron::generators() with
a zero-dimensional polyhedron.
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Polyhedron.defs.hh.diff?c…
CVSROOT: /cvs/ppl
Module name: ppl
Changes by: roberto(a)cs.unipr.it 2001-10-30 14:47:51
Modified files:
interfaces/Prolog/SICStus: ppl_sicstus.cc
Log message:
Use '='/2 instead of '=='/2 to denote equality.
Fixed a bug whereby the sign of the inhomogeneous term
of constraints was inverted.
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/interfaces/Prolog/SICStus/ppl…
CVSROOT: /cvs/ppl
Module name: ppl
Changes by: ericci(a)cs.unipr.it 2001-10-30 14:30:18
Modified files:
src : Polyhedron.cc
Log message:
In functions Polyhedron::insert used the function space_dimension() (of
a constraint or of a generator) instead of size() - 1.
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Polyhedron.cc.diff?cvsroo…