Hi all,<div><br></div><div>I'm trying to compare two callgraphs and don't seem to be making any progress.</div><div>I construct the first callgraph, and add all of its edges to a list. I do the same for the second callgraph (G.<span style="font-style: italic;">reset</span>() is called in-between). </div><div><br></div><div>I compare the two edge lists by iterating over one and checking if every edge is found in the second list. But, Edge.equals() doesn't seem to be working correctly and this approach takes much time. </div><div><br></div><div>Any suggestion on how to go about this?</div><div><br></div><div><br></div><div>Thanks,</div><div>Abdelrahman Baz</div><div> </div>