* 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:
parent
1072b2dd99
commit
68c0aa2e38
4 changed files with 570 additions and 347 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue