* iface/gspn/ltlgspn.cc (main) [SSP]: Use the standard
counter-example computation for -e5 too.
This commit is contained in:
parent
83c4c02d35
commit
ed53965347
2 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
2004-04-17 Alexandre Duret-Lutz <adl@gnu.org>
|
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.
|
* iface/gspn/ltlgspn.cc (main) [!SSP]: Do not accept -e3, -e4, or -e5.
|
||||||
(main) [SSP]: Use the standard counter-example computation
|
(main) [SSP]: Use the standard counter-example computation
|
||||||
for -e and -e1.
|
for -e and -e1.
|
||||||
|
|
|
||||||
|
|
@ -236,6 +236,7 @@ main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
case Couvreur:
|
case Couvreur:
|
||||||
case Couvreur2:
|
case Couvreur2:
|
||||||
|
case Couvreur5:
|
||||||
ce = new spot::counter_example(ecs);
|
ce = new spot::counter_example(ecs);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue