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:
parent
5b0d49cd76
commit
5e62984178
13 changed files with 532 additions and 191 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue