Skip to main content

Re: Non-convex non-linear optimization problems

Answered

Comments

2 comments

  • Ronald van der Velden
    Gurobi Staff Gurobi Staff

    Hi Dhiraj,

    The API for non-linear functions is grouped under "General constraints" in our documentation. For composite functions like the one you describe, you would add auxiliary variables for intermediate results, e.g. have a variable to represent -theta[i]*T[i,j]+beta_dash[i,j]*V[i] and then another one to calculate the exp() of that first auxiliary variable.

    Kind regards,
    Ronald

    0
  • Dhiraj Yadav
    First Question
    First Comment

    Thanks Ronald van der Velden. It was quite helpful and now I am able to solve the issue.

    Best,

    Dhiraj

    0

Please sign in to leave a comment.