isl_basic_map: put inequalities before equalities
commit9eb1488b45b11d87bb72e121ee11d994268ffe72
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 26 Feb 2009 15:38:45 +0000 (26 16:38 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 8 Mar 2009 20:23:48 +0000 (8 21:23 +0100)
tree99984acdc2a6f41a9646e0b073c1095ec1f7cbc9
parentb3b386039791175a93c3c55c4a6b08f4b8d1f7a4
isl_basic_map: put inequalities before equalities

When confronted with a list of inequalities that need to be
turned into equalities, we want to handle the inequalities
in the same order in which we handle inequalities that can
be removed.  Eventually, we would want to do these at the
same time.
isl_affine_hull.c
isl_constraint.c
isl_map.c