mirror of
https://github.com/Z3Prover/z3
synced 2025-06-22 05:43:39 +00:00
streamline pb solver interface and naming after removal of xor
This commit is contained in:
parent
13f05ae9dc
commit
026065ff71
73 changed files with 1131 additions and 1201 deletions
|
@ -77,7 +77,7 @@ namespace smt {
|
|||
}
|
||||
|
||||
bool almost_cg_table::cg_eq::operator()(enode * n1, enode * n2) const {
|
||||
if (n1->get_owner()->get_decl() != n2->get_owner()->get_decl())
|
||||
if (n1->get_expr()->get_decl() != n2->get_expr()->get_decl())
|
||||
return false;
|
||||
unsigned num_args = n1->get_num_args();
|
||||
if (num_args != n2->get_num_args())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue