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

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< deadlockmcrl2::lps::deadlock_list
 \brief list of deadlocks
 
typedef std::vector< deadlockmcrl2::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::variablemcrl2::lps::find_all_variables (const lps::deadlock &x)
 
std::set< data::variablemcrl2::lps::find_free_variables (const lps::deadlock &x)
 

Detailed Description

add your file description here.

Definition in file deadlock.h.