mcrl2/lps/stochastic_specification.h

Include file:

#include "mcrl2/lps/stochastic_specification.h"

Functions

void complete_data_specification(stochastic_specification &spec)

Adds all sorts that appear in the process of l to the data specification of l.

Parameters:

  • spec A linear process specification
bool mcrl2::lps::operator!=(const stochastic_specification &spec1, const stochastic_specification &spec2)

Inequality operator.

std::ostream &mcrl2::lps::operator<<(std::ostream &out, const stochastic_specification &x)

brief Outputs the object to a stream param out An output stream param x Object x return The output stream

bool mcrl2::lps::operator==(const stochastic_specification &spec1, const stochastic_specification &spec2)
specification mcrl2::lps::remove_stochastic_operators(const stochastic_specification &spec)

Converts a stochastic specification to a specification. Throws an exception if non-empty distributions are encountered.