Hey guys!
I have a couple of quick questions:
[1]
Is there a simple way to create a new Context starting from another?
The idea would be:
1- Create ContextA, assert formulas, check sat, etc...
2- Create ContextB that get initialized with ContextA "state".
3- ContextB from now on has its own lifecycle.
[2]
Is there a way to remove constraints from the Context using the Python APIs? (Besides using push and pop)
I've already checked this, but since I didn't find anything I thought it was worth asking.
Thanks! :)