mirror of
https://github.com/ANL-CEEESA/MIPLearn.jl.git
synced 2025-12-07 00:48:50 -06:00
Add gmi test; update H5
This commit is contained in:
@@ -10,7 +10,6 @@ include("tableau/structs.jl")
|
||||
|
||||
# include("blackbox/cplex.jl")
|
||||
include("tableau/numerics.jl")
|
||||
include("tableau/collect.jl")
|
||||
include("tableau/gmi.jl")
|
||||
include("tableau/moi.jl")
|
||||
include("tableau/tableau.jl")
|
||||
|
||||
@@ -154,7 +154,7 @@ function collect_gmi(
|
||||
else
|
||||
all_cuts.lhs = [all_cuts.lhs; cuts.lhs[keep, :]]
|
||||
all_cuts.lb = [all_cuts.lb; cuts.lb[keep]]
|
||||
all_cuts.lb = [all_cuts.lb; cuts.lb[keep]]
|
||||
all_cuts.ub = [all_cuts.ub; cuts.ub[keep]]
|
||||
end
|
||||
push!(stats_ncuts, length(all_cuts.lb))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user