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
7531c886
Commit
7531c886
authored
May 01, 2016
by
Alexandre Duret-Lutz
Browse files
* spot/twa/twagraph.cc: Fix comment.
parent
f5bfc07c
Changes
1
Show whitespace changes
Inline
Side-by-side
spot/twa/twagraph.cc
View file @
7531c886
...
...
@@ -297,7 +297,7 @@ namespace spot
for
(
auto
&
e
:
g_
.
edges
())
{
all
=
bdd_exist
(
all
,
bdd_support
(
e
.
cond
));
if
(
all
==
bddtrue
)
// All
letter
s are used.
if
(
all
==
bddtrue
)
// All
AP
s are used.
return
;
}
auto
d
=
get_dict
();
...
...
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