Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
has-twins-property.cc
Go to the documentation of this file.
3 #include <vcsn/dyn/algos.hh>
4 #include <vcsn/dyn/automaton.hh>
5 
6 namespace vcsn
7 {
8  namespace dyn
9  {
10 
11  REGISTER_DEFINE(has_twins_property);
12 
13  bool
15  {
16  return detail::has_twins_property_registry().call(aut);
17  }
18 
19  }
20 }
std::shared_ptr< detail::automaton_base > automaton
Definition: automaton.hh:71
bool has_twins_property(const automaton &aut)
Whether the automaton has the twins property.