We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ddaabbc + 6f5c61d commit 06ed466Copy full SHA for 06ed466
examples/cpp/benchmark_dense_qp.cpp
@@ -68,6 +68,7 @@ main()
68
69
for (int i = 0; i < N; i++) {
70
dense::QP<T> qp(dim, n_eq, n_in);
71
+ qp.settings.compute_timings = true; // compute all timings
72
qp.settings.max_iter = 10000;
73
qp.settings.max_iter_in = 1000;
74
qp.settings.eps_abs = 1e-5;
0 commit comments