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
60f50d66
Commit
60f50d66
authored
Dec 14, 2004
by
Denis Poitrenaud
Browse files
* src/tgbaalgos/ndfs_result.hh: Define the trace output stream.
parent
964f856b
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
60f50d66
2004-12-14 Denis Poitrenaud <Denis.Poitrenaud@lip6.fr>
* src/tgbaalgos/ndfs_result.hh: Define the trace output stream.
2004-12-13 Denis Poitrenaud <Denis.Poitrenaud@lip6.fr>
* src/tgbaalgos/ndfs_result.hh: New file factorizing the computation of
...
...
src/tgbaalgos/ndfs_result.hh
View file @
60f50d66
...
...
@@ -22,6 +22,15 @@
#ifndef SPOT_TGBAALGOS_NDFS_RESULT_HH
# define SPOT_TGBAALGOS_NDFS_RESULT_HH
//#define TRACE
#include
<iostream>
#ifdef TRACE
#define trace std::cerr
#else
#define trace while (0) std::cerr
#endif
#include
<cassert>
#include
<list>
#include
"tgba/tgba.hh"
...
...
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