Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fbb2194

Browse files
committedFeb 24, 2025
Small fix
1 parent ad717ba commit fbb2194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/cprover/chc_db.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class horn_clauset
7979
{
8080
if(can_cast_expr<implies_exprt>(m_chc.where()))
8181
{
82-
return (can_cast_expr<function_application_exprt>(*head()));
82+
return !(can_cast_expr<function_application_exprt>(*head()));
8383
}
8484
return false;
8585
}

0 commit comments

Comments
 (0)
Please sign in to comment.