isl_tab_pip.c: find_solutions: break when context becomes empty
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 31 Jan 2010 17:29:12 +0000 (18:29 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 31 Jan 2010 20:15:47 +0000 (21:15 +0100)
commita89841ad16a6a9bc35b55d240dde0101fe5b4a61
tree80448b5bc98d7da03658e6339d9cb1aabe8f824a
parent1d74edc8b48d8585dffb91ea0b4eb4592c2ce368
isl_tab_pip.c: find_solutions: break when context becomes empty

Normally, find_solutions: always operates on a non-empty context.
However, when we discover a pure-parametric cut in the main
tableau, the result of adding this cut to the context may be
an empty context.  In this case, we need to break out off the
main loop, because most code assumes the context is non-empty.
isl_tab_pip.c