mirror of
https://github.com/Z3Prover/z3
synced 2025-08-10 13:10:50 +00:00
parent
74890ca1c8
commit
62b8394bdd
2 changed files with 2 additions and 1 deletions
|
@ -181,6 +181,7 @@ namespace smt {
|
|||
enode * m_node2;
|
||||
public:
|
||||
eq_propagation_justification(enode * n1, enode * n2):m_node1(n1), m_node2(n2) {
|
||||
SASSERT(n1 != n2);
|
||||
}
|
||||
|
||||
virtual void get_antecedents(conflict_resolution & cr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue