11#ifndef _LIBLTS_ADD_ACTION_LOOP_H
12#define _LIBLTS_ADD_ACTION_LOOP_H
24template <
class LTS_TYPE>
27 for(std::size_t i=0; i<l.num_states(); ++i)
A class containing triples, source label and target representing transitions.
The file containing the core class for transition systems.
void add_an_action_loop_to_each_state(LTS_TYPE &l, std::size_t action)
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...