Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
8a5e31f0
Commit
8a5e31f0
authored
Jan 18, 2005
by
Alexandre Duret-Lutz
Browse files
* src/tgbaalgos/tau03opt.hh (explicit_tau03_opt_search): Doco.
parent
48dfd73c
Changes
2
Show whitespace changes
Inline
Side-by-side
ChangeLog
View file @
8a5e31f0
2005-01-18 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaalgos/tau03opt.hh (explicit_tau03_opt_search): Doco.
* src/tgbaalgos/gtec/gtec.cc (couvreur99_check_shy::clear_todo,
couvreur99_check_shy::check): Sum all successors in the
todo stack AND all items on the stack.
...
...
src/tgbaalgos/tau03opt.hh
View file @
8a5e31f0
...
...
@@ -60,12 +60,12 @@ namespace spot
/// weight[b] = weight[b] - 1;
/// end for;
/// else
/// let (s, l, a, t) be the edge from s to t;
/// Acc = s.acc U a;
/// if t.color == cyan &&
/// (Acc U support(weight -
s
.weight) U t.acc) == all_acc then
/// (Acc U support(weight -
t
.weight) U t.acc) == all_acc then
/// report a cycle;
/// else if Acc not included in t.acc then
/// t.acc := t.acc U Acc
/// call dfs_red(t, Acc);
/// end if;
/// end if;
...
...
@@ -81,6 +81,7 @@ namespace spot
/// (Acc U support(weight -t.weight) U t.acc) == all_acc then
/// report a cycle;
/// else if t.color != white and Acc not included in t.acc then
/// t.acc := t.acc U Acc
/// call dfs_red(t, Acc);
/// end if;
/// end for;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment