3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-08 04:01:22 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-07-31 09:13:50 -07:00
parent 27114ce9dd
commit 8bd0407adf
2 changed files with 7 additions and 5 deletions

View file

@ -148,6 +148,7 @@ namespace smt {
m_node1(n1),
m_node2(n2),
m_js(js) {
SASSERT(n1 != n2);
}
virtual void get_antecedents(conflict_resolution & cr);