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