* src/tgbatest/spotlbtt.test: Disable formula rewriting during
construction.
This commit is contained in:
parent
78d37fa126
commit
f57097b991
2 changed files with 8 additions and 3 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
2007-04-20 Alexandre Duret-Lutz <adl@gnu.org>
|
||||||
|
|
||||||
|
* src/tgbatest/spotlbtt.test: Disable formula rewriting during
|
||||||
|
construction.
|
||||||
|
|
||||||
2007-04-19 Alexandre Duret-Lutz <adl@gnu.org>
|
2007-04-19 Alexandre Duret-Lutz <adl@gnu.org>
|
||||||
|
|
||||||
* src/ltltest/reduc.cc (main): More cases to test.
|
* src/ltltest/reduc.cc (main): More cases to test.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Copyright (C) 2003, 2004, 2005, 2006 Laboratoire d'Informatique de
|
# Copyright (C) 2003, 2004, 2005, 2006, 2007 Laboratoire d'Informatique de
|
||||||
# Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC),
|
# Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC),
|
||||||
# Université Pierre et Marie Curie.
|
# Université Pierre et Marie Curie.
|
||||||
#
|
#
|
||||||
|
|
@ -113,7 +113,7 @@ Algorithm
|
||||||
Name = "Spot (Couvreur -- FM), reduction of formula in FM"
|
Name = "Spot (Couvreur -- FM), reduction of formula in FM"
|
||||||
Path = "${LBTT_TRANSLATE}"
|
Path = "${LBTT_TRANSLATE}"
|
||||||
Parameters = "--spot './ltl2tgba -fr4 -F -f -t'"
|
Parameters = "--spot './ltl2tgba -fr4 -F -f -t'"
|
||||||
Enabled = yes
|
Enabled = no
|
||||||
}
|
}
|
||||||
|
|
||||||
Algorithm
|
Algorithm
|
||||||
|
|
@ -121,7 +121,7 @@ Algorithm
|
||||||
Name = "Spot (Couvreur -- FM) reduction7 of formula in FM"
|
Name = "Spot (Couvreur -- FM) reduction7 of formula in FM"
|
||||||
Path = "${LBTT_TRANSLATE}"
|
Path = "${LBTT_TRANSLATE}"
|
||||||
Parameters = "--spot './ltl2tgba -fr7 -F -f -t'"
|
Parameters = "--spot './ltl2tgba -fr7 -F -f -t'"
|
||||||
Enabled = yes
|
Enabled = no
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue