Mungojerrie  1.1
Mungojerrie
Classes | Functions
LTS.cc File Reference

Labeled transition systems (base class for automata classes). More...

#include <iostream>
#include <cstring>
#include <map>
#include <stack>
#include <queue>
#include <stdexcept>
#include <algorithm>
#include "Util.hh"
#include "LTS.hh"
#include "Parity.hh"
Include dependency graph for LTS.cc:

Classes

class  LTS< Tran >::SccAnalyzer< Tran >
 Class to compute the (maximal) SCCs of the LTS. More...
 
class  LTS< Tran >::PartitionRefinement< Tran >
 Class to compute partition refinement for the states of an LTS. More...
 
class  LTS< Tran >::SubsetConstruction< Tran >
 Helper class to perform Rabin-Scott subset construction. More...
 

Functions

template<typename T >
ostream & operator<< (ostream &os, LTS< T > const &l)
 

Detailed Description

Labeled transition systems (base class for automata classes).

Author
Mateo Perez, Fabio Somenzi, Ashutosh Trivedi