12#ifndef MCRL2_DATA_UNDEFINED_H
13#define MCRL2_DATA_UNDEFINED_H
15#ifdef MCRL2_ENABLE_MACHINENUMBERS
29 return std::size_t(-1);
const basic_sort & real_()
Constructor for sort expression Real.
constexpr std::size_t undefined_index()
Returns an index that corresponds to 'undefined'.
const data::data_expression & undefined_real()
Returns a data expression of type Real that corresponds to 'undefined'.
const data::variable & undefined_variable()
Returns a data variable that corresponds to 'undefined'.
const data::variable & undefined_real_variable()
Returns a data variable that corresponds to 'undefined'.
const data::data_expression & undefined_data_expression()
Returns a data expression that corresponds to 'undefined'.
const data::sort_expression & undefined_sort_expression()
Returns a sort expression that corresponds to 'undefined'.
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...