#include <algorithm>
#include <iostream>
#include <sstream>
#include <vcsn/algos/accessible.hh>
#include <vcsn/algos/detail/printer.hh>
#include <vcsn/dyn/automaton.hh>
#include <vcsn/dyn/fwd.hh>
#include <vcsn/misc/iostream.hh>
#include <vcsn/misc/set.hh>
#include <vcsn/misc/unordered_set.hh>
Go to the source code of this file.
|
template<Automaton Aut> |
std::ostream & | vcsn::dot (const Aut &aut, std::ostream &out=std::cout, format fmt={}, bool mathjax=false) |
| Print an automaton in Graphviz's Dot format. More...
|
|