* iface/gspn/ltlgspn.cc (main) [SSP]: Use the standard

counter-example computation for -e5 too.
This commit is contained in:
Alexandre Duret-Lutz 2004-04-17 13:37:58 +00:00
parent 83c4c02d35
commit ed53965347
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,8 @@
2004-04-17 Alexandre Duret-Lutz <adl@gnu.org>
* iface/gspn/ltlgspn.cc (main) [SSP]: Use the standard
counter-example computation for -e5 too.
* iface/gspn/ltlgspn.cc (main) [!SSP]: Do not accept -e3, -e4, or -e5.
(main) [SSP]: Use the standard counter-example computation
for -e and -e1.

View file

@ -236,6 +236,7 @@ main(int argc, char **argv)
{
case Couvreur:
case Couvreur2:
case Couvreur5:
ce = new spot::counter_example(ecs);
break;
default: