[PPL-devel] ppl/src Polyhedron.cc

Elisa Ricci ericci at spartacus.cs.unipr.it
Sun Nov 4 15:59:19 CET 2001


CVSROOT:	/cvs/ppl
Module name:	ppl
Changes by:	ericci at cs.unipr.it	2001-11-04 15:59:19

Modified files:
	src            : Polyhedron.cc 

Log message:
	In functions Polyhedron::update_constraints and Polyhedron::update_generators
	we only have a saturation matrix up-to-date: so, we must say that the other
	is not up-to-date.
	In function Polyhedron::assign_variable, if the transformation is not
	invertible, we must have the system of generators up-to-date, and then
	if the polyhedron is non-empty, we use the function GenSys::assign_variable
	to find the resulting polyhedron. so, we always modify the polyhedron (we do
	not modify the polyhedron if it is empty or if there are dimensional
	problems).

Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Polyhedron.cc.diff?cvsroot=ppl&r1=1.78&r2=1.79




More information about the PPL-devel mailing list