Skip to main content

Solving MILP faster (Gurobi-CVX)

Comments

3 comments

  • Official comment
    Simranjit Kaur
    Gurobi Staff Gurobi Staff
    This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?.
  • Philip Taffet
    Gurobi-versary
    Conversationalist
    Curious

    Solvers — CVX Users' Guide (cvxr.com) has instructions on how to pass parameter settings to Gurobi. 

    To create a new custom setting for the current solver, use this syntax:

    cvx_solver_settings( '{name}', {value} )
    0
  • Biswa Mukherjee
    Gurobi-versary
    First Comment
    First Question

    Hi, Philip Taffet thanks for your suggestion. I tried to use this. But not sure what "value" to use. Can you suggest me how to use MIPGap through CVX also? or is there any other way to solve such problems faster (just in case you have had similar experience) ?

    0

Post is closed for comments.