Luka Herc
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
Luka Hercさんの最近のアクティビティ-
Luka Hercさんが投稿を作成しました:
Using data from .sol file to fix variable values
回答済みHello, Is it possible to fix the values for the variables to match the values saved in .sol .mst or .hnt file? This way, only the part of the values is subject to optimization. Pseudo code would lo...
-
Luka Hercさんがコメントを作成しました:
Thank you very much! It seams to work. With the code you presented, I got an error "NameError: name 'max_' is not defined". Therefore, I had to call the "max_()" function via Gurobipy and the final...
-
Luka Hercさんが投稿を作成しました:
Form a new variable from the subset of original variable (maximum values)
回答済みHello, I have the code that outputs achieved prices for multiple generators for each hour(period) and year in modelling horizon. Is there a way to form a new variable (meritorder[period, year]) tha...