mCRL2
|
add your file description here. More...
Go to the source code of this file.
Classes | |
struct | mcrl2::process::detail::balance_summands_builder |
Namespaces | |
namespace | mcrl2 |
A class that takes a linear process specification and checks all tau-summands of that LPS for confluence. | |
namespace | mcrl2::process |
The main namespace for the Process library. | |
namespace | mcrl2::process::detail |
Functions | |
template<typename T > | |
void | mcrl2::process::balance_summands (T &x, typename std::enable_if<!std::is_base_of< atermpp::aterm, T >::value >::type *=nullptr) |
Reduces the nesting depth of the choice operator. | |
template<typename T > | |
T | mcrl2::process::balance_summands (const T &x, typename std::enable_if< std::is_base_of< atermpp::aterm, T >::value >::type *=nullptr) |
Reduces the nesting depth of the choice operator. | |
add your file description here.
Definition in file balance_nesting_depth.h.