isl_basic_{set,map}_print_internal: use isl_printer_print_basic_{set,map}
commitb4e2336b7bb7c3b750e7e5d2d27fc763f79f12b8
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 11 Jul 2016 11:58:30 +0000 (11 13:58 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Sun, 2 Sep 2018 15:14:53 +0000 (2 17:14 +0200)
tree91bb8acf6c40fe5be18b5ae7c64f38e11964b0f4
parentc40e81ebd92023a17f9680ef522d28e552a7e35a
isl_basic_{set,map}_print_internal: use isl_printer_print_basic_{set,map}

The way the constraints were printed before is very similar
to the way isl_printer_print_basic_{set,map} prints them,
so it does not seem worth it to maintain a near duplicate implementation,
especially since there is no parser for the original output format.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
isl_map.c