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
1. <code>$ brew search nusmv</code><small>Searches for NuSMV module</small><br/>
4
-
2. <code>$ brew install nusmv</code><small>Install the NuSMV module</small><br/>
5
-
</p>
6
-
<p><strong>Running NuSMV in terminal</strong><br/>
7
-
1. Open the NuSMV interactive terminal <code>$ nusmv -int</code><br/>
8
-
2. Run the following commands to read the smv file: <br/>
9
-
<code>read_model -i file_name.smv</code><br/>
10
-
<code>flatten_hierarchy</code><br/>
11
-
<code>encode_variables</code><br/>
12
-
3. To verify the model and requirements, use <code>check_ltlspec -p "G { your_expression_here }"</code>
13
-
</p>
14
-
<p><small>Note: I will add the installation instructions for windows and linux distributions soon with the state diagrams of the models presented in this codebase</small></p>
1
+
# NuSMV Model Verification Module
2
+
Installing NuSMV:
3
+
1.```brew install nusmv``` -- Installs the NuSMV CLI on your MAC. For other operating systems, google it.
0 commit comments