STORM_LOG_ASSERT(!rowGroupIndices||rowGroupIndices.get()==storm::utility::vector::buildVectorForRange(0,this->getRowGroupCount()+1),"Row grouping is supposed to be trivial but actually it is not.");
STORM_LOG_ASSERT(!rowGroupIndices||rowGroupIndices.get()==storm::utility::vector::buildVectorForRange(static_cast<index_type>(0),this->getRowGroupCount()+1),"Row grouping is supposed to be trivial but actually it is not.");