4tXJ7f / cvc5

CVC4 is an efficient open-source automatic theorem prover for satisfiability modulo theories (SMT) problems.
Other
2 stars 5 forks source link

Make accesses to NodeManager consistent #2

Closed 4tXJ7f closed 7 years ago

4tXJ7f commented 7 years ago

For all PreprocessingPasses, make sure that accesses to the NodeManager happen through the thread_local variable, i.e. NodeManager::currentNM() and not through the SMT engine.