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