29 if (this->matrix.hasTrivialRowGrouping()) {
30 this->eliminate(state, state, removeForwardTransitions);
32 STORM_LOG_THROW(this->matrix.getRowGroupSize(state) == 1, storm::exceptions::IllegalArgumentException,
33 "Invoked state elimination on a state with multiple choices. This is not supported.");
34 this->eliminate(this->matrix.getRowGroupIndices()[state], state, removeForwardTransitions);