Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
ExplorationOrder.cpp
Go to the documentation of this file.
1
#include "
storm/builder/ExplorationOrder.h
"
2
3
namespace
storm
{
4
namespace
builder {
5
6
std::ostream&
operator<<
(std::ostream& out,
ExplorationOrder
const
& order) {
7
switch
(order) {
8
case
ExplorationOrder::Dfs
:
9
out <<
"depth-first"
;
10
break
;
11
case
ExplorationOrder::Bfs
:
12
out <<
"breadth-first"
;
13
break
;
14
default
:
15
out <<
"undefined"
;
16
break
;
17
}
18
return
out;
19
}
20
21
}
// namespace builder
22
}
// namespace storm
ExplorationOrder.h
storm::builder::operator<<
std::ostream & operator<<(std::ostream &out, ExplorationOrder const &order)
Definition
ExplorationOrder.cpp:6
storm::builder::ExplorationOrder
ExplorationOrder
Definition
ExplorationOrder.h:10
storm::builder::ExplorationOrder::Dfs
@ Dfs
storm::builder::ExplorationOrder::Bfs
@ Bfs
storm
LabParser.cpp.
Definition
cli.cpp:18
src
storm
builder
ExplorationOrder.cpp
Generated by
1.9.8