mCRL2
Loading...
Searching...
No Matches
symbolic_lts_io.h
Go to the documentation of this file.
1// Author(s): Maurice Laveaux
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
10#ifndef MCRL2_LPS_SYMBOLIC_LTS_IO_H
11#define MCRL2_LPS_SYMBOLIC_LTS_IO_H
12
13#ifdef MCRL2_ENABLE_SYLVAN
14
16
17namespace mcrl2::lps
18{
19
21std::ostream& operator<<(std::ostream& stream, const symbolic_lts& lts);
22
24std::istream& operator>>(std::istream& stream, symbolic_lts& lts);
25
26} // namespace mcrl2::lps
27
28#endif // MCRL2_ENABLE_SYLVAN
29
30#endif // MCRL2_LPS_SYMBOLIC_LTS_IO_H
The main namespace for the LPS library.
std::ostream & operator<<(std::ostream &out, const action_summand &x)
std::istream & operator>>(std::istream &is, exploration_strategy &strat)