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
6ecd71c4
Commit
6ecd71c4
authored
Aug 10, 2014
by
Alexandre Duret-Lutz
Browse files
* src/graph/graph.hh (transitions): New method.
parent
7b236916
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph/graph.hh
View file @
6ecd71c4
...
...
@@ -588,6 +588,16 @@ namespace spot
return
states_
;
}
const
trans_vector
&
transitions
()
const
{
return
transitions_
;
}
trans_vector
&
transitions
()
{
return
transitions_
;
}
void
defrag
()
{
if
(
killed_trans_
==
0
)
// Nothing to do.
...
...
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