1#ifndef STORM_MODELCHECKER_EXPLORATION_EXPLORATION_DETAIL_STATEGENERATION_H_
2#define STORM_MODELCHECKER_EXPLORATION_EXPLORATION_DETAIL_STATEGENERATION_H_
11template<
typename ValueType,
typename StateType>
12class PrismNextStateGenerator;
15namespace modelchecker {
16namespace exploration_detail {
18template<
typename StateType,
typename ValueType>
19class ExplorationInformation;
21template<
typename StateType,
typename ValueType>
bool isConditionState() const
std::size_t getNumberOfInitialStates() const
bool isTargetState() const
StateType getFirstInitialState() const
storm::generator::StateBehavior< ValueType, StateType > expand()
std::vector< StateType > getInitialStates()
void load(storm::generator::CompressedState const &state)
void computeInitialStates()
A bit vector that is internally represented as a vector of 64-bit values.