* 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

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