12#ifndef MCRL2_DATA_DETAIL_DATA_SEQUENCE_ALGORITHM_H
13#define MCRL2_DATA_DETAIL_DATA_SEQUENCE_ALGORITHM_H
38 std::vector<variable> result;
61 std::vector<variable> result;
const_iterator end() const
Returns a const_iterator pointing to the end of the term_list.
const_iterator begin() const
Returns a const_iterator pointing to the beginning of the term_list.
variable_list set_intersection(const variable_list &x, const variable_list &y)
Returns the intersection of two unordered sets, that are stored in ATerm lists.
variable_list set_difference(const variable_list &x, const variable_list &y)
Returns the difference of two unordered sets, that are stored in aterm lists.
atermpp::term_list< variable > variable_list
\brief list of variables
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...