mCRL2
|
Add your file description here. More...
Go to the source code of this file.
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. | |
namespace | mcrl2::lps::detail |
Functions | |
bool | mcrl2::lps::detail::check_action_sorts (const process::action_list &actions, const std::set< data::sort_expression > &sorts) |
Returns true if the sorts of the given actions are contained in sorts. | |
bool | mcrl2::lps::detail::check_action_labels (const process::action_list &actions, const std::set< process::action_label > &labels) |
Returns true if the labels of the given actions are contained in labels. | |
bool | mcrl2::lps::detail::check_action_label_sorts (const process::action_label_list &action_labels, const std::set< data::sort_expression > &sorts) |
Returns true if the sorts of the given action labels are contained in sorts. | |
Add your file description here.
Definition in file action_utility.h.