You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CBMC replaces array copy by a built-in statement array_copy or array_replace. 2LS currently doesn't support these, which makes analysis of programs using such operations fail.
Usage of the mentioned operations is currently disabled in competition mode by local_SSAt::disable_unsupported_instructions.
The text was updated successfully, but these errors were encountered:
CBMC replaces array copy by a built-in statement
array_copy
orarray_replace
. 2LS currently doesn't support these, which makes analysis of programs using such operations fail.Usage of the mentioned operations is currently disabled in competition mode by
local_SSAt::disable_unsupported_instructions
.The text was updated successfully, but these errors were encountered: