Skip to main content

Solving MILP faster (Gurobi-CVX)

Comments

2 comments

  • 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

Please sign in to leave a comment.