You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In function Ree_ManComputeCuts(\abc\src\proof\acec\acecRe.c), I find that in the end of the function the code use function Ree_ManRemoveTrivial to remove HA whose AND2 is part of XOR2 without additional fanout. But I don't know why? In my opinion, Ree_ManComputeCuts can be used to find HA and FA. So, I think there is need to remove them.
In function Ree_ManComputeCuts(\abc\src\proof\acec\acecRe.c), I find that in the end of the function the code use function Ree_ManRemoveTrivial to remove HA whose AND2 is part of XOR2 without additional fanout. But I don't know why? In my opinion, Ree_ManComputeCuts can be used to find HA and FA. So, I think there is need to remove them.
Therefore, I wanna know why authors use the function Ree_ManRemoveTrivial. Thanks.
The text was updated successfully, but these errors were encountered: