mirror of
https://github.com/ANL-CEEESA/MIPLearn.jl.git
synced 2025-12-06 00:18:51 -06:00
FisSal2011: Small fix
This commit is contained in:
@@ -648,7 +648,7 @@ function collect_gmi_FisSal2011(
|
||||
if obj_curr > obj_best
|
||||
log_prefix = '*'
|
||||
obj_best = obj_curr
|
||||
copy!(multipliers_curr, multipliers_best)
|
||||
copy!(multipliers_best, multipliers_curr)
|
||||
end
|
||||
gapcl_curr = gapcl(obj_curr)
|
||||
gapcl_best = gapcl(obj_best)
|
||||
|
||||
Reference in New Issue
Block a user