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