Add ltl3ba to the ltl2tgba benchmark.
* configure.ac: Search for ltl3ba. * bench/ltl2tgba/defs.in: Define LTL3BA and HAVE_LTL3BA. * bench/ltl2tgba/algorithms: Use LTL3BA. Also add simulation options for LTL2BA. * bench/ltl2tgba/README: Slight wording changes.
This commit is contained in:
parent
bf62d439c9
commit
4a9bbbafe2
4 changed files with 58 additions and 7 deletions
|
|
@ -15,6 +15,37 @@ Algorithm
|
|||
Enabled = $HAVE_LTL2BA
|
||||
}
|
||||
|
||||
Algorithm
|
||||
{
|
||||
Name = "ltl3ba"
|
||||
Path = "lbtt-translate"
|
||||
Parameters = "--spin $LTL3BA"
|
||||
Enabled = $HAVE_LTL3BA
|
||||
}
|
||||
|
||||
Algorithm
|
||||
{
|
||||
Name = "ltl3ba -M"
|
||||
Path = "lbtt-translate"
|
||||
Parameters = "--spin '$LTL3BA -M'"
|
||||
Enabled = $HAVE_LTL3BA
|
||||
}
|
||||
|
||||
Algorithm
|
||||
{
|
||||
Name = "ltl3ba -S"
|
||||
Path = "lbtt-translate"
|
||||
Parameters = "--spin '$LTL3BA -S'"
|
||||
Enabled = $HAVE_LTL3BA
|
||||
}
|
||||
|
||||
Algorithm
|
||||
{
|
||||
Name = "ltl3ba -M -S"
|
||||
Path = "lbtt-translate"
|
||||
Parameters = "--spin '$LTL3BA -M -S'"
|
||||
Enabled = $HAVE_LTL3BA
|
||||
}
|
||||
|
||||
Algorithm
|
||||
{
|
||||
|
|
@ -87,6 +118,14 @@ Algorithm
|
|||
Enabled = yes
|
||||
}
|
||||
|
||||
Algorithm
|
||||
{
|
||||
Name = "Spot FM Sim (TGBA)"
|
||||
Path = "$LBTT_TRANSLATE"
|
||||
Parameters = "--spot '$LTL2TGBA -f -t -R3 -r7 -x -RDS -F'"
|
||||
Enabled = yes
|
||||
}
|
||||
|
||||
Algorithm
|
||||
{
|
||||
Name = "Spot FM WDBA (TGBA)"
|
||||
|
|
@ -95,4 +134,11 @@ Algorithm
|
|||
Enabled = yes
|
||||
}
|
||||
|
||||
Algorithm
|
||||
{
|
||||
Name = "Spot FM WDBA+Sim (TGBA)"
|
||||
Path = "$LBTT_TRANSLATE"
|
||||
Parameters = "--spot '$LTL2TGBA -f -t -R3 -r7 -x -Rm -RDS -F'"
|
||||
Enabled = yes
|
||||
}
|
||||
EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue