Skip to content

Commit

Permalink
Export get__postprocess_time
Browse files Browse the repository at this point in the history
  • Loading branch information
mewilhel committed Mar 5, 2019
1 parent d034969 commit d1744d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EAGO.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module EAGO

# Add storage types for EAGO optimizers
export NodeBB, get_history, get_lower_bound, get_upper_bound, get_lower_time,
get_upper_time, get_preprocess_time, get_lower_bound, get_solution_time,
get_upper_time, get_preprocess_time, get_postprocess_time, get_lower_bound, get_solution_time,
get_iteration_number, get_node_count, get_absolute_gap, get_relative_gap
include("Optimizer/BranchBound/NodeBB.jl")
include("Optimizer/BranchBound/subproblem_info.jl")
Expand Down

0 comments on commit d1744d8

Please sign in to comment.