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:
parent
876d7c92fb
commit
6321dabe93
3 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue