mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 10:20:23 +00:00
delay load specrels
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
541658fe02
commit
e2f5c1f7c8
4 changed files with 19 additions and 16 deletions
|
@ -108,7 +108,6 @@ public:
|
|||
updt_params(p);
|
||||
SASSERT(!m_som || m_flat); // som of monomials form requires flattening to be enabled.
|
||||
SASSERT(!m_som || !m_hoist_mul); // som is mutually exclusive with hoisting multiplication.
|
||||
updt_params(p);
|
||||
}
|
||||
|
||||
ast_manager & m() const { return Config::m(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue