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 dec369d commit 66d6fa8Copy full SHA for 66d6fa8
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