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
|
|
@ -1,6 +1,8 @@
|
|||
# -*- shell-script -*-
|
||||
# -*- shell-script; coding: utf-8 -*-
|
||||
# Copyright (C) 2012 Laboratoire de Recherche et Développement de
|
||||
# l'Epita (LRDE).
|
||||
# Copyright (C) 2005 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||
# département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
||||
# département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
||||
# et Marie Curie.
|
||||
#
|
||||
# This file is part of Spot, a model checking library.
|
||||
|
|
@ -39,6 +41,7 @@ LBT="@LBT@"
|
|||
LBTT="@LBTT@"
|
||||
LBTT_TRANSLATE="@LBTT_TRANSLATE@"
|
||||
LTL2BA="@LTL2BA@"
|
||||
LTL3BA="@LTL3BA@"
|
||||
LTL2NBA="@LTL2NBA@"
|
||||
LTL2TGBA="@top_builddir@/src/tgbatest/ltl2tgba@EXEEXT@"
|
||||
ELTL2TGBA="@top_builddir@/src/tgbatest/eltl2tgba@EXEEXT@"
|
||||
|
|
@ -46,7 +49,7 @@ MODELLA="@MODELLA@"
|
|||
SPIN="@SPIN@"
|
||||
WRING2LBTT="@WRING2LBTT@"
|
||||
|
||||
for var in LBT LTL2BA LTL2NBA MODELLA SPIN WRING2LBTT
|
||||
for var in LBT LTL2BA LTL3BA LTL2NBA MODELLA SPIN WRING2LBTT
|
||||
do
|
||||
if eval 'test -z "$'$var'"'; then
|
||||
eval HAVE_$var=no
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue