3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-12 02:04:43 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-01-23 10:59:26 -06:00
parent 876d7c92fb
commit 6321dabe93
3 changed files with 6 additions and 6 deletions

View file

@ -518,6 +518,7 @@ namespace smt {
enode * r1 = n1->get_root();
enode * r2 = n2->get_root();
if (r1 == r2) {
TRACE("add_eq", tout << "redundant constraint.\n";);
return;