mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 12:07:52 +00:00
print more information
This commit is contained in:
parent
2345fb6428
commit
0fb8c72f50
8 changed files with 53 additions and 34 deletions
|
@ -610,9 +610,9 @@ namespace polysat {
|
|||
++m_stats.m_num_conflicts;
|
||||
|
||||
SASSERT(is_conflict());
|
||||
m_conflict.begin_conflict();
|
||||
|
||||
if (m_conflict.conflict_var() != null_var) {
|
||||
m_conflict.begin_conflict("backtrack_fi");
|
||||
pvar v = m_conflict.conflict_var();
|
||||
// This case corresponds to a propagation of conflict_var, except it's not explicitly on the stack.
|
||||
// TODO: use unsat core from m_viable_fallback if the conflict is from there
|
||||
|
@ -620,6 +620,7 @@ namespace polysat {
|
|||
backtrack_fi();
|
||||
return;
|
||||
}
|
||||
m_conflict.begin_conflict("resolve_conflict");
|
||||
|
||||
search_iterator search_it(m_search);
|
||||
while (search_it.next()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue