* src/tgbatest/emptchkr.test: Try degeneralized automata.

* src/tgbatest/randtgba.cc (main): Pass the correct automaton to
minimize_run().
This commit is contained in:
Alexandre Duret-Lutz 2004-11-29 09:48:01 +00:00
parent 13870bbaab
commit 3c9f4c6d0d
3 changed files with 8 additions and 1 deletions

View file

@ -491,7 +491,7 @@ main(int argc, char** argv)
if (opt_minim)
{
spot::tgba_run* minrun =
spot::minimize_run(a, run);
spot::minimize_run(res->automaton(), run);
if (!spot::replay_tgba_run(s, res->automaton(),
minrun))
{