Open rainoftime opened 4 years ago
FIrst Analysis. The problem here is getCreateLiteral()
but probably similar things can happen in other code that creates new terms without the engine running. In this case after adding term axioms it will cal run to clear the todo stack.
The problem is that creating a ccterm calls addTermAxioms recursively and that recursive call can call run, creating the same term again when inserting the axioms. In this case:
Hi, for the following formula, 1022.txt
smtinterpol commit 4e106c2bb