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
03d9a751
Commit
03d9a751
authored
Feb 06, 2016
by
Alexandre Duret-Lutz
Browse files
determinize: do not work on deterministic automata
* spot/twaalgos/determinize.cc: Here.
parent
c18ee329
Changes
1
Hide whitespace changes
Inline
Side-by-side
spot/twaalgos/determinize.cc
View file @
03d9a751
...
@@ -611,6 +611,9 @@ namespace spot
...
@@ -611,6 +611,9 @@ namespace spot
bool
pretty_print
,
bool
use_scc
,
bool
pretty_print
,
bool
use_scc
,
bool
use_simulation
,
bool
use_stutter
)
bool
use_simulation
,
bool
use_stutter
)
{
{
if
(
a
->
prop_deterministic
())
return
std
::
const_pointer_cast
<
twa_graph
>
(
a
);
// Degeneralize
// Degeneralize
twa_graph_ptr
aut
=
spot
::
degeneralize_tba
(
a
);
twa_graph_ptr
aut
=
spot
::
degeneralize_tba
(
a
);
std
::
map
<
int
,
bdd
>
implications
;
std
::
map
<
int
,
bdd
>
implications
;
...
...
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