Is there a way for us to get how many constraints were added into the solver? For example, we initialize a z3 solver s = Solver()
and then adding constraints to it using s.add()
. How can we get the number of constraints which were finally added to the solver?
1
votes
It's customary to either "accept" answers or indicate why they don't work for you with a comment so other users have some feedback on whether the issue is resolved.
– alias