メインコンテンツへスキップ

Question about ConcurrentMIP

回答済み

コメント

3件のコメント

  • Marika Karbstein
    • Gurobi Staff

    As the documentation of ConcurrentMIP says

    When the parameter is set to value n, the MIP solver performs n independent MIP solves in parallel, with different parameter settings for each. Optimization terminates when the first solve completes.

    So, the MIPs are solved independently. There is no such communication you described.

    0
  • Charitha Buddhika Heendeniya
    • Gurobi-versary
    • Collaborator
    • Investigator

    Thank you for the answer. Do you think implementing such a message-passing mechanism makes sense as a new feature request for a future release? It might help to improve the performance of the solver. 

    0
  • Matthias Miltenberger
    • Gurobi Staff

    This is something our Dev team is aware of but it is more complicated to implement than one might imagine. We will keep improving our code, though, and this feature might be part of the solver in a future release.

    0

サインインしてコメントを残してください。