mirror of
https://github.com/ANL-CEEESA/MIPLearn.jl.git
synced 2025-12-06 08:28:52 -06:00
JumpModel: Minor fix
This commit is contained in:
@@ -452,7 +452,7 @@ function __init_solvers_jump__()
|
|||||||
|
|
||||||
function _lazy_enforce_collected(self)
|
function _lazy_enforce_collected(self)
|
||||||
ext = self.inner.ext[:miplearn]
|
ext = self.inner.ext[:miplearn]
|
||||||
if ext.lazy !== nothing
|
if ext.lazy_enforce !== nothing
|
||||||
ext.lazy_enforce(ext.lazy)
|
ext.lazy_enforce(ext.lazy)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user