4tXJ7f / cvc5

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

Multiple copies of PreprocessingPassRegistry #3

Closed 4tXJ7f closed 7 years ago

4tXJ7f commented 7 years ago

Each instance of an SMTEngine should get its own copy of the PreprocessingPassRegistry.

4tXJ7f commented 7 years ago

This is now the case