within the python interface of Z3 variables can be created via methods: Int, Real, ....
Does anybody know whether these methods can be called concurrently in python? That means, are those methods threadsafe?
I would like to create variables concurrently.
Thanks,