isl_tab_pip.c: isl_partial_sol: use isl_multi_aff instead of isl_mat
commit45da07804811ba480c7379c31a91340043806120
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 30 Jun 2016 16:25:00 +0000 (30 18:25 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 3 Jan 2017 11:41:54 +0000 (3 12:41 +0100)
tree0e472bbd6fa3142b8463fd36d9dc10916401b8f6
parentcf982e6eba25693ffa99ea6d3262a1ec1fa602bf
isl_tab_pip.c: isl_partial_sol: use isl_multi_aff instead of isl_mat

isl_multi_aff objects are easier to work with and less error-prone because,
once created, they are less sensitive to changes in the representation
of the domain.  An isl_multi_aff representation will also make it possible
(in a future commit) to check for equal partial solutions that are
expressed differently.

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