mirror of
https://github.com/ANL-CEEESA/MIPLearn.jl.git
synced 2025-12-07 00:48:50 -06:00
compute_tableau: Reduce memory requirements
This commit is contained in:
@@ -377,7 +377,7 @@ function collect_gmi_FisSal2011(
|
||||
assert_eq(data_s.constr_lhs * sol_opt_s, data_s.constr_lb)
|
||||
end
|
||||
|
||||
@info "Standard form model has $(length(data.var_lb)) vars, $(length(data.constr_lb)) constrs"
|
||||
@info "Standard form model has $(length(data_s.var_lb)) vars, $(length(data_s.constr_lb)) constrs"
|
||||
|
||||
for round = 1:max_rounds
|
||||
log_prefix = ' '
|
||||
|
||||
Reference in New Issue
Block a user