3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-13 18:54:43 +00:00
This commit is contained in:
Jakob Rath 2022-11-28 18:11:51 +01:00
parent c488a766b5
commit a3767b177c
3 changed files with 6 additions and 3 deletions

View file

@ -137,7 +137,6 @@ namespace polysat {
return s.m_viable.intersect(p0, q0, sc);
}
unsigned umul_ovfl_constraint::hash() const {
return mk_mix(p().hash(), q().hash(), kind());
}