1function [QN,UN,RN,TN,CN,XN,runtime] = solver_custom_analyzer(sn, options)
2% [QN,UN,RN,TN,CN,XN,RUNTIME] = SOLVER_CUSTOM_ANALYZER(QN, OPTIONS)
4% Copyright (c) 2012-2026, Imperial College London
9line_printf(
'Any activity prior or after launching the solution algorithm needs to be implemented in %s.m\n.',mfilename);
10[QN,UN,RN,TN,CN,XN] = solver_custom(sn, options);