mCRL2
|
add your file description here. More...
Go to the source code of this file.
Classes | |
class | mcrl2::lps::deadlock |
Represents a deadlock. 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< deadlock > | mcrl2::lps::deadlock_list |
\brief list of deadlocks | |
typedef std::vector< deadlock > | mcrl2::lps::deadlock_vector |
\brief vector of deadlocks | |
Functions | |
std::string | mcrl2::lps::pp (const deadlock &x) |
std::ostream & | mcrl2::lps::operator<< (std::ostream &out, const deadlock &x) |
void | mcrl2::lps::swap (deadlock &t1, deadlock &t2) |
\brief swap overload | |
std::set< data::variable > | mcrl2::lps::find_all_variables (const lps::deadlock &x) |
std::set< data::variable > | mcrl2::lps::find_free_variables (const lps::deadlock &x) |
add your file description here.
Definition in file deadlock.h.