1#ifndef STORM_STORAGE_STRONGLYCONNECTEDCOMPONENT_H_
2#define 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()
StronglyConnectedComponent & operator=(StronglyConnectedComponent const &other)=default