add isl_schedule_constraints_read_from_file
commit02b46ffb3ac61a336371d5c8aaf4a6d32e132e56
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 3 Apr 2016 15:32:27 +0000 (3 17:32 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 4 Sep 2016 20:05:47 +0000 (4 22:05 +0200)
tree600cbce99e77ff8a63b7ed2c85d7c9a30f8b7b9d
parentbc3a41e86130a73e53d31588bdb5943128e071f7
add isl_schedule_constraints_read_from_file

This will be useful for the isl_schedule application introduced
in the next commit.

In order to allow for some flexibility, the values of the fields
may be specified directly or inside strings.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Makefile.am
doc/user.pod
include/isl/schedule.h
isl_schedule_constraints.c
read_in_string_templ.c [new file with mode: 0644]