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
2532c2ff
Commit
2532c2ff
authored
Apr 24, 2017
by
Maximilien Colange
Browse files
ks_cobuchi produces state-based automata.
* spot/gen/automata.cc: implement the change.
parent
472cd770
Changes
1
Hide whitespace changes
Inline
Side-by-side
spot/gen/automata.cc
View file @
2532c2ff
...
...
@@ -84,6 +84,7 @@ namespace spot
aut
->
new_edge
(
q
,
q
,
h
);
aut
->
merge_edges
();
aut
->
prop_state_acc
(
true
);
return
aut
;
}
}
...
...
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