* src/tgbatest/randtgba.cc: Complete performance measurements.

* src/tgbatest/ltl2tgba.cc: Typo.

* src/tgbaalgos/magic.hh: Correct pseudo-code.

dedicated to display of stats.
This commit is contained in:
Denis Poitrenaud 2005-01-25 12:31:05 +00:00
parent 1072b2dd99
commit 68c0aa2e38
4 changed files with 570 additions and 347 deletions

View file

@ -55,7 +55,8 @@ namespace spot
/// for all t in post(s) do
/// if t.color == white then
/// call dfs_blue(t);
/// else if (the edge (s,t) is accepting) then
/// end if;
/// if (the edge (s,t) is accepting) then
/// target = s;
/// call dfs_red(t);
/// end if;