Storm 1.13.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
ComponentUtility.h File Reference
Include dependency graph for ComponentUtility.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  storm
namespace  storm::modelchecker
namespace  storm::modelchecker::helper
namespace  storm::modelchecker::helper::internal

Functions

uint64_t storm::modelchecker::helper::internal::getComponentElementState (typename storm::storage::StronglyConnectedComponent::value_type const &element)
 Auxiliary functions that deal with the different kinds of components (MECs on potentially nondeterministic models and BSCCs on deterministic models).
constexpr uint64_t storm::modelchecker::helper::internal::getComponentElementChoiceCount (typename storm::storage::StronglyConnectedComponent::value_type const &)
uint64_t const * storm::modelchecker::helper::internal::getComponentElementChoicesBegin (typename storm::storage::StronglyConnectedComponent::value_type const &element)
uint64_t const * storm::modelchecker::helper::internal::getComponentElementChoicesEnd (typename storm::storage::StronglyConnectedComponent::value_type const &element)
bool storm::modelchecker::helper::internal::componentElementChoicesContains (typename storm::storage::StronglyConnectedComponent::value_type const &element, uint64_t choice)
uint64_t storm::modelchecker::helper::internal::getComponentElementState (typename storm::storage::MaximalEndComponent::map_type::value_type const &element)
uint64_t storm::modelchecker::helper::internal::getComponentElementChoiceCount (typename storm::storage::MaximalEndComponent::map_type::value_type const &element)
storm::storage::MaximalEndComponent::set_type::const_iterator storm::modelchecker::helper::internal::getComponentElementChoicesBegin (typename storm::storage::MaximalEndComponent::map_type::value_type const &element)
storm::storage::MaximalEndComponent::set_type::const_iterator storm::modelchecker::helper::internal::getComponentElementChoicesEnd (typename storm::storage::MaximalEndComponent::map_type::value_type const &element)
bool storm::modelchecker::helper::internal::componentElementChoicesContains (storm::storage::MaximalEndComponent::map_type::value_type const &element, uint64_t choice)