Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yvizel committed Feb 24, 2025
1 parent ad717ba commit fbb2194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cprover/chc_db.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class horn_clauset
{
if(can_cast_expr<implies_exprt>(m_chc.where()))
{
return (can_cast_expr<function_application_exprt>(*head()));
return !(can_cast_expr<function_application_exprt>(*head()));
}
return false;
}
Expand Down

0 comments on commit fbb2194

Please sign in to comment.