Skip to content

Failed to SIMULATE #80

Answered by andreaskatis
lht011129 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @lht011129 ,

Thank you for trying out FRET! The SIMULATE button is disabled because FRET checks whether NuSMV is installed, by checking the output of a call to a nusmv command. Our next release, which is coming up pretty soon, addresses this in a more robust way. In the meantime, you have two ways to resolve this locally:

  1. Rename the NuSMV binary to nusmv, that is:
mv /home/szy/Desktop/NuSMV-2.6.0-Linux/bin/NuSMV /home/szy/Desktop/NuSMV-2.6.0-Linux/bin/nusmv
  1. Create a symbolic link called nusmv , pointing to the NuSMV binary. You can do so by running
ln -s /home/szy/Desktop/NuSMV-2.6.0-Linux/bin/NuSMV /home/szy/Desktop/NuSMV-2.6.0-Linux/bin/nusmv

Please don't forget to let us know …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by lht011129
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants