* iface/gspn/gspn.cc (tgba_gspn_private_): Define alive_prop,

and dead_prop from the dead argument passed to the constructor.
(tgba_succ_iterator_gspn): Stutter on dead transitions.
(tgba_gspn::tgba_gspn): Hand dead to tgba_gspn_private_.
(gspn_interface::gspn_interface): Hand dead to tgba_gspn.
* iface/gspn/gspn.hh (gspn_interface::gspn_interface): Take a
dead argument.
* iface/gspn/ltlgspn.cc [!SSP]: Add a option -d to specify the
dead property.
* iface/gspn/udcseltl.test: Try option -d.
This commit is contained in:
Alexandre Duret-Lutz 2004-05-21 13:54:38 +00:00
parent 3e968a3c9d
commit f27b91c7d7
5 changed files with 107 additions and 24 deletions

View file

@ -20,7 +20,8 @@ chmod +w udcs
# !G(ReP1 => F(gsP1)) is false
../ltlgspn-srg -c -l -e udcs/udcs \
'!G(ReP1 => F(gsP1))' ReP1 gsP1 >output && exit 1
../ltlgspn-srg -c -l -e2 udcs/udcs \
../ltlgspn-srg -d dead -c -l -e2 udcs/udcs \
'!G(ReP1 => F(gsP1))' ReP1 gsP1 >output && exit 1
grep 'dead:0' output
grep 'dead:1' output && exit 1
: