mirror of
https://github.com/Z3Prover/z3
synced 2026-03-02 11:46:55 +00:00
add resolved attribute
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e50c612068
commit
eb9bfbb3d8
4 changed files with 20 additions and 2 deletions
|
|
@ -477,7 +477,8 @@ namespace polysat {
|
|||
while (search_it.next()) {
|
||||
LOG("search state: " << m_search);
|
||||
LOG("Conflict: " << m_conflict);
|
||||
auto const& item = *search_it;
|
||||
auto& item = *search_it;
|
||||
search_it.set_resolved();
|
||||
LOG_H2("Working on " << search_item_pp(m_search, item));
|
||||
if (item.is_assignment()) {
|
||||
// Resolve over variable assignment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue