12#ifndef MCRL2_UTILITIES_DETAIL_IOTA_H
13#define MCRL2_UTILITIES_DETAIL_IOTA_H
28template <
class Iter,
class T>
29void iota(Iter first, Iter last, T value)
void iota(Iter first, Iter last, T value)
Generates the sequence value, value + 1, ... and writes it to the sequence [first,...
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...