Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
StronglyConnectedComponent.h
Go to the documentation of this file.
1#ifndef STORM_STORAGE_STRONGLYCONNECTEDCOMPONENT_H_
2#define STORM_STORAGE_STRONGLYCONNECTEDCOMPONENT_H_
3
7
8namespace storm {
9namespace storage {
10
16 public:
19#ifndef WINDOWS
23#endif
24
30 void setIsTrivial(bool trivial);
31
37 bool isTrivial() const;
38
39 private:
40 // Stores whether this SCC is trivial.
41 bool isTrivialScc;
42};
43
44} // namespace storage
45} // namespace storm
46
47#endif /* STORM_STORAGE_STRONGLYCONNECTEDCOMPONENT_H_ */
This class represents a strongly connected component, i.e., a set of states such that every state can...
StronglyConnectedComponent(StronglyConnectedComponent &&other)=default
void setIsTrivial(bool trivial)
Sets whether this SCC is trivial or not.
bool isTrivial() const
Retrieves whether this SCC is trivial.
StronglyConnectedComponent(StronglyConnectedComponent const &other)=default
StronglyConnectedComponent & operator=(StronglyConnectedComponent &&other)=default
StronglyConnectedComponent & operator=(StronglyConnectedComponent const &other)=default
LabParser.cpp.
Definition cli.cpp:18