pilp solver: don't ignore feasibility test on context
commit949b82ec291d3924912d094be2b4705d796af3fd
authorSven Verdoolaege <skimo@purples.(none)>
Fri, 4 Sep 2009 21:39:57 +0000 (4 23:39 +0200)
committerSven Verdoolaege <skimo@purples.(none)>
Fri, 4 Sep 2009 21:39:57 +0000 (4 23:39 +0200)
tree5581d1360a38c6f1ff06ba42807156631a287dee
parent22c210cb91b56e8bca8924dd0d88296155fe3311
pilp solver: don't ignore feasibility test on context

In the initial implementation, the sample point of the context was
kept integer.  This was later changed in such a way that now the
sample point is just lexico-smallest rational value.
This means that after checking for an integer point, we rollback
until the state before we performed this check.
However, the results of the feasibility test were only checked
after the rollback, completely ignoring the actual results of
the feasibility test.
isl_tab_pip.c