1function stateSpaceAggr = getStateSpaceAggr(self)
2% STATESPACEAGGR = GETSTATESPACEAGGR()
4options = self.getOptions;
8if isempty(self.result) || ~isfield(self.result,'spaceAggr')
9 line_warning(mfilename,'The model has not been cached. Either solve it or use the ''force'' option to require this
is done automatically, e.g., SolverCTMC(model,''force'',true).getStateSpaceAggr()\n');
12 stateSpaceAggr = self.result.spaceAggr;