Skip to content

Commit 6a61f7e

Browse files
authored
Update src/JuMP.jl
1 parent fc97c99 commit 6a61f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JuMP.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1405,7 +1405,7 @@ PrecompileTools.@compile_workload begin
14051405
@expressions(model, begin
14061406
a, -1 + x1 + x2
14071407
b, 1 + x1^2 + x2
1408-
nl_expr, sin(x)
1408+
nl_expr, sin(x1)
14091409
end)
14101410
@constraints(model, begin
14111411
c1, a >= 0

0 commit comments

Comments
 (0)