@ -323,6 +323,8 @@ namespace storm {
storm : : storage : : sparse : : ModelComponents < ValueType > modelComponents ( std : : move ( mdpTransitionMatrix ) , std : : move ( mdpLabeling ) , std : : move ( mdpRewardModels ) ) ;
storm : : storage : : sparse : : ModelComponents < ValueType > modelComponents ( std : : move ( mdpTransitionMatrix ) , std : : move ( mdpLabeling ) , std : : move ( mdpRewardModels ) ) ;
exploredMdp = std : : make_shared < storm : : models : : sparse : : Mdp < ValueType > > ( std : : move ( modelComponents ) ) ;
exploredMdp = std : : make_shared < storm : : models : : sparse : : Mdp < ValueType > > ( std : : move ( modelComponents ) ) ;
status = Status : : ModelFinished ;
status = Status : : ModelFinished ;
STORM_LOG_DEBUG ( " Explored Mdp with " < < exploredMdp - > getNumberOfStates ( ) < < " states ( " < < truncatedStates . getNumberOfSetBits ( ) < < " of which were flagged as truncated). " ) ;
}
}
void dropUnexploredStates ( ) {
void dropUnexploredStates ( ) {