3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-29 09:28:45 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-02-01 17:32:19 -08:00
parent 321329d77c
commit be95ea121b
3 changed files with 4 additions and 4 deletions

View file

@ -444,7 +444,7 @@ namespace smt {
if (!gate_ctx) {
mk_enode(n, true, true, false);
set_enode_flag(v, true);
SASSERT(get_assignment(v) == l_undef);
SASSERT(get_assignment(v) == l_undef || get_assignment(l_def) != l_undef);
}
}