Create the iterated simulations.

* src/tgbaalgos/simulation.cc: Create the iterated_simulations.
(direct_simulation) Add an attribute "stat" that represents the
number of states and transitions of the resulting automaton.
* src/tgbaalgos/simulation.hh: Declare the iterated_simulations.
* src/tgbatest/spotlbtt.test: Test the iterated_simulations.
* src/tgbatest/ltl2tgba.cc: Associate the option -RIS to the
iterated_simulations.
This commit is contained in:
Thomas Badie 2012-08-18 15:30:43 +02:00 committed by Alexandre Duret-Lutz
parent 242386b19a
commit a0cce10512
4 changed files with 101 additions and 2 deletions

View file

@ -207,6 +207,14 @@ Algorithm
Enabled = yes
}
Algorithm
{
Name = "Spot (Couvreur -- FM), iterated simulation"
Path = "${LBTT_TRANSLATE}"
Parameters = "--spot '../ltl2tgba -F -f -t -RIS -r4 -R3'"
Enabled = yes
}
Algorithm
{