mCRL2
Loading...
Searching...
No Matches
toolset_version.h
Go to the documentation of this file.
1// Author(s): Aad Mathijssen
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//
12
13#ifndef MCRL2_UTILITIES_TOOLSET_VERSION_H
14#define MCRL2_UTILITIES_TOOLSET_VERSION_H
15
16#include <string>
17
18namespace mcrl2
19{
20namespace utilities
21{
22
25std::string get_toolset_version();
26
27} // namespace utilities
28} // namespace mcrl2
29
30#endif // MCRL2_UTILITIES_TOOLSET_VERSION_H
std::string get_toolset_version()
Get the toolset revision.
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...
Definition indexed_set.h:72