We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d7b9b commit e9f5711Copy full SHA for e9f5711
src/solvers/flattening/boolbv_quantifier.cpp
@@ -178,7 +178,7 @@ Function: instantiate_quantifier
178
bool instantiate_quantifier(exprt &expr,
179
const namespacet &ns)
180
{
181
- if(not(expr.id()==ID_forall || expr.id()==ID_exists))
+ if(!(expr.id()==ID_forall || expr.id()==ID_exists))
182
return true;
183
184
assert(expr.operands().size()==2);
0 commit comments