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
2c059a10
Commit
2c059a10
authored
Dec 12, 2017
by
Alexandre GBAGUIDI AISSE
Browse files
sccinfo: Fix bug in states_on_acc_cycle_of_rec()
* spot/twaalgos/sccinfo.cc: Here.
parent
1a0fa3b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
spot/twaalgos/sccinfo.cc
View file @
2c059a10
...
...
@@ -584,7 +584,7 @@ namespace spot
for
(
unsigned
i
=
0
;
i
<
orig_sts
->
size
();
++
i
)
(
*
orig_sts
)[
i
]
=
old
[(
*
orig_sts
)[
i
]];
scc_info
si_tmp
(
aut
);
scc_info
si_tmp
(
aut
,
scc_info_options
::
TRACK_STATES
);
unsigned
scccount_tmp
=
si_tmp
.
scc_count
();
for
(
unsigned
scc_tmp
=
0
;
scc_tmp
<
scccount_tmp
;
++
scc_tmp
)
si_tmp
.
states_on_acc_cycle_of_rec
(
scc_tmp
,
all_fin
,
all_inf
,
...
...
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