Anne Li van der veen

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

アクティビティの概要

Anne Li van der veenさんの最近のアクティビティ
  • Anne Li van der veenさんがコメントを作成しました:

    hi, im not able to set the DualReductions parameter to 0 for some reason. Im using the pyomo packages and gurobi as a sovler.  #Solversolver = po.SolverFactory('gurobi')result = solver.solve(model,...

  • Anne Li van der veenさんがコメントを作成しました:

    Hi Marika,  thanks for your reply. i tried the Model.computeIIS() already, but unfortunately i do not get it working in my code. for the lp.py example, i am unable to load the packages required. is...

  • Anne Li van der veenさんが投稿を作成しました:

    How to check which constraints make model infeasible?

    回答済み

    Hi all, When i try to solve my optimization model i receive the following output, how can i check which constraint makes the model infeasible/how can i fix this best?  furthermore, i get an error w...

  • Anne Li van der veenさんが投稿を作成しました:

    Modelling Multi period flows

    ユーザーの入力を待っています。

    Hi all,  im trying to model the following network where the arcs represent a specific flow of goods that is send through the network. there are some fixed arcs included in the network (e.g., the fl...

  • Anne Li van der veenさんがコメントを作成しました:

    Hi Jonasz, thanks a lot . i implemented it like this and it seems to work. unfortunately i ran into the next problem while trying to define the objective function. i used the code described above a...

  • Anne Li van der veenさんがコメントを作成しました:

    Hi Jonas, Thanks for your reply. I'm trying to model an optimzation of the optimal pallet mix for a company, in order to find the trade-off between costs and sustainability. Find below some of the ...

  • Anne Li van der veenさんが投稿を作成しました:

    Include time periods into arcs

    進行中

    hi all,  im trying to model the following network into python, as input for my mathematical model. however, i do not know how to include the different time periods to the possible connections betwe...

  • Anne Li van der veenさんが投稿を作成しました:

    Key error objective function

    ユーザーの入力を待っています。

    hi all, im trying to code my objective function but keep getting a key error ( KeyError: (1, 3, 'RC', 'CPM') ), dont know how to resolve it. any help would be appreciated  #Import packagesimport py...