Skip to content

Commit

Permalink
wrong unit for xor in aig tactic #5722
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Dec 22, 2021
1 parent f11fcec commit 4d8bf2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tactic/aig/aig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ struct aig_manager::imp {
aig_lit r;
switch (num) {
case 0:
r = m.m_true;
r = m.m_false;
break;
case 1:
r = m_result_stack[spos];
Expand Down

0 comments on commit 4d8bf2a

Please sign in to comment.