pet_context: keep track of domain set rather than domain space
commit95323bbe7fe302cd88ff86ba0439af481034716c
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 9 Mar 2014 14:04:03 +0000 (9 15:04 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 25 Mar 2014 13:36:27 +0000 (25 14:36 +0100)
tree5e272be7dfd436f15330efb814ea5eff889621e1
parent01c4b9ec7d3d2d16f6f19ff58c5de07aea95d936
pet_context: keep track of domain set rather than domain space

We want to change the extraction of a pet_scop from a pet_tree
from a bottom-up process to a top-down process.
The constraints derived from the outer constructs will be stored
in the pet_context, which means that it needs to keep track of
a set rather than of just a space.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
context.c
context.h
scan.cc