* bench/emptchk/README: Mention
http://spot.lip6.fr/wiki/EmptinessCheckOptions for the syntax.
This commit is contained in:
parent
5d0f702383
commit
751424c9ec
2 changed files with 10 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
2005-04-08 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
|
* bench/emptchk/README: Mention
|
||||||
|
http://spot.lip6.fr/wiki/EmptinessCheckOptions for the syntax.
|
||||||
|
|
||||||
2005-04-06 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
2005-04-06 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
* src/tgbaparse/tgbaparse.yy (acc_list): Do not explicitly delete
|
* src/tgbaparse/tgbaparse.yy (acc_list): Do not explicitly delete
|
||||||
|
|
|
||||||
|
|
@ -145,6 +145,7 @@ This directory contains:
|
||||||
* algorithms
|
* algorithms
|
||||||
|
|
||||||
The list of emptiness-check algorithms run by the above tests.
|
The list of emptiness-check algorithms run by the above tests.
|
||||||
|
(See http://spot.lip6.fr/wiki/EmptinessCheckOptions for the syntax.)
|
||||||
|
|
||||||
=======
|
=======
|
||||||
USAGE
|
USAGE
|
||||||
|
|
@ -209,6 +210,8 @@ This directory contains:
|
||||||
other `Cou99' algorithms are not. (Beware that in the paper we
|
other `Cou99' algorithms are not. (Beware that in the paper we
|
||||||
presented the `Cou99(poprem*)' variants and called them `Cou99*'.)
|
presented the `Cou99(poprem*)' variants and called them `Cou99*'.)
|
||||||
|
|
||||||
|
(See also http://spot.lip6.fr/wiki/EmptinessCheckOptions)
|
||||||
|
|
||||||
|
|
||||||
The ltl-*.sh tests output look as follows:
|
The ltl-*.sh tests output look as follows:
|
||||||
|
|
||||||
|
|
@ -267,7 +270,8 @@ This directory contains:
|
||||||
CVWY90 and SE05 have bit-state hashing implementations. Edit the
|
CVWY90 and SE05 have bit-state hashing implementations. Edit the
|
||||||
file `algorithms' and add lines like `CVWY90(bsh=5M)' or
|
file `algorithms' and add lines like `CVWY90(bsh=5M)' or
|
||||||
`SE05(bsh=512K)' to try these.
|
`SE05(bsh=512K)' to try these.
|
||||||
(The `bsh=' argument gives the hash table size in bytes.)
|
(The `bsh=' argument gives the hash table size in bytes; see also
|
||||||
|
http://spot.lip6.fr/wiki/EmptinessCheckOptions)
|
||||||
|
|
||||||
Besides randtgba, two other tools that you might find handy we
|
Besides randtgba, two other tools that you might find handy we
|
||||||
experimenting are src/ltltest/randltl and src/tgbatest/ltl2tgba.
|
experimenting are src/ltltest/randltl and src/tgbatest/ltl2tgba.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue