compute_tableau: Reduce memory requirements

This commit is contained in:
2025-08-07 22:09:15 -05:00
parent 97c5813e59
commit 4158fccf12
2 changed files with 27 additions and 9 deletions

View File

@@ -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 = ' '