mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 00:26:38 +00:00
fix
This commit is contained in:
parent
13f000942a
commit
d42d253068
1 changed files with 1 additions and 0 deletions
|
@ -262,6 +262,7 @@ namespace polysat {
|
|||
|
||||
void simplify_clause::prepare_subs_entry(subs_entry& entry, signed_constraint c) {
|
||||
entry.valid = false;
|
||||
entry.fi_record::reset();
|
||||
if (!c->is_ule())
|
||||
return;
|
||||
forbidden_intervals fi(s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue