* src/tgbaalgos/dotty.cc, src/tgbaalgos/dotty.hh: New files.

* src/tgbaalgos/Makefile.am (libtgbaalgos_la_SOURCES): Add them.
This commit is contained in:
Alexandre Duret-Lutz 2003-05-26 14:20:31 +00:00
parent 53f8f29a9e
commit d7e49255d3
4 changed files with 88 additions and 2 deletions

13
src/tgbaalgos/dotty.hh Normal file
View file

@ -0,0 +1,13 @@
#ifndef SPOT_TGBAALGOS_DOTTY_HH
# define SPOT_TGBAALGOS_DOTTY_HH
#include "tgba/tgba.hh"
#include <iostream>
namespace spot
{
/// \brief Print reachable states in dot format.
std::ostream& dotty_reachable(std::ostream& os, const tgba& g);
}
#endif // SPOT_TGBAALGOS_DOTTY_HH