Skip to content

Commit

Permalink
Update JuMP.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Nov 29, 2023
1 parent 08908aa commit 0ca3475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JuMP.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1076,9 +1076,9 @@ _constant_to_number(J::LinearAlgebra.UniformScaling) = J.λ
include("Containers/Containers.jl")
include("constraints.jl")
include("variables.jl")
include("objective.jl")
include("aff_expr.jl")
include("quad_expr.jl")
include("objective.jl")
include("nlp.jl")
include("nlp_expr.jl")
include("macros.jl")
Expand Down

0 comments on commit 0ca3475

Please sign in to comment.