simulate.h
External header file
simulate.c
Simulator routines
simulateCmd.c
Model Checker Simulator Commands

simulate.h

External header file

By: Andrea Morichetti


simulate.c

Simulator routines

By: Andrea Morichetti

This file contains functions for image computation, for state picking in a set (according to three different policies), for states display and constraints insertion.

simulate_sigterm()
Signal handler
pick_state_rnd_or_det()
Extracts a minterm from a given BDD
store_and_print_trace()
Stores a trace in the hash table and prints it.
Simulate_MultipleSteps()
Multiple step simulation
Simulate_ChooseOneState()
Chooses one state among future states
Simulate_CmdPickOneState()
required
Simulate_CmdShowTraces()
required
show_next_states()
Prints an array of states on nusmv_stdout.
print_trace()
required

simulateCmd.c

Model Checker Simulator Commands

By: Andrea Morichetti

This file contains commands to be used for the simulation feature.

See Alsosimulate.c

Simulate_Init()
Initializes the simulate package.
Simulate_End()
Quits the simulate package
CommandPickState()
Picks a state from the set of initial states
CommandShowTraces()
Shows the traces generated in a NuSMV session
CommandSimulate()
Performs a simulation from the current selected state

Last updated on 1021107 13h03