* src/tgbatest/spotlbtt.test: Disable formula rewriting during

construction.
This commit is contained in:
Alexandre Duret-Lutz 2007-04-20 12:29:51 +00:00
parent 78d37fa126
commit f57097b991
2 changed files with 8 additions and 3 deletions

View file

@ -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>
* src/ltltest/reduc.cc (main): More cases to test.

View file

@ -1,5 +1,5 @@
#!/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),
# Université Pierre et Marie Curie.
#
@ -113,7 +113,7 @@ Algorithm
Name = "Spot (Couvreur -- FM), reduction of formula in FM"
Path = "${LBTT_TRANSLATE}"
Parameters = "--spot './ltl2tgba -fr4 -F -f -t'"
Enabled = yes
Enabled = no
}
Algorithm
@ -121,7 +121,7 @@ Algorithm
Name = "Spot (Couvreur -- FM) reduction7 of formula in FM"
Path = "${LBTT_TRANSLATE}"
Parameters = "--spot './ltl2tgba -fr7 -F -f -t'"
Enabled = yes
Enabled = no
}