mCRL2
Loading...
Searching...
No Matches
probabilistic_state.h File Reference

Go to the source code of this file.

Classes

class  mcrl2::lts::probabilistic_state< STATE, PROBABILITY >
 A class that contains a probabilistic state. More...
 
struct  std::hash< mcrl2::lts::probabilistic_state< STATE, PROBABILITY > >
 Specialization of the standard std::hash function. More...
 

Namespaces

namespace  mcrl2
 A class that takes a linear process specification and checks all tau-summands of that LPS for confluence.
 
namespace  mcrl2::lts
 The main LTS namespace.
 
namespace  std
 STL namespace.
 

Functions

template<class STATE , class PROBABILITY >
std::string mcrl2::lts::pp (const probabilistic_state< STATE, PROBABILITY > &l)
 
template<class STATE , class PROBABILITY >
std::ostream & mcrl2::lts::operator<< (std::ostream &out, const probabilistic_state< STATE, PROBABILITY > &l)
 Pretty print to an outstream.