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
1578cdf8
Commit
1578cdf8
authored
Jan 13, 2015
by
Alexandre Duret-Lutz
Browse files
minimize: cosmetics
* src/tgbaalgos/minimize.cc (minimize_monitor): Simplify the call to tgba_powerset.
parent
f958c519
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tgbaalgos/minimize.cc
View file @
1578cdf8
...
...
@@ -219,7 +219,6 @@ namespace spot
const
const_tgba_digraph_ptr
&
orig_a
,
scc_info
&
sm
,
power_map
&
pm
)
{
// Get some state from the SCC #n.
const
state
*
start
=
det_a
->
state_from_number
(
sm
.
one_state_of
(
scc_n
));
...
...
@@ -480,12 +479,7 @@ namespace spot
{
hash_set
*
final
=
new
hash_set
;
hash_set
*
non_final
=
new
hash_set
;
tgba_digraph_ptr
det_a
;
{
power_map
pm
;
det_a
=
tgba_powerset
(
a
,
pm
);
}
tgba_digraph_ptr
det_a
=
tgba_powerset
(
a
);
// non_final contain all states.
// final is empty: there is no acceptance condition
...
...
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