ppl/src C_Polyhedron.defs.hh C_Polyhedron.inli ...

CVSROOT: /cvs/ppl Module name: ppl Changes by: roberto@cs.unipr.it 2002-06-09 14:33:50
Modified files: src : C_Polyhedron.defs.hh C_Polyhedron.inlines.hh NNC_Polyhedron.defs.hh NNC_Polyhedron.inlines.hh Polyhedron.defs.hh Polyhedron.inlines.hh
Log message: Added template <class Box> C_Polyhedron::C_Polyhedron(const Box& box) and template <class Box> NNC_Polyhedron::NNC_Polyhedron(const Box& box). Added the declaration and documentation and sketched the implementation of template <class Box> Polyhedron::Polyhedron(Topology topol, const Box& box): these constructor allow to builds a polyhedron out of a generic, interval-based bounding box. Documentation of Polyhedron::shrink_bounding_box(Box& box) revised: we now promise to communicate rational numbers using fractions in canonical form. The fraction n/d is in canonical form if and only if n and d have no common factors and d is positive, 0/1 being the unique representation for zero.
Patches: http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/C_Polyhedron.defs.hh.diff?... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/C_Polyhedron.inlines.hh.di... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/NNC_Polyhedron.defs.hh.dif... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/NNC_Polyhedron.inlines.hh.... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Polyhedron.defs.hh.diff?cv... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Polyhedron.inlines.hh.diff...
participants (1)
-
Roberto Bagnara