[PPL-devel] ppl/src Polyhedron.cc

Elisa Ricci ericci at spartacus.cs.unipr.it
Tue Oct 23 19:21:43 CEST 2001


CVSROOT:	/cvs/ppl
Module name:	ppl
Changes by:	ericci at cs.unipr.it	2001-10-23 19:21:42

Modified files:
	src            : Polyhedron.cc 

Log message:
	In function assign_variable and substitute_variable we must have
	size_t num_columns = x.num_dimensions() + 1
	instead of
	size_t num_columns = x.con_sys(gen_sys).num_columns()
	because at this point we do not know which system we have.

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




More information about the PPL-devel mailing list