mCRL2
|
add your file description here. More...
Go to the source code of this file.
Classes | |
class | mcrl2::lps::stochastic_distribution |
\brief A stochastic distribution More... | |
Namespaces | |
namespace | mcrl2 |
A class that takes a linear process specification and checks all tau-summands of that LPS for confluence. | |
namespace | mcrl2::lps |
The main namespace for the LPS library. | |
Typedefs | |
typedef atermpp::term_list< stochastic_distribution > | mcrl2::lps::stochastic_distribution_list |
\brief list of stochastic_distributions | |
typedef std::vector< stochastic_distribution > | mcrl2::lps::stochastic_distribution_vector |
\brief vector of stochastic_distributions | |
Functions | |
template<class... ARGUMENTS> | |
void | mcrl2::lps::make_stochastic_distribution (atermpp::aterm &t, const ARGUMENTS &... args) |
bool | mcrl2::lps::is_stochastic_distribution (const atermpp::aterm &x) |
std::string | mcrl2::lps::pp (const stochastic_distribution &x) |
std::ostream & | mcrl2::lps::operator<< (std::ostream &out, const stochastic_distribution &x) |
void | mcrl2::lps::swap (stochastic_distribution &t1, stochastic_distribution &t2) |
\brief swap overload | |
add your file description here.
Definition in file stochastic_distribution.h.