Vcsn  2.8
Be Rational
compare-automaton.hh File Reference
#include <boost/range/algorithm/lexicographical_compare.hpp>
#include <vcsn/core/automaton.hh>
Include dependency graph for compare-automaton.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 vcsn
 
 vcsn::dyn
 
 vcsn::dyn::detail
 

Functions

template<Automaton Lhs, Automaton Rhs>
int vcsn::compare (const Lhs &lhs, const Rhs &rhs)
 Comparison between lhs and rhs. More...
 
template<Automaton Lhs, Automaton Rhs>
int vcsn::dyn::detail::compare (const automaton &lhs, const automaton &rhs)
 Bridge (compare). More...
 
template<Automaton Lhs, Automaton Rhs>
bool vcsn::are_equal (const Lhs &lhs, const Rhs &rhs)
 Whether lhs is equal to rhs. More...
 
template<Automaton Lhs, Automaton Rhs>
bool vcsn::less_than (const Lhs &lhs, const Rhs &rhs)
 Whether lhs precedes rhs. More...