[PPL-devel] ppl/src Polyhedron.cc

Elisa Ricci ericci at spartacus.cs.unipr.it
Fri Oct 26 12:14:54 CEST 2001


CVSROOT:	/cvs/ppl
Module name:	ppl
Branch: 	space_dim
Changes by:	ericci at cs.unipr.it	2001-10-26 12:14:54

Modified files:
	src            : Polyhedron.cc 

Log message:
	Added the dimension-consistency check in the function add_constraints_lazy
	and add_generators.
	In functions add_constraints and add_generators we use
	if(check_empty())
	instead of
	minimize()
	if(is_empty())
	In functions add_constraints and add_constraints_lazy we resize the
	matrix of constraints that we add if
	num_columns - 1 < space_dimension().

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




More information about the PPL-devel mailing list