Mohamad Abouras

Gurobi-versary
Conversationalist
First Question
  • Total activity 13
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 4
  • Subscriptions 2

Activity overview

Latest activity by Mohamad Abouras
  • Mohamad Abouras commented,

    The following set of parameters seems to make the optimization much faster:  Could you please explain to me what exactly the SolutionLimit parameter does? (The docs were not clear for me as a begi...

  • Mohamad Abouras commented,

    Hi Simon, as you mentioned, I want to run the model on larger number of nodes. I understand that such problems might take a long time, but starting from 30 nodes (variables) it starts to take a lon...

  • Mohamad Abouras commented,

    I have followed the advices from https://support.gurobi.com/hc/en-us/articles/360013420111-How-do-I-improve-the-time-to-build-my-model-#:~:text=creating%20new%20expressions.-,Matrix%20API,-When%20u...

  • Mohamad Abouras created a post,

    Quadratic optimization too slow

    Answered

    Hello everyone, I am trying to solve the following optimization problem using python interface:   Modelling the problem as in the code below returns correct results. However, it takes very long ti...

  • Mohamad Abouras commented,

    Sorry for the late replay. The idea with the .lp file is really amazing, and it helped a lot. Thank you very much!Best Regards Mohamad

  • Mohamad Abouras commented,

    Dear Jonasz,thank you for the resources, they helped a lot! Would you mind taking a look at a small code snippet just to make sure that I am going in the right direction?Structure  - Is this the c...

  • Mohamad Abouras created a post,

    LP Problem Formulation

    Answered

    Hello,I am using GUROBI to solve a linear programming problem.The problem I am trying to formulate has conditions in its constraints, and I am having difficulties formulating those.Here is a screen...