3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-05 09:37:44 +00:00

updates to repair logic, mainly arithmetic

This commit is contained in:
Nikolaj Bjorner 2024-07-21 21:03:14 -07:00
parent 5b0d49cd76
commit 5e62984178
13 changed files with 532 additions and 191 deletions

View file

@ -102,7 +102,7 @@ namespace sls {
m_arith64->mk_model(mdl);
}
void arith_plugin::repair_down(app* e) {
bool arith_plugin::repair_down(app* e) {
WITH_FALLBACK(repair_down(e));
}