mirror of
https://github.com/Z3Prover/z3
synced 2026-02-22 08:17:37 +00:00
track dependency of base-level conflict
This commit is contained in:
parent
3c822117d1
commit
1bb68a4fc1
4 changed files with 10 additions and 8 deletions
|
|
@ -253,7 +253,7 @@ namespace polysat {
|
|||
void erase_pwatch(pvar v, constraint* c);
|
||||
void erase_pwatch(constraint* c);
|
||||
|
||||
void set_conflict_at_base_level() { m_conflict.init_at_base_level(); }
|
||||
void set_conflict_at_base_level(dependency dep) { m_conflict.init_at_base_level(dep); }
|
||||
void set_conflict(signed_constraint c) { m_conflict.init(c); }
|
||||
void set_conflict(clause& cl) { m_conflict.init(cl); }
|
||||
void set_conflict_by_viable_interval(pvar v) { m_conflict.init_by_viable_interval(v); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue