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
32a4647d
Commit
32a4647d
authored
Nov 10, 2009
by
Alexandre Duret-Lutz
Browse files
Ease debugging of LTL formulae leaks.
* src/tgbatest/ltl2tgba.cc: Dump all LTLinstances with their reference count.
parent
4e22bb8b
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
32a4647d
2009-11-10 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Ease debugging of LTL formulae leaks.
* src/tgbatest/ltl2tgba.cc: Dump all LTLinstances with their
reference count.
2009-11-10 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Introduce tgba_explicit_labelled<label> so that we can build
...
...
src/tgbatest/ltl2tgba.cc
View file @
32a4647d
...
...
@@ -961,6 +961,11 @@ main(int argc, char** argv)
delete
unobservables
;
}
spot
::
ltl
::
atomic_prop
::
dump_instances
(
std
::
cerr
);
spot
::
ltl
::
unop
::
dump_instances
(
std
::
cerr
);
spot
::
ltl
::
binop
::
dump_instances
(
std
::
cerr
);
spot
::
ltl
::
multop
::
dump_instances
(
std
::
cerr
);
spot
::
ltl
::
automatop
::
dump_instances
(
std
::
cerr
);
assert
(
spot
::
ltl
::
atomic_prop
::
instance_count
()
==
0
);
assert
(
spot
::
ltl
::
unop
::
instance_count
()
==
0
);
assert
(
spot
::
ltl
::
binop
::
instance_count
()
==
0
);
...
...
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