Go to the first, previous, next, last section, table of contents.
NuSMV
allows for interactively modifying the Kripke
structure. This can be done by changing the transition relation, the
initial states, or adding new fairness constraints. To
activate the modification mode, it is necessary to save the model with
the command dump_model
. The saved model can be restored after the
modifications with the command restore_model
.
Monolithic
' partition method.
INIT
declaration in the
original input file. Before executing this command, the
dump_model
command must have been executed.
TRANS
statement in the original input
file. Before executing this command, the
dump_model
command must have been executed.
FAIRNESS
statement in the original input file. Before executing
this command, the dump_model
command must have been executed.
add_fairness
,
add_init
and add_trans
commands issued inside the model
inspection session, i.e. after the dump_model
command.