CVSROOT: /cvs/ppl
Module name: ppl
Branch: strict
Changes by: ericci(a)cs.unipr.it 2002-03-20 11:20:57
Modified files:
tests : exceptions2.cc
Log message:
Added some other tests that show when an exception is thrown: one of them
shows that there is still a problem with the function Matrix::grow().
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/tests/exceptions2.cc.diff?cvs…
CVSROOT: /cvs/ppl
Module name: ppl
Branch: strict
Changes by: zaffanella(a)cs.unipr.it 2002-03-19 16:26:30
Modified files:
src : ConSys.cc
Log message:
Method OK() now merely calls Matrix::OK(), since there are no other
meaningful tests to perform. Overriding used just for better documenting
this fact.
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/ConSys.cc.diff?cvsroot=pp…
CVSROOT: /cvs/ppl
Module name: ppl
Branch: strict
Changes by: zaffanella(a)cs.unipr.it 2002-03-19 16:02:37
Modified files:
src : GenSys.cc
Log message:
In method OK(), no longer checking for topology mismatches between
the systems and its generators (this is already done when calling
Matrix::OK()).
No longer checking for the existence of a point, because points are
only required if the GenSys is representing a polyhedron
(check has to be performed by PolyBase::OK()).
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/GenSys.cc.diff?cvsroot=pp…
CVSROOT: /cvs/ppl
Module name: ppl
Branch: strict
Changes by: zaffanella(a)cs.unipr.it 2002-03-19 15:59:13
Modified files:
src : Matrix.cc
Log message:
Method OK() now checks for topology mismatches between the matrix
and its rows.
The check on the minimum number of columns updated to work correctly
with NNC topology matrices.
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Matrix.cc.diff?cvsroot=pp…
CVSROOT: /cvs/ppl
Module name: ppl
Branch: strict
Changes by: zaffanella(a)cs.unipr.it 2002-03-19 15:52:09
Modified files:
src : Row.cc
Log message:
In method OK(), added a check on the minimum number of coefficients
of a row (the minimum depends on the row topology).
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Row.cc.diff?cvsroot=ppl&o…