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:
parent
6ba151599e
commit
e2db2b864b
4 changed files with 9 additions and 27 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue