Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
Counterexample.cpp
Go to the documentation of this file.
1
#include "
storm-counterexamples/counterexamples/Counterexample.h
"
2
3
namespace
storm
{
4
namespace
counterexamples {
5
6
std::ostream&
operator<<
(std::ostream& out,
Counterexample
const
& counterexample) {
7
counterexample.
writeToStream
(out);
8
return
out;
9
}
10
11
}
// namespace counterexamples
12
}
// namespace storm
Counterexample.h
storm::counterexamples::Counterexample
Definition
Counterexample.h:8
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.cpp
Generated by
1.9.8