isl_basic_set_lineality_space: allow local variables in input
Even though lineality spaces are originally defined on rational sets,
in particular sets without local variables, the same mechanism
still makes sense on sets with local variables.
Allow them to ensure that isl_basic_set_lineality_space can
be applied to any basic set.
This will allow isl_basic_set_lineality_space to be used
as a basis for an isl_union_set_combined_lineality_space,
without having to worry about local variables,
even though the initial use case for isl_union_set_combined_lineality_space
will not actually use it on sets with local variables.
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>