22 if (this->
matrix.hasTrivialRowGrouping()) {
23 this->
eliminate(state, state, removeForwardTransitions);
25 STORM_LOG_THROW(this->
matrix.getRowGroupSize(state) == 1, storm::exceptions::IllegalArgumentException,
26 "Invoked state elimination on a state with multiple choices. This is not supported.");
27 this->
eliminate(this->
matrix.getRowGroupIndices()[state], state, removeForwardTransitions);