replace isl_basic_set_constraint by refcounted isl_constraint
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 14 Dec 2008 22:03:59 +0000 (23:03 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 14 Dec 2008 22:04:05 +0000 (23:04 +0100)
commitfd3d493f2b23708fb7a232675896a4ddfa12093d
treece1130e3b0b7de6c2edae80fbf266a67e6a40d86
parent49e6195ea8560fb07832f8299d4859916c3b60fa
replace isl_basic_set_constraint by refcounted isl_constraint

The new isl_constraint should hopefully be more consistent with
the other isl_ structures than the old isl_basic_set_constraint.
include/isl_constraint.h
include/isl_dim.h
isl_constraint.c