We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad717ba commit fbb2194Copy full SHA for fbb2194
src/cprover/chc_db.h
@@ -79,7 +79,7 @@ class horn_clauset
79
{
80
if(can_cast_expr<implies_exprt>(m_chc.where()))
81
82
- return (can_cast_expr<function_application_exprt>(*head()));
+ return !(can_cast_expr<function_application_exprt>(*head()));
83
}
84
return false;
85
0 commit comments