Sander Mertens

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

投稿

Sander Mertensによる最近のアクティビティ 最近のアクティビティ 投票
  • Retrieve a specific subset value of variables

    回答済み

    Hello, Is there a way to retrieve the value of a subset from a specific variable within Gurobi?For instance, allot of X variables are created in the form of X[a,b,c,t]. After optimization, I want t...

  • IP model takes too long to solve

    回答済み

    I have a pure integer problem which takes very long to solve (I don't know the exact time, but after times over 12 hours there was still no solution).The model has a size of:143,442 rows, 161,547 c...

  • Unable to model constraint

    回答済み

    I've tried everything to add a constraint to my model, but I just can't seem to get it to work. The constraint I'm trying to add is: In my model, t is defined as a list of time points where the las...

  • Dependent variables

    回答済み

    Hi, I was wondering how dependent variables should be handled within Gurobi. For instance, the decision variable in the model is X_{t}. Another variable, S_{t} is dependent on the value of the deci...

  • Keyerror in objective function

    回答済み

    Currently I'm trying to solve my fist optimization problem with Gurobi, however I encountered the following keyerror after adding the objective function to the model: KeyError: ((0.0, 0.0, 0.0), 0...