add isl_aff
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 16 Apr 2011 14:23:57 +0000 (16:23 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 16 May 2011 16:05:39 +0000 (18:05 +0200)
commit9516f87ddbf017825a8ac9c0547f0e55e28c9c0c
tree8b37743127b21c535193009ea9d41432fe63f964
parentb23d33327513dd152232b401e4d92820a986bfb1
add isl_aff

Affine expressions will be used in a subsequent commit to specify
the objective function for an ILP problem, but they should hopefully
be more generally useful.

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