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.
1 parent ae37715 commit 48f4d53Copy full SHA for 48f4d53
perf/opf/opf2.jl
@@ -30,3 +30,5 @@ mu = rand(m)
30
sigma = 0.0
31
x_v = rand(n)
32
@time MOI.eval_hessian_lagrangian(evaluator, H, x_v, sigma, mu)
33
+using BenchmarkTools
34
+@benchmark MOI.eval_hessian_lagrangian($evaluator, $H, $x_v, $sigma, $mu) seconds = 100
0 commit comments