Skip to content

Commit 3365ca1

Browse files
committed
Compare by phi only
1 parent a7e4dea commit 3365ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/abstract-interpretation/src/bdd_control.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1351,7 +1351,7 @@ impl Hash for HashableControlState {
13511351

13521352
impl PartialEq for HashableControlState {
13531353
fn eq(&self, other: &Self) -> bool {
1354-
self.0 == other.0
1354+
self.0.phi == other.0.phi
13551355
}
13561356
}
13571357

0 commit comments

Comments
 (0)