CVSROOT: /cvs/ppl Module name: ppl Changes by: ericci@cs.unipr.it 2001-11-05 11:36:50 Modified files: src : ConSys.cc ConSys.defs.hh GenSys.cc GenSys.defs.hh Polyhedron.cc Polyhedron.defs.hh tests : affinetrans.cc error2.cc Log message: Changed the name of some functions: Polyhedron::assign_variable --> Polyhedron::affine_image Polyhedron::substitute_variable --> Polyhedron::affine_preimage GenSys::assign_variable --> GenSys::affine_image ConSys::substitute_variable --> ConSys::affine_preimage The new names are used in the examples and in the tests. Patches: http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/ConSys.cc.diff?cvsroot=ppl&r1=1.18&r2=1.19 http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/ConSys.defs.hh.diff?cvsroot=ppl&r1=1.26&r2=1.27 http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/GenSys.cc.diff?cvsroot=ppl&r1=1.19&r2=1.20 http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/GenSys.defs.hh.diff?cvsroot=ppl&r1=1.35&r2=1.36 http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Polyhedron.cc.diff?cvsroot=ppl&r1=1.82&r2=1.83 http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Polyhedron.defs.hh.diff?cvsroot=ppl&r1=1.63&r2=1.64 http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/tests/affinetrans.cc.diff?cvsroot=ppl&r1=1.4&r2=1.5 http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/tests/error2.cc.diff?cvsroot=ppl&r1=1.7&r2=1.8