-
ltl.h
- External header file
-
ltlInt.h
- Internal header file
-
ltl.c
- Routines to perform reduction of LTL model checking to
CTL model checking.
-
ltlCmd.c
- Shell commands to deal with the LTL model checking.
ltl.h
External header file
By: Marco Roveri
See Alsomc
ltlInt.h
Internal header file
By: Marco Roveri
ltl.c
Routines to perform reduction of LTL model checking to
CTL model checking.
By: Marco Roveri
Here we perform the reduction of LTL model checking to
CTL model checking. The technique adopted has been taken from [1
See Alsomc
-
()
- The LTL to NuSMV translator.
-
check_ltlspec()
- The main routine to perform LTL model checking.
-
print_ltlspec()
- Print the LTL specification.
-
check_LtlSpecInt()
- Verifies if M,s_0 |= LTL2CTL
ltlCmd.c
Shell commands to deal with the LTL model checking.
By: Marco Roveri
Shell commands to deal with the LTL model checking.
See Alsomc
-
Ltl_Init()
- Initializes the ltl package.
-
CommandCheckLtlSpec()
- Performs LTL model checking
Last updated on 990908 16h51