mCRL2
Loading...
Searching...
No Matches
rewriter.h
Go to the documentation of this file.
1// Author(s): Wieger Wesselink
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/// \file mcrl2/pbes/rewriter.h
10/// \brief Rewriters for pbes expressions.
11
12#ifndef MCRL2_PBES_REWRITER_H
13#define MCRL2_PBES_REWRITER_H
14
15#include "mcrl2/pbes/rewriters/bqnf_rewriter.h"
16#include "mcrl2/pbes/rewriters/enumerate_quantifiers_rewriter.h"
17#include "mcrl2/pbes/rewriters/pfnf_rewriter.h"
18#include "mcrl2/pbes/rewriters/simplify_quantifiers_rewriter.h"
19
20#endif // MCRL2_PBES_REWRITER_H