
CVSROOT: /cvs/ppl Module name: ppl Changes by: roberto@cs.unipr.it 2001-10-15 18:13:04
Modified files: src : Polyhedron.cc Polyhedron.defs.hh tests : Makefile.am Added files: tests : empty1.cc
Log message: It is not possible to overload bool and unsigned int. New enumeration Degenerate_Kind added with vales ZERO_DIMENSIONAL and EMPTY. The constructor Polyhedron(Degenerate_Kind kind = ZERO_DIMENSIONAL) does the expected thing. The program empty1.cc exemplifies two methods of obtaining an empty polyhedron.
Patches: http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Polyhedron.cc.diff?cvsroot... 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/tests/empty1.cc.diff?cvsroot=p... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/tests/Makefile.am.diff?cvsroot...