add isl_printer_print_schedule_constraints and isl_schedule_constraints_to_str
commit17c955ac4c2d7e931952cf332c05feaf02f6131d
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 18 Mar 2016 15:50:36 +0000 (18 16:50 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 4 Sep 2016 20:05:47 +0000 (4 22:05 +0200)
tree5b9bcf18a4352c2cecd41cff6adff539795cf69b
parente190604292897cbcd29d4c25a761760a236feff0
add isl_printer_print_schedule_constraints and isl_schedule_constraints_to_str

In particular, extract isl_printer_print_schedule_constraints
from the original isl_schedule_constraints_dump and then
implement isl_schedule_constraints_dump and isl_schedule_constraints_to_str
on top of isl_printer_print_schedule_constraints in the generic way
for objects printed as YAML documents.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod
include/isl/schedule.h
isl_schedule_constraints.c