Storm
A Modern Probabilistic Model Checker
|
#include "storm/storage/MaximalEndComponent.h"
#include "storm/storage/StronglyConnectedComponent.h"
Go to the source code of this file.
Namespaces | |
namespace | storm |
LabParser.cpp. | |
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) |