change calling conventions of isl_basic_set_has_defining_{,in}equalit{y,ies}
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 28 Dec 2008 16:28:29 +0000 (17:28 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 6 Jan 2009 18:09:20 +0000 (19:09 +0100)
commit98398e41f595bfa12cf1dc7cf4d83ae96f222c0d
treedc03e67ce1c89dfa29b7b7a4c3f90b902b402341
parent2d2ed679d53832eab3110cd159ae53747c5181d9
change calling conventions of isl_basic_set_has_defining_{,in}equalit{y,ies}

Before, these functions would only allow detection of defining
(in)equalities on set dimensions.  Rather than providing new
functions for detection on other kinds of variables, we generalize
the existing implementation to handle all kinds of variables.
include/isl_constraint.h
isl_constraint.c