We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9fc510 commit 87dd43eCopy full SHA for 87dd43e
1 file changed
perf/opf/opf.jl
@@ -1,4 +1,3 @@
1
-using Revise
2
import Ipopt
3
import JuMP
4
import MathOptInterface as MOI
@@ -30,5 +29,6 @@ mu = rand(m)
30
29
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