isl_tab_pip.c: extract out shared sol_init
commit0846c0558c52ccedc4da25107c0b68dd15e8f7dd
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 6 Jul 2016 08:36:57 +0000 (6 10:36 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 3 Jan 2017 11:41:54 +0000 (3 12:41 +0100)
tree23adfeb54049839c4b8faf638f6d9fd85ba2fcb5
parentea849ed234d53fdf26b5da362d16529e969e0e88
isl_tab_pip.c: extract out shared sol_init

In particular, extract out the part of the initialization that
does not depend on the particular implementation.
This reduces some code duplication and makes it easier
to change the common part of the initialization.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_tab_pip.c