mirror of
https://github.com/ANL-CEEESA/MIPLearn.jl.git
synced 2025-12-06 00:18:51 -06:00
gmi_dual: Return time
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user