* src/tgbaalgos/tau03opt.hh, src/tgbaalgos/se05.hh: Correct

pseudo-code.  From Denis.
This commit is contained in:
Alexandre Duret-Lutz 2005-01-24 18:57:08 +00:00
parent 42bc594193
commit 1072b2dd99
3 changed files with 16 additions and 13 deletions

View file

@ -1,4 +1,4 @@
// Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6),
// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6),
// département Systèmes Répartis Coopératifs (SRC), Université Pierre
// et Marie Curie.
//
@ -61,7 +61,8 @@ namespace spot
/// (it exists a predecessor p of s in st_blue and s != t and
/// the arc between p and s is accepting)) then
/// report cycle;
/// else if the edge (s,t) is accepting then
/// end if;
/// if the edge (s,t) is accepting then
/// call dfs_red(t);
/// end if;
/// end for;