mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
add nff and auto-relevant
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
bc2020a39b
commit
d5e5dcfe45
5 changed files with 80 additions and 13 deletions
|
@ -183,6 +183,7 @@ namespace euf {
|
|||
}
|
||||
|
||||
void solver::propagate(literal lit, ext_justification_idx idx) {
|
||||
add_auto_relevant(bool_var2expr(lit.var()));
|
||||
s().assign(lit, sat::justification::mk_ext_justification(s().scope_lvl(), idx));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue