split off isl_schedule_constraints code from scheduler code
commit0b7c9592fe6a1c7046be0958830108303110c509
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 16 May 2016 16:13:18 +0000 (16 18:13 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 4 Sep 2016 20:05:46 +0000 (4 22:05 +0200)
tree41135096447056d88f844b7379c331eda32564c3
parent1563a87b8d2caa1cb4b98cb291f43afe37914c90
split off isl_schedule_constraints code from scheduler code

Although there is a strong connection between the two,
the separated code is more manageable, especially since more
isl_schedule_constraints related code will be added soon.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Makefile.am
isl_schedule_constraints.c [new file with mode: 0644]
isl_schedule_constraints.h [new file with mode: 0644]
isl_scheduler.c