Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
StronglyConnectedComponent.cpp
Go to the documentation of this file.
2
3namespace storm {
4namespace storage {
6 // Intentionally left empty.
7}
8
10 this->isTrivialScc = trivial;
11}
12
14 return isTrivialScc;
15}
16} // namespace storage
17} // namespace storm
void setIsTrivial(bool trivial)
Sets whether this SCC is trivial or not.
bool isTrivial() const
Retrieves whether this SCC is trivial.
LabParser.cpp.
Definition cli.cpp:18