mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 16:52:15 +00:00
some simplifications based on #4178
This commit is contained in:
parent
269522127b
commit
f0d33ddddb
8 changed files with 32 additions and 9 deletions
|
@ -36,6 +36,7 @@ static void sort_args(expr * & l1, expr * & l2, expr * & l3) {
|
|||
l1 = args[0]; l2 = args[1]; l3 = args[2];
|
||||
}
|
||||
|
||||
|
||||
void bit_blaster_cfg::mk_xor3(expr * l1, expr * l2, expr * l3, expr_ref & r) {
|
||||
TRACE("xor3", tout << "#" << l1->get_id() << " #" << l2->get_id() << " #" << l3->get_id(););
|
||||
sort_args(l1, l2, l3);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue