* iface/gspn/ltlgspn.cc: Use command-line options to
select algorithms, not #defines. * iface/gspn/Makefile.am (check_PROGRAMS): Remove eltlgspn-srg, efmgspn-srg, fmgspn-rg, and fmgspn-srg and their associated source variables. These are all replaced by ltlgspn-rg and ltlgspn-srg. * iface/gspn/dcswavefm.test, iface/gspn/dcswaveltl.test, iface/gspn/dcswaveeltl.test, iface/gspn/udcsefm.test, iface/gspn/udcseltl.test, iface/gspn/udcsfm.test, iface/gspn/udcsltl.test: Adjust calls to ltlgspn-srg.
This commit is contained in:
parent
b64c41abcf
commit
c7bbe60f4c
10 changed files with 142 additions and 80 deletions
|
|
@ -6,8 +6,8 @@ cp -R $srcdir/examples/DCSwave .
|
|||
chmod +w DCSwave
|
||||
|
||||
# G(ATTiIDLj => F(!SCj U SCi)) is true
|
||||
../fmgspn-srg DCSwave/DCSWave '!G(ATTiIDLj => F(!SCj U SCi))' ATTiIDLj SCi SCj > output || exit 1
|
||||
../ltlgspn-srg -c -f -m DCSwave/DCSWave '!G(ATTiIDLj => F(!SCj U SCi))' ATTiIDLj SCi SCj > output || exit 1
|
||||
|
||||
# G(F(!SCj U SCi)) is false
|
||||
../fmgspn-srg DCSwave/DCSWave '!G(F(!SCj U SCi))' ATTiIDLj SCi SCj > output
|
||||
../ltlgspn-srg -c -f -m DCSwave/DCSWave '!G(F(!SCj U SCi))' ATTiIDLj SCi SCj > output
|
||||
test $? = 1 || exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue