Skip to main content

Question about ConcurrentMIP

Answered

Comments

3 comments

  • Marika Karbstein
    Gurobi Staff 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 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 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

Please sign in to leave a comment.