git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1398
e59a4935-1847-0410-ae03-
e826735625c1
asserts = ASTNode();
query = ASTNode();
}
+
+ // Currently for testcase12.stp.smt2 we spend 3 seconds running the destructors,
+ // the total runtime is 17 seconds, so about 20% of runtime is spent destructing
+ // which is wasted work because the process is going to be killed anyway.
+ if (bm->UserFlags.isSet("fast-exit", "1"))
+ exit(0);
+
AssertsQuery->clear();
delete AssertsQuery;