FST  openfst-1.8.2.post1
OpenFst Library
Classes | Namespaces | Functions
connect.h File Reference
#include <algorithm>
#include <cstdint>
#include <vector>
#include <fst/dfs-visit.h>
#include <fst/mutable-fst.h>
#include <fst/union-find.h>
Include dependency graph for connect.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fst::CcVisitor< Arc >
 
class  fst::SccVisitor< Arc >
 

Namespaces

 fst
 

Functions

template<class Arc >
void fst::Connect (MutableFst< Arc > *fst)
 
template<class Arc >
void fst::Condense (const Fst< Arc > &ifst, MutableFst< Arc > *ofst, std::vector< typename Arc::StateId > *scc)