reverse meaning of isl_basic_map_{less,more}_at
authorSven Verdoolaege <skimo@purples.(none)>
Wed, 9 Sep 2009 12:54:16 +0000 (14:54 +0200)
committerSven Verdoolaege <skimo@purples.(none)>
Wed, 9 Sep 2009 12:54:22 +0000 (14:54 +0200)
commit7cc3a7498306494ff6151645e5ac3535c158ba7f
tree6c3b72728d7b99e9a16833ef1e441ffe0e335aba
parentd6c07169cf06b470917ec530be46493a1c088f99
reverse meaning of isl_basic_map_{less,more}_at

Before, these functions were interpreted as returning maps that map elements
to elements that are less/more.
Now, they are interpreted as returning relations that express
the concept of being less/more, i.e., the elements in the domain
are now less/more than the elements in the range.
isl_map.c