I am using Z3 solver and adding and tracking specific assertions. I am carrying out my analysis in itterations. I was wondering if it is possible to remove one specific assertion and replace it with another?
Asked
Active
Viewed 106 times
1 Answers
2
Yes, that is possible, but only indirectly, either via assumptions (which can be disabled later), or by using push/pop. See also the following posts and the links provided there:

Community
- 1
- 1

Christoph Wintersteiger
- 8,234
- 1
- 16
- 30