Mungojerrie  1.1
Mungojerrie
Classes | Functions
Parity.cc File Reference

Parity automata. More...

#include <sstream>
#include <stdexcept>
#include <queue>
#include <fstream>
#include "Util.hh"
#include "Parity.hh"
#include "Stree.hh"
#include "Hparser.hh"
Include dependency graph for Parity.cc:

Classes

class  Parity::Determ
 Helper class to perform DPW determinization. More...
 
class  Parity::Simul
 Helper class for simulation equivalence computation. More...
 
class  Parity::OSPGame
 Helper class to solve 3-priority parity games. More...
 
struct  GameState
 Helper class for simulation game graphs. More...
 
struct  std::hash< GameState >
 Hash specialization to use in unordered containers. More...
 

Functions

ostream & operator<< (ostream &os, ParityTransition const &p)
 
ostream & operator<< (ostream &os, Parity const &p)
 
std::string to_string (GameState const &gs)
 
ostream & operator<< (ostream &os, GameState const &gs)
 stream insertion operator for GameState class.
 

Detailed Description

Parity automata.

Author
Mateo Perez, Fabio Somenzi, Ashutosh Trivedi