
CVSROOT: /cvs/ppl Module name: ppl Branch: space_dim Changes by: ericci@cs.unipr.it 2001-10-27 11:49:16
Modified files: src : Polyhedron.defs.hh
Log message: Added an example for the function remove_dimensions (the example 8). In the examples when we build a polyhedron we must specify the dimension of the space if then we use the function Polyhedron::insert(Constraint). We can not do the same thing if then we want to use the function Polyhedron::insert(Generator) In fact, in this case we build the universe polyhedron and then we add the generators. To build a polyhedron starting from the system of generators we must create the system of generators and then use Polyhedron ph(gs).
Patches: http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Polyhedron.defs.hh.diff?cv...
participants (1)
-
Elisa Ricci