CVSROOT: /cvs/ppl
Module name: ppl
Branch: lazy
Changes by: ericci(a)cs.unipr.it 2002-11-14 09:43:33
Modified files:
src : Polyhedron.inlines.hh
tests : boundingbox1.cc
Log message:
Corrected an error in
Polyhedron::shrink_bounding_box(Box& box, Complexity_Class complexity).
Added two tests to verify this method. In boundingbox1.cc, corrected also
test10 that did not verify if the resulting box computed using POLYNOMIAL
were equal to the "known_pbox".
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Polyhedron.inlines.hh.dif…http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/tests/boundingbox1.cc.diff?cv…
CVSROOT: /cvs/ppl
Module name: ppl
Branch: lazy
Changes by: ericci(a)cs.unipr.it 2002-11-13 18:50:15
Modified files:
src : Polyhedron.cc Polyhedron.inlines.hh
Log message:
Improved Polyhedron::intersection_assign(), Polyhedron::poly_hull_assign(),
Polyhedron::add_generator(), Polyhedron::add_constraint(),
Polyhedron::concatenate_assign(), Polyhedron::add_constraints(),
Polyhedron::add_generators() and
modified Polyhedron::topological_closure_assign() and
Polyhedron::shrink_bounding_box(Box& box, Complexity_Class complexity)
in the case in which the polyhedra can have something pending.
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Polyhedron.cc.diff?cvsroo…http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Polyhedron.inlines.hh.dif…