From 655bc7a7354921de5024f78d5f613a79147f45ca Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Fri, 1 Nov 2024 10:51:44 +1300 Subject: [PATCH] Update src/variables.jl --- src/variables.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/variables.jl b/src/variables.jl index 8340a34403d..bde60ba2dee 100644 --- a/src/variables.jl +++ b/src/variables.jl @@ -1993,6 +1993,7 @@ function _moi_add_variable( # because they have extra checks that are not necessary for newly created # variables. index = nothing + info = v.info if info.has_lb set_lb = MOI.GreaterThan{T}(_to_value(T, info.lower_bound, "lower bound"))