12 pathsSampledSinceLastPrecomputation(0),
14 explorationStepsSinceLastPrecomputation(0),
16 numberOfTargetStates(0),
17 numberOfExploredStates(0),
18 numberOfPrecomputations(0),
20 failedEcDetections(0),
21 totalNumberOfEcDetected(0) {
44 out <<
"\nExploration statistics:\n";
45 out <<
"Discovered states: " << explorationInformation.
getNumberOfDiscoveredStates() <<
" (" << numberOfExploredStates <<
" explored, "
47 out <<
"Exploration steps: " << explorationSteps <<
'\n';
48 out <<
"Sampled paths: " << pathsSampled <<
'\n';
49 out <<
"Maximal path length: " << maxPathLength <<
'\n';
50 out <<
"Precomputations: " << numberOfPrecomputations <<
'\n';
51 out <<
"EC detections: " << ecDetections <<
" (" << failedEcDetections <<
" failed, " << totalNumberOfEcDetected <<
" EC(s) detected)\n";