Vcsn  2.3
Be Rational
complement.hh File Reference
#include <set>
#include <vcsn/algos/copy.hh>
#include <vcsn/algos/is-complete.hh>
#include <vcsn/algos/is-deterministic.hh>
#include <vcsn/dyn/value.hh>
#include <vcsn/misc/raise.hh>
#include <vcsn/weightset/fwd.hh>
Include dependency graph for complement.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 Aut>
void vcsn::complement_here (Aut &aut)
 
template<Automaton Aut>
auto vcsn::complement (const Aut &aut) -> decltype(copy(aut))
 
template<Automaton Aut>
automaton vcsn::dyn::detail::complement (const automaton &aut)
 Bridge. More...
 
template<typename ExpansionSet >
expansion vcsn::dyn::detail::complement_expansion (const expansion &xpn)
 Bridge (complement). More...
 
template<typename ExpSet >
expression vcsn::dyn::detail::complement_expression (const expression &exp)
 Bridge (complement). More...