Skip to content

Commit

Permalink
Split ColCutGenConquer run! method (#707)
Browse files Browse the repository at this point in the history
* wip

* split colcutgen conquer
  • Loading branch information
guimarqu authored Aug 29, 2022
1 parent eadee6a commit 5ecd32d
Show file tree
Hide file tree
Showing 2 changed files with 194 additions and 135 deletions.
4 changes: 2 additions & 2 deletions src/Algorithm/branchcutprice.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ function BranchCutAndPriceAlgorithm(;
stbranch_phases_num_candidates::Vector{Int64} = Int[],
stbranch_intrmphase_stages::Vector{NamedTuple{(:userstage, :solverid, :maxiters), Tuple{Int64, Int64, Int64}}} = [(userstage=1, solverid=1, maxiters=100)]
)
heuristics = ParameterisedHeuristic[]
heuristics = ParameterizedHeuristic[]
if restmastipheur_timelimit > 0
heuristic = ParameterisedHeuristic(
heuristic = ParameterizedHeuristic(
SolveIpForm(moi_params = MoiOptimize(
get_dual_bound = false,
time_limit = restmastipheur_timelimit
Expand Down
Loading

0 comments on commit 5ecd32d

Please sign in to comment.