CVSROOT: /cvs/ppl
Module name: ppl
Changes by: ericci(a)cs.unipr.it 2002-10-02 12:05:58
Modified files:
src : ConSys.cc
Log message:
Modified ConSys::adjust_topology_and_dimension() so that if the system
of constraints was sorted, does not contains strict inequalities and
is not necessarily closed and if the new topology is NECESSARILY_CLOSED,
we sort the system again.
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/ConSys.cc.diff?cvsroot=pp…
CVSROOT: /cvs/ppl
Module name: ppl
Changes by: zaffanella(a)cs.unipr.it 2002-10-02 09:47:31
Modified files:
tests : Makefile.am
Added files:
tests : topclosed3.cc
Log message:
Added a new test on the topological closure check.
It shows that an unmatched closure point lying on the same line of
a point, after performing minimization, is converted by back_substitute()
into the corresponding matched closure point: this property is needed
to ensure the correctness of the current implementation.
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/tests/topclosed3.cc.diff?cvsr…http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/tests/Makefile.am.diff?cvsroo…