12#ifndef MCRL2_LPS_ORDER_SUMMAND_VARIABLES_H
13#define MCRL2_LPS_ORDER_SUMMAND_VARIABLES_H
22template <
typename Specification>
25 for (
auto& summand: lpsspec.process().action_summands())
variable_list order_variables_to_optimise_enumeration(const variable_list &l, const data_specification &data_spec)
Order the variables in a variable list such that enumeration over these variables becomes more effici...
void order_summand_variables(Specification &lpsspec)
Order summand variables to make enumeration over these variables more efficient.
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...