gmi_dual: Return time

feature/replay^2
Alinson S. Xavier 1 year ago
parent fd655b2291
commit 24532614e5
Signed by: isoron
GPG Key ID: 0DA8E4B9E1109DCA

@ -223,10 +223,8 @@ function collect_gmi_dual(
end end
end end
@show stats_gap to = TimerOutputs.get_defaulttimer()
@show stats_obj stats_time = TimerOutputs.tottime(to) / 1e9
@show stats_ncuts
print_timer() print_timer()
return OrderedDict( return OrderedDict(
@ -236,6 +234,8 @@ function collect_gmi_dual(
"obj_mip" => obj_mip, "obj_mip" => obj_mip,
"stats_obj" => stats_obj, "stats_obj" => stats_obj,
"stats_gap" => stats_gap, "stats_gap" => stats_gap,
"stats_ncuts" => stats_ncuts,
"stats_time" => stats_time,
) )
end end

Loading…
Cancel
Save