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

add hook for in-processing simplification for NLA

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-10-25 15:09:21 -07:00
parent 6ba151599e
commit e2db2b864b
4 changed files with 9 additions and 27 deletions

View file

@ -1091,6 +1091,8 @@ public:
void restart_eh() {
m_arith_eq_adapter.restart_eh();
if (m_nla)
m_nla->simplify();
}
void relevant_eh(app* n) {