Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
Counterexample.h
Go to the documentation of this file.
1#pragma once
2
3#include <ostream>
4
5namespace storm {
6namespace counterexamples {
7
9 public:
10 virtual ~Counterexample() = default;
11
12 virtual void writeToStream(std::ostream& out) const = 0;
13};
14
15std::ostream& operator<<(std::ostream& out, Counterexample const& counterexample);
16
17} // namespace counterexamples
18} // namespace storm
virtual void writeToStream(std::ostream &out) const =0
std::ostream & operator<<(std::ostream &out, Counterexample const &counterexample)
LabParser.cpp.
Definition cli.cpp:18