Mohamad Abouras

  • Gurobi-versary
  • Conversationalist
  • First Question
  • 合計アクティビティ 13
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 4
  • サブスクリプション 2

アクティビティの概要

Mohamad Abourasさんの最近のアクティビティ
  • Mohamad Abourasさんがコメントを作成しました:

    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さんがコメントを作成しました:

    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さんがコメントを作成しました:

    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さんが投稿を作成しました:

    Quadratic optimization too slow

    回答済み

    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さんがコメントを作成しました:

    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さんがコメントを作成しました:

    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さんが投稿を作成しました:

    LP Problem Formulation

    回答済み

    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...