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:
parent
438389771d
commit
98f4b5103e
8 changed files with 248 additions and 466 deletions
|
@ -78,7 +78,7 @@ public:
|
|||
try {
|
||||
res = m_sls->check();
|
||||
}
|
||||
catch (z3_exception& ex) {
|
||||
catch (z3_exception&) {
|
||||
m_sls->collect_statistics(m_st);
|
||||
throw;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue