mirror of
https://github.com/ANL-CEEESA/MIPLearn.jl.git
synced 2025-12-06 00:18:51 -06:00
JumpModel: Minor fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user