JumpModel: Minor fix

This commit is contained in:
2024-02-06 16:36:53 -06:00
parent f2f727fa7c
commit d94d7c034d

View File

@@ -452,7 +452,7 @@ function __init_solvers_jump__()
function _lazy_enforce_collected(self)
ext = self.inner.ext[:miplearn]
if ext.lazy !== nothing
if ext.lazy_enforce !== nothing
ext.lazy_enforce(ext.lazy)
end
end