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
1d28714c
Commit
1d28714c
authored
Jul 02, 2014
by
Alexandre Duret-Lutz
Browse files
* src/tgbaalgos/randomgraph.cc: Update comment.
parent
64822be6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tgbaalgos/randomgraph.cc
View file @
1d28714c
...
...
@@ -112,10 +112,7 @@ namespace spot
i
=
bdd_compose
(
allneg
,
i
,
bdd_var
(
i
));
// Using std::unordered_set instead of std::set for these sets is 3
// times slower (tested on a 50000 nodes example). Use an int
// (the index into states[]), not the tgba_explicit::state*
// directly, because the later would yield different graphs
// depending on the memory layout.
// times slower (tested on a 50000 nodes example).
typedef
std
::
set
<
int
>
node_set
;
node_set
nodes_to_process
;
node_set
unreachable_nodes
;
...
...
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