Add the "don't care" simulation
* src/tgba/bddprint.cc, src/tgba/bddprint.hh: Add bdd_print_isop that prints the bdd into a Irreductible Sum Of Product. * src/tgbaalgos/dupexp.cc, src/tgbaalgos/dupexp.hh: Add a way to know which states (in the input) is which (in the result). * src/tgbaalgos/simulation.cc, src/tgbaalgos/simulation.hh: Add the Don't Care Simulation and the Don't Care Iterated Simulation. * src/tgbatest/ltl2tgba.cc, src/tgbatest/spotlbtt.test, src/tgbatest/Makefile.am, src/tgbatest/sim.test: Test them. * bench/ltl2tgba/algorithms, bench/ltl2tgba/README, bench/ltl2tgba/algorithms: Add a way to bench the don't care simulation.
This commit is contained in:
parent
5796114e37
commit
08c77318ae
12 changed files with 1171 additions and 76 deletions
|
|
@ -38,6 +38,13 @@ this benchmark.
|
|||
|
||||
The timeout value, common to the three benchmarks, is also set here.
|
||||
|
||||
You can also benchmark some simulations algorithms by setting the
|
||||
variable "BENCH_SIMULATION". For example by running:
|
||||
|
||||
BENCH_SIMULATION=t make -j3 run
|
||||
|
||||
You run the simulation benchmark on the three kind of formulae.
|
||||
|
||||
* small
|
||||
* big
|
||||
* known
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue