Gecode uses Space
s to represent the constraint satisfaction problem in progress: each time a decision point is reached, the Space
is copied.
I want to perform analysis on these spaces in progress. Is there a way to obtain the list of variables, constraints,... that are registered in a certain Space
? The API documentation doesn't seem to provide such methods.