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 there are a few hardcoded and ad-hoc flags passed to the yices solver. These should be factored out into either a configuration flag or they should be computed automatically.
Specifically: in Language.ASL the executionFeatures function has a hardcoded timeout of 5 seconds and a list of instructions which require the path satisfiability feature to be turned on in order to successfully pass simulation.
The text was updated successfully, but these errors were encountered:
Currently there are a few hardcoded and ad-hoc flags passed to the yices solver. These should be factored out into either a configuration flag or they should be computed automatically.
Specifically: in
Language.ASL
theexecutionFeatures
function has a hardcoded timeout of 5 seconds and a list of instructions which require the path satisfiability feature to be turned on in order to successfully pass simulation.The text was updated successfully, but these errors were encountered: