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
91789b9b
Commit
91789b9b
authored
Jan 23, 2014
by
Alexandre Duret-Lutz
Browse files
* src/tgbaalgos/degen.cc: Do not copy the unicity table.
parent
bbf6a682
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tgbaalgos/degen.cc
View file @
91789b9b
...
...
@@ -173,7 +173,7 @@ namespace spot
typedef
Sgi
::
hash_map
<
const
state
*
,
bool
,
state_ptr_hash
,
state_ptr_equal
>
cache_t
;
cache_t
cache_
;
unicity_table
uniq_
;
unicity_table
&
uniq_
;
public:
has_acc_loop
(
const
tgba
*
a
,
unicity_table
&
uniq
)
:
...
...
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