1#ifndef STORM_MODELCHECKER_EXPLORATION_EXPLORATION_DETAIL_STATISTICS_H_
2#define STORM_MODELCHECKER_EXPLORATION_EXPLORATION_DETAIL_STATISTICS_H_
8namespace modelchecker {
9namespace exploration_detail {
11template<
typename StateType,
typename ValueType>
12class ExplorationInformation;
15template<
typename StateType,
typename ValueType>
std::size_t explorationStepsSinceLastPrecomputation
std::size_t numberOfExploredStates
std::size_t pathsSampledSinceLastPrecomputation
std::size_t failedEcDetections
std::size_t numberOfPrecomputations
void printToStream(std::ostream &out, ExplorationInformation< StateType, ValueType > const &explorationInformation) const
std::size_t numberOfTargetStates
std::size_t explorationSteps
std::size_t maxPathLength
void updateMaxPathLength(std::size_t const ¤tPathLength)
std::size_t totalNumberOfEcDetected