CVSROOT: /cvs/ppl Module name: ppl Changes by: ericci@cs.unipr.it 2001-11-02 17:22:58 Modified files: src : Polyhedron.cc Polyhedron.defs.hh tests : addconstraints1.cc append1.cc append2.cc error3.cc permute.cc Log message: The Polyhedron::add_constraints now is Polyhedron::add_constraints_and_minimize, while Polyhedron::add_constraints_lazy now is only Polyhedron::add_constraints. The Polyhedron::convex_hull_assign now is Polyhedron::convex_hull_assign_and_minimize, while Polyhedron::convex_hull_assign_lazy now is Polyhedron::convex_hull_assign. Patches: http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Polyhedron.cc.diff?cvsroot=ppl&r1=1.71&r2=1.72 http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Polyhedron.defs.hh.diff?cvsroot=ppl&r1=1.60&r2=1.61 http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/tests/addconstraints1.cc.diff?cvsroot=ppl&r1=1.1&r2=1.2 http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/tests/append1.cc.diff?cvsroot=ppl&r1=1.4&r2=1.5 http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/tests/append2.cc.diff?cvsroot=ppl&r1=1.6&r2=1.7 http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/tests/error3.cc.diff?cvsroot=ppl&r1=1.7&r2=1.8 http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/tests/permute.cc.diff?cvsroot=ppl&r1=1.9&r2=1.10