mirror of
https://github.com/Z3Prover/z3
synced 2025-08-12 06:00:53 +00:00
working on mam
This commit is contained in:
parent
f33d6f89b9
commit
4b6d7ca097
15 changed files with 807 additions and 209 deletions
|
@ -83,7 +83,7 @@ namespace euf {
|
|||
|
||||
struct cg_comm_eq {
|
||||
bool & m_commutativity;
|
||||
cg_comm_eq( bool & c): m_commutativity(c) {}
|
||||
cg_comm_eq(bool & c): m_commutativity(c) {}
|
||||
bool operator()(enode * n1, enode * n2) const {
|
||||
SASSERT(n1->num_args() == 2);
|
||||
SASSERT(n2->num_args() == 2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue