Iason Liagkas

  • Gurobi-versary
  • Detective
  • Thought Leader
  • 合計アクティビティ 101
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 0
  • サブスクリプション 26

投稿

Iason Liagkasによる最近のアクティビティ 最近のアクティビティ 投票
  • infeasible nodes in the solution algorithm

    回答済み

    Hello guys, in a problem I run I get results. The algorithm used is dual simplex. Some repetitions produce infeasibility in the obj function but the final solution has a gap of 0%. This is the resu...

  • Appearance of objective function in the model.write()

    回答済み

    Hello guys, I used the code to write my model model.write('my_iis.ilp') In the file the objective function formula seems to be distorted:  The code that defines the objective function is: #objecti...

  • IIS Variable boundsii

    回答済み

    Hello people, how can we use the IIS variable bounds to determine infeasibility (if we can)? Should they be the same as what we set in our code in order not to cause any problems?Kind regardsIason

  • problem infeasible or unbounded

    進行中

    Hello guys, I am getting this message: Do you have anything to suggest? Is there any comment about my number of variables or constraints? Do you think my program is too big to be feasible? I just d...

  • Logarithm with parameterized variables on Python

    回答済み

    Hello guys, I am trying to program a constraint of y=ln(x) but x,y have parameters. Could you help me with this code by an example? Do I need Python 10 for this? I am on 9.5 currently. Say I want t...

  • dict to tupledict conversion

    回答済み

    Hello guys, is there any way that I can convert a typical python dictionary to tupledict? Kind regardsIason

  • 0/1 index function on constraints

    回答済み

    Hello guys, I want to write a constraint that has a sum. In the sum, a variable is multiplied by an index parameter that is either 1 or 0. I think there are 2 ways to make this happen. The first is...

  • Benders decomposition example in Python

    回答済み

    Hi Guys I'm in a hurry. Do you know where could I find benders decomposition examples with Python? any help appreciated. 

  • Branch and Bound

    回答済み

    Hi Guys, are there any tutorials on Python on Branch and Bound with Gurobi? 

  • Python's last example on quick start guide

    回答済み

    Hello guys, on this guide https://cdn.gurobi.com/wp-content/plugins/hd_documentations/documentation/9.0/quickstart_windows.pdf    p.g. 83 has an example. Could you please explain how is the objecti...