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
Currently, any file that's passed by the AI model into ESBMC is placed in temp directory created in the CWD of the user. The file is always called temp.c regardless if it is a java file or any other file whatsoever. A different approach needs to be designed with the following features:
Language agnostic: If it is a different language to C, save it in its respective language. This is because ESBMC will not be able to detect any other languages if the files are all saved as C.
Move the temp folder to /tmp and windows equivalent... On Linux consider the $HOME/.cache folder.
The text was updated successfully, but these errors were encountered:
Currently, any file that's passed by the AI model into ESBMC is placed in
temp directory created in the CWD of the user. The file is always called
temp.c regardless if it is a java file or any other file whatsoever. A
different approach needs to be designed with the following features:
- Language agnostic: If it is a different language to C, save it in
its respective language. This is because ESBMC will not be able to detect
any other languages if the files are all saved as C.
- Move the temp folder to /tmp and windows equivalent...
—
Reply to this email directly, view it on GitHub
<#28>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA4F4HM6NK5E4JUXORSG643XGWAWZANCNFSM6AAAAAAYF3RCAE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
Currently, any file that's passed by the AI model into ESBMC is placed in
temp
directory created in the CWD of the user. The file is always calledtemp.c
regardless if it is a java file or any other file whatsoever. A different approach needs to be designed with the following features:/tmp
and windows equivalent... On Linux consider the$HOME/.cache
folder.The text was updated successfully, but these errors were encountered: