Skip to content
GitLab
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
fc4f4f72
Commit
fc4f4f72
authored
May 25, 2005
by
Alexandre Duret-Lutz
Browse files
* src/tgbaalgos/reductgba_sim_del.cc
(parity_game_graph_delayed::nb_set_acc_cond): Simplify.
parent
35aa2771
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
fc4f4f72
2005-05-25 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaalgos/reductgba_sim_del.cc
(parity_game_graph_delayed::nb_set_acc_cond): Simplify.
* sanity/style.test: Catch misuses of Sgi::.
* tgba/tgbareduc.hh, tgbaalgos/reductgba_sim.cc,
tgbaalgos/reductgba_sim.hh, tgbaalgos/reductgba_sim_del.cc: Fix them.
...
...
src/tgbaalgos/reductgba_sim_del.cc
View file @
fc4f4f72
...
...
@@ -341,16 +341,7 @@ namespace spot
int
parity_game_graph_delayed
::
nb_set_acc_cond
()
{
bdd
acc
,
all
;
acc
=
all
=
automata_
->
all_acceptance_conditions
();
int
count
=
0
;
while
(
all
!=
bddfalse
)
{
sub_set_acc_cond_
.
push_back
(
bdd_satone
(
all
));
all
-=
bdd_satone
(
all
);
++
count
;
}
return
count
;
return
automata_
->
number_of_acceptance_conditions
();
}
// We build only node which are reachable
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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