mirror of
https://github.com/Z3Prover/z3
synced 2025-08-21 02:30:23 +00:00
parent
31e75d1401
commit
7f7663a3b4
3 changed files with 26 additions and 3 deletions
|
@ -1207,7 +1207,7 @@ bool theory_seq::find_branch_candidate(unsigned& start, dependency* dep, expr_re
|
|||
switch (ctx.get_assignment(lit)) {
|
||||
case l_true: break;
|
||||
case l_false: start = 0; return true;
|
||||
case l_undef: ctx.force_phase(~lit); start = 0; return true;
|
||||
case l_undef: ctx.mark_as_relevant(lit); ctx.force_phase(~lit); start = 0; return true;
|
||||
}
|
||||
}
|
||||
set_conflict(dep, lits);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue