mCRL2
Loading...
Searching...
No Matches
lts_type.h
Go to the documentation of this file.
1// Author(s): Muck van Weerdenburg, Jan Friso Groote
2// Copyright: see the accompanying file COPYING or copy at
3// https://github.com/mCRL2org/mCRL2/blob/master/COPYING
4//
5// Distributed under the Boost Software License, Version 1.0.
6// (See accompanying file LICENSE_1_0.txt or copy at
7// http://www.boost.org/LICENSE_1_0.txt)
8//
9
16#ifndef MCRL2_LTS_LTS_TYPE_H
17#define MCRL2_LTS_LTS_TYPE_H
18
19namespace mcrl2
20{
21
26namespace lts
27{
28
37{
48};
49
50}
51}
52
53#endif // MCRL2_LTS_LTS_TYPE_H
lts_type
The enumerated type lts_type contains an index for every type type of labelled transition system that...
Definition lts_type.h:37
@ lts_fsm_probabilistic
Definition lts_type.h:45
@ lts_type_min
Definition lts_type.h:46
@ lts_lts_probabilistic
Definition lts_type.h:43
@ lts_aut_probabilistic
Definition lts_type.h:44
@ lts_type_max
Definition lts_type.h:47
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...
Definition indexed_set.h:72