Juniper.jl icon indicating copy to clipboard operation
Juniper.jl copied to clipboard

Improved Search Procedures

Open ccoffrin opened this issue 7 years ago • 1 comments

Implement some of form of LDS. A natural first choice would be to use the Pseudo Cost values for defined the branching order.

ccoffrin avatar Dec 14 '17 17:12 ccoffrin

A natural choice is to use a feasible solution to guide the LDS. You might also consider using the Activity metric for variable ordering instead of PseudoCost.

One can also consider DFS with a failure limit, which results in an LNS-like search.

ccoffrin avatar Jun 28 '18 14:06 ccoffrin