isl_schedule.c: simplify computation of number of constraints
commit054eb667c206f8b9641e00e0f93f9ee7c829c62c
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 26 Mar 2012 10:20:54 +0000 (26 12:20 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 6 May 2012 12:33:06 +0000 (6 14:33 +0200)
tree60bee4ecb5ef0eb4736f4ae545a05ba48ae58d9b
parent31295c3f8a323aab111a79e82dd75de0bc8283e1
isl_schedule.c: simplify computation of number of constraints

Instead of telling count_constraints how many times it should
count any given constraint, we now tell it whether we want to
compute the number of constraints for the main LP or for the
carrying LP.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_schedule.c