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
5d427f6d
Commit
5d427f6d
authored
Nov 20, 2009
by
Alexandre Duret-Lutz
Browse files
* src/tgbaalgos/sccfilter.cc (scc_filter): Merge transitions
after removing acceptance conditions.
parent
7ac3c5e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
5d427f6d
2009-11-20 Alexandre Duret-Lutz <adl@va-et-vient.net>
* src/tgbaalgos/sccfilter.cc (scc_filter): Merge transitions
after removing acceptance conditions.
2009-11-18 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Remove prune_scc(), prune_acc(), and related fonctions.
...
...
src/tgbaalgos/sccfilter.cc
View file @
5d427f6d
...
...
@@ -93,7 +93,9 @@ namespace spot
filter_iter
fi
(
aut
,
sm
,
ss
.
useless_scc_map
);
fi
.
run
();
return
fi
.
result
();
tgba_explicit_string
*
res
=
fi
.
result
();
res
->
merge_transitions
();
return
res
;
}
...
...
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