Installing NuSMV:
brew install nusmv
-- Installs the NuSMV CLI on your MAC. For other operating systems, google it.
- Open NuSMV in the terminal
nusmv -int
- Read the NuSMV model file:
$read_model -i {FILE_NAME}.smv
$flatten_hierarchy
$encode_variables
- To verify the model against requirement, use:
$check_ltlspec -p "G {YOUR_EXPRESSION}"