git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1091
e59a4935-1847-0410-ae03-
e826735625c1
{
ASTVec v;
ASTVec toProcess = actualInputterm.GetChildren();
- if (actualInputterm.GetKind() == BVAND || actualInputterm.GetKind() == BVOR)
+ if (actualInputterm.GetKind() == BVAND || actualInputterm.GetKind() == BVOR || actualInputterm.GetKind() == BVPLUS)
{
// If we didn't flatten these, then we'd start flattening each of these
// from the bottom up. Potentially creating tons of the nodes along the way.