17 #ifndef VCSN_TOOLS_AUTOMATON_TOOLS_HH
18 # define VCSN_TOOLS_AUTOMATON_TOOLS_HH
22 # include <vaucanson/automata/concept/automata.hh>
30 std::deque<typename Auto::hstate_t>
31 choose_n_states(
const Auto& a,
unsigned n)
33 typedef typename Auto::hstate_t hstate_t;
35 std::deque<typename Auto::hstate_t> s;
36 std::insert_iterator<std::deque<hstate_t> > i(s, s.begin());
47 #endif // ! VCSN_TOOLS_AUTOMATON_TOOLS_HH