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
be17fc19
Commit
be17fc19
authored
Apr 13, 2004
by
Alexandre Duret-Lutz
Browse files
* src/tgba/bdddict.hh (bdd_dict::annon_free_list): Hide from Swig.
parent
8a84cc6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
be17fc19
2004-04-13 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgba/bdddict.hh (bdd_dict::annon_free_list): Hide from Swig.
* src/tgbaalgo/semptinesscheck.hh (counter_example): New class,
extracted from ...
(emptiness_check): ... here.
...
...
src/tgba/bdddict.hh
View file @
be17fc19
...
...
@@ -169,6 +169,9 @@ namespace spot
void
unregister_variable
(
vr_map
::
iterator
&
cur
,
const
void
*
me
);
// SWIG does not grok the following definition, no idea why.
// It's not important for the Python interface anyway.
#ifndef SWIG
class
annon_free_list
:
public
spot
::
free_list
{
public:
...
...
@@ -180,6 +183,7 @@ namespace spot
private:
bdd_dict
*
dict_
;
};
#endif
/// List of unused anonymous variable number for each automaton.
typedef
Sgi
::
hash_map
<
const
void
*
,
annon_free_list
,
...
...
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