Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
ExplorationOrder.h
Go to the documentation of this file.
1#ifndef STORM_BUILDER_EXPLORATIONORDER_H_
2#define STORM_BUILDER_EXPLORATIONORDER_H_
3
4#include <ostream>
5
6namespace storm {
7namespace builder {
8
9// An enum that contains all currently supported exploration orders.
10enum class ExplorationOrder { Dfs, Bfs };
11
12std::ostream& operator<<(std::ostream& out, ExplorationOrder const& order);
13
14} // namespace builder
15} // namespace storm
16
17#endif /* STORM_BUILDER_EXPLORATIONORDER_H_ */
std::ostream & operator<<(std::ostream &out, ExplorationOrder const &order)
LabParser.cpp.
Definition cli.cpp:18