mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 03:57:51 +00:00
n
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
91c95aab16
commit
59acd77981
5 changed files with 17 additions and 8 deletions
|
@ -208,7 +208,7 @@ namespace polysat {
|
|||
}
|
||||
|
||||
unsigned ule_constraint::hash() const {
|
||||
return mk_mix(lhs().hash(), rhs().hash(), 23);
|
||||
return mk_mix(lhs().hash(), rhs().hash(), kind());
|
||||
}
|
||||
|
||||
bool ule_constraint::operator==(constraint const& other) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue