mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
remove nnf conversion which breaks NRA property
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1a5449c3d4
commit
680c28d083
2 changed files with 12 additions and 17 deletions
|
@ -460,7 +460,7 @@ namespace nlsat {
|
|||
|
||||
void del(bool_var b) {
|
||||
SASSERT(m_bwatches[b].empty());
|
||||
SASSERT(m_bvalues[b] == l_undef);
|
||||
//SASSERT(m_bvalues[b] == l_undef);
|
||||
m_num_bool_vars--;
|
||||
m_dead[b] = true;
|
||||
m_atoms[b] = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue