3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-26 04:56:03 +00:00

refactor basic plugin and clause generation

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2024-08-15 14:04:03 -07:00
parent 438389771d
commit 98f4b5103e
8 changed files with 248 additions and 466 deletions

View file

@ -78,7 +78,7 @@ public:
try {
res = m_sls->check();
}
catch (z3_exception& ex) {
catch (z3_exception&) {
m_sls->collect_statistics(m_st);
throw;
}