File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 8686 catch ME
8787 warning(ME .message )
8888 Q = [];
89+ solver_stats.total = toc(timer );
8990 return
9091 end
9192end
104105 Q = value(Q );
105106 solver_stats.yalmip = sol .yalmiptime ;
106107 solver_stats.solver = sol .solvertime ;
107- solver_stats.total = toc(timer );
108108end
109+
110+ solver_stats.total = toc(timer );
109111end
Original file line number Diff line number Diff line change 118118catch ME
119119 warning(ME .message )
120120 Q = [];
121+ solver_stats.total = toc(timer );
121122 return
122123end
123124
135136 Q = value(Q );
136137 solver_stats.yalmip = sol .yalmiptime ;
137138 solver_stats.solver = sol .solvertime ;
138- solver_stats.total = toc(timer );
139139end
140+
141+ solver_stats.total = toc(timer );
140142end
Original file line number Diff line number Diff line change 8585 catch ME
8686 warning(ME .message )
8787 Q = [];
88+ solver_stats.total = toc(timer );
8889 return
8990 end
9091end
103104 Q = value(Q );
104105 solver_stats.yalmip = sol .yalmiptime ;
105106 solver_stats.solver = sol .solvertime ;
106- solver_stats.total = toc(timer );
107107end
108+
109+ solver_stats.total = toc(timer );
108110end
You can’t perform that action at this time.
0 commit comments