mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 08:35:31 +00:00
Update viable2.cpp
This commit is contained in:
parent
69a17d0c60
commit
a5fdf6ba8a
1 changed files with 5 additions and 0 deletions
|
@ -72,6 +72,11 @@ namespace polysat {
|
|||
if (e && e->interval.is_full())
|
||||
return;
|
||||
|
||||
if (ne->interval.is_currently_empty()) {
|
||||
m_alloc.push_back(ne);
|
||||
return;
|
||||
}
|
||||
|
||||
auto create_entry = [&]() {
|
||||
m_trail.push_back({ v, ne });
|
||||
s.m_trail.push_back(trail_instr_t::viable_add_i);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue