Vaucanson  1.4.1
Namespaces
ltl_to_pair.hh File Reference

This file provides a transformation function that computes the pair letter automaton of an FMP automaton. More...

Include dependency graph for ltl_to_pair.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  vcsn
 The main namespace of the Vaucanson library.

Functions

Letter-to-letter FMP automaton to pair letter automaton algorithm.

Compute the pair letter automaton associated to an ltl FMP automaton.

template<typename S , typename T >
void ltl_to_pair (const Element< S, T > &ltl, typename mute_ltl_to_pair< S, T >::ret &res)
template<typename S , typename T >
mute_ltl_to_pair< S, T >::ret ltl_to_pair (const Element< S, T > &ltl)

Detailed Description

This file provides a transformation function that computes the pair letter automaton of an FMP automaton.

Author:
Jerome Galtier jerom.nosp@m.e.ga.nosp@m.ltier.nosp@m.@lrd.nosp@m.e.epi.nosp@m.ta.f.nosp@m.r
See also:
ltl_to_pair()

Definition in file ltl_to_pair.hh.