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
5
namespace
storm
{
6
namespace
counterexamples {
7
8
class
Counterexample
{
9
public
:
10
virtual
~Counterexample
() =
default
;
11
12
virtual
void
writeToStream
(std::ostream& out)
const
= 0;
13
};
14
15
std::ostream&
operator<<
(std::ostream& out,
Counterexample
const
& counterexample);
16
17
}
// namespace counterexamples
18
}
// namespace storm
storm::counterexamples::Counterexample
Definition
Counterexample.h:8
storm::counterexamples::Counterexample::~Counterexample
virtual ~Counterexample()=default
storm::counterexamples::Counterexample::writeToStream
virtual void writeToStream(std::ostream &out) const =0
storm::counterexamples::operator<<
std::ostream & operator<<(std::ostream &out, Counterexample const &counterexample)
Definition
Counterexample.cpp:6
storm
LabParser.cpp.
Definition
cli.cpp:18
src
storm-counterexamples
counterexamples
Counterexample.h
Generated by
1.9.8